Replies: 2 comments 4 replies
|
Hi @boaks , I extended the Zephyr Example Application to play with board extension: It's a shameless integration of what is found under the tests for cmake to the Zephyr example application.
I don't think so.
As you can see in the native/native_sim_boaks folder, the board.yml extends (.venv) ➜ example-application git:(main) west build -p -b native_sim/native<TAB>
native_sim/native native_sim/native/64/two
native_sim/native/64 native_sim/native/one Hope this helps! |
The folder name refers to the structure The I just checked against main, all those exceptions have disappeared excepted for qemu and native: Let me know if you need additional help! |
Uh oh!
There was an error while loading. Please reload this page.
I tried to create a Board extension.
That seems to be rather complex. I couldn't find samples else the the tests for cmake.
What I consider to be required:
If the board the extension is based on is defined by
what must the extension board then follow:
Is it possible to use an other "vendor" as folder name?
What should the build target board be?
I feature with that complexity but no samples is extremely hard to use.
All reactions