"west boards" command can not list the boards, which I created . #98709
Replies: 1 comment 1 reply
-
|
The You can see the Python code here how it searches for boards. https://github.com/zephyrproject-rtos/zephyr/blob/main/scripts/list_boards.py if you're interested. You can try this basic |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have a STM32F103ZET6 Board. I wanted to create a boards in the zephyr SDK. When I created the board in the boards/arm/ folder, Then I used "west boards", there is none boards, which I create show in the terminal. So I also can not build the project.
Regression
Steps to reproduce
I have tested over windows11 and Macbook M1 pro.
Relevant log output
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
Additional Context
CMakeLists.txt
my_stm32f103zet6.yaml
Beta Was this translation helpful? Give feedback.
All reactions