Basic board setup

This commit is contained in:
2025-09-26 17:43:57 +02:00
commit 60ecea6f39
11 changed files with 156 additions and 0 deletions

9
zephyr/module.yml Normal file
View File

@@ -0,0 +1,9 @@
build:
# Path to the folder that contains the CMakeLists.txt file to be included by
# Zephyr build system. The `.` is the root of this repository.
cmake: .
settings:
# Additional roots for boards and DTS files. Zephyr will use the
# `<board_root>/boards` for additional boards. The `.` is the root of this
# repository.
board_root: .