Adding rust support for the board b_u585i_iot02a #71
Unanswered
ankita1909
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all
I am working on adding rust support on zephyr for b_u585i_iot02a. I see that the sample projects compiles fine for the few supported platforms(e.g qemu_cortex_m0). I am trying to run the blinky example for b_u585i_iot02a. Whenever i try to build, i end up in an error with some functions wrongly described in the generated devicetree.rs file. I dont find much documentation on how to add support for the STM32 board.
Can someone help me with this? where to look or how can i manage to get the correct bindings for the particular board?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions