-
Sorry if this is a silly question, new to rust development
What's the meaning of this paragraph? I have a sample setup for my nucleo https://github.com/TheFern2/test_nucleo when using cargo embed I get a warning about using custom setup for the board stm324266retx. Code works though just wondering if I'm doing something wrong.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can just ignore it. |
Beta Was this translation helpful? Give feedback.
-
This is unrelated to that phrase. |
Beta Was this translation helpful? Give feedback.
BSP
is board support package. Usually small crates with additional wrappers for board. For example:https://github.com/stm32-rs/stm32f407g-disc/
You can just ignore it.