-
Notifications
You must be signed in to change notification settings - Fork 25
Support additional targest with Rust (was samples/hello_world: build fail.) #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I see this same error compiling for an nrf5340. |
I have the same with stm32h743. I got it working with the following patch. All rust samples seems to work but they don't need the flash, so i don't know if this would work. --- a/dt-rust.yaml
+++ b/dt-rust.yaml
@@ -44,6 +44,7 @@
- "nordic,nrf52-flash-controller"
- "nordic,nrf51-flash-controller"
- "raspberrypi,pico-flash-controller"
+ - "st,stm32-flash-controller"
level: 0
actions:
- type: instance |
As you've discovered, this is fairly easy to fix, but points out a deeper issue that we don't have a solid mapping in Zephyr between nodes in the DT and what interface supports them. Unfortunately, that means to add new targets, it usually just takes some simple additions to the yaml file. I'll describe this as an enhancement, because it is about running this on a platform not listed in |
Hi so are you going to create a PR with those changes? I've tried that change on a |
Uh oh!
There was an error while loading. Please reload this page.
version: c94328f
or:
It seems that only the nrf52840 chip is normal
log:
The text was updated successfully, but these errors were encountered: