We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecbd9c commit 2f2c7fbCopy full SHA for 2f2c7fb
samples/hello_arduino/CMakeLists.txt
@@ -2,10 +2,10 @@
2
3
cmake_minimum_required(VERSION 3.20.0)
4
5
-set(DTC_OVERLAY_FILE $ENV{HOME}/zephyrproject/modules/lib/Arduino-Zephyr-API/variants/ARDUINO_NANO_33_BLE/arduino_nano_33_ble.overlay)
++set(DTC_OVERLAY_FILE $ENV{ZEPHYR_BASE}/../modules/lib/Arduino-Zephyr-API/variants/${BOARD}/${BOARD}.overlay)
6
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
7
project(hello_world)
8
9
target_sources(app PRIVATE src/app.cpp)
10
11
-zephyr_compile_options(-Wno-unused-variable -Wno-comment)
+zephyr_compile_options(-Wno-unused-variable -Wno-comment)
0 commit comments