10 lines
358 B
YAML
10 lines
358 B
YAML
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: .
|