mylonics / zephyr-ide

Apache License 2.0
16 stars 2 forks source link

Presenting two boards as one #11

Closed black-ghost-off closed 1 month ago

black-ghost-off commented 1 month ago

The teensy boards have two versions 4.0 and 4.1, When selecting the Project > add build board, we select build as teensy4, but there should be two versions of teensy40 and teensy41, but only "teensy4" is available

https://docs.zephyrproject.org/latest/boards/pjrc/teensy4/doc/index.html

rijesha commented 1 month ago

Thanks for the issue. I will have a look at it.

rijesha commented 1 month ago

Could you describe your problem further? It seems to work for me. image

image

black-ghost-off commented 1 month ago

image

Versions west: 1.2.0 zephyr 3.6.0 SDK 0.16.5

rijesha commented 1 month ago

Can you send a screenshot of the contents of the teensy board directory. So {root_board_dir}/boards/arm/teensy4

black-ghost-off commented 1 month ago

image

black-ghost-off commented 1 month ago

image image i was try rewrite all "teensy4" to teensy40 board image but something still want to use "teensy4" for build

rijesha commented 1 month ago

if you look in your settings.json you can manually change the teensy4 to teensy40.

I'm not sure why you are only seeing teensy 4. When creating a build can you show me what your "Pick a Board directory" looks like and what you button you are pressing?

rijesha commented 1 month ago

actually I have found the problem. I will get a fix going.

rijesha commented 1 month ago

A fix has been made. V1.0.13 should be available in the next 5 minutes.

black-ghost-off commented 1 month ago

Solved, thanks)