zephyrproject-rtos / eclipse-plugin

Zephyr Eclipse Plugin
Eclipse Public License 2.0
16 stars 18 forks source link

Custom boards #18

Closed armandjordaan closed 4 years ago

armandjordaan commented 4 years ago

Does anybody know how to use a custom board with the plugin. I know about the steps from the Zephyr documentation (https://docs.zephyrproject.org/latest/application/index.html#custom-board-devicetree-and-soc-definitions) , but its not clear to me how to build a project for my own custom board using the plugin.

armandjordaan commented 4 years ago

The solution it seems is actually very simple, You can add the following line at the top of your CMakeLists.txt file:

set(BOARD_ROOT <board_root_folder_here>)