Skip to content

Commit 06877b8

Browse files
committed
Documentation: DTO: specify reqd changes CMakelist
User needs to know that they will have to change the CMakelists of their sample to find their board specific overlay Signed-off-by: Dhruva Gole <[email protected]>
1 parent e099cea commit 06877b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/overlays.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# DT Overlays
22

3+
Once you create the overlay files inside ``variants/<BOARD_NAME>`` you need to make zephyr understand where it is or else it simply will not find the overlay file and throw errors.
4+
Inorder to point the build system to your overlay file, you need to modify the ``samples/CMakeLists`` file and replace ``set(DTC_OVERLAY_FILE $ENV{HOME}/zephyrproject/modules/lib/Arduino-Zephyr-API/variants/ARDUINO_NANO33BLE/arduino_nano_33_ble.overlay)`` with your path.
5+
36
TODO

0 commit comments

Comments
 (0)