File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
cmake_minimum_required (VERSION 3.20.0 )
4
4
5
+ set (CONF_FILE $ENV{ZEPHYR_BASE} /../modules/lib/Arduino-Zephyr-API/module.conf )
5
6
set (DTC_OVERLAY_FILE $ENV{ZEPHYR_BASE} /../modules/lib/Arduino-Zephyr-API/variants/${BOARD}/${BOARD}.overlay )
7
+
6
8
find_package (Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE} )
7
9
project (blinky )
8
10
9
11
target_sources (app PRIVATE src/main.cpp )
10
12
11
- zephyr_compile_options (-Wno-unused-variable -Wno-comment )
13
+ zephyr_compile_options (-Wno-unused-variable -Wno-comment )
Original file line number Diff line number Diff line change 2
2
3
3
cmake_minimum_required (VERSION 3.20.0 )
4
4
5
+ set (CONF_FILE $ENV{ZEPHYR_BASE} /../modules/lib/Arduino-Zephyr-API/module.conf )
5
6
set (DTC_OVERLAY_FILE $ENV{ZEPHYR_BASE} /../modules/lib/Arduino-Zephyr-API/variants/${BOARD}/${BOARD}.overlay )
7
+
6
8
find_package (Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE} )
7
9
project (blinky )
8
10
9
11
target_sources (app PRIVATE src/main.cpp )
10
12
11
- zephyr_compile_options (-Wno-unused-variable -Wno-comment )
13
+ zephyr_compile_options (-Wno-unused-variable -Wno-comment )
Original file line number Diff line number Diff line change 2
2
3
3
cmake_minimum_required (VERSION 3.20.0 )
4
4
5
+ set (CONF_FILE $ENV{ZEPHYR_BASE} /../modules/lib/Arduino-Zephyr-API/module.conf )
5
6
set (DTC_OVERLAY_FILE $ENV{ZEPHYR_BASE} /../modules/lib/Arduino-Zephyr-API/variants/${BOARD}/${BOARD}.overlay )
7
+
6
8
find_package (Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE} )
7
9
project (hello_world )
8
10
Original file line number Diff line number Diff line change 2
2
3
3
cmake_minimum_required (VERSION 3.20.0 )
4
4
5
+ set (CONF_FILE $ENV{ZEPHYR_BASE} /../modules/lib/Arduino-Zephyr-API/module.conf )
5
6
set (DTC_OVERLAY_FILE $ENV{ZEPHYR_BASE} /../modules/lib/Arduino-Zephyr-API/variants/${BOARD}/${BOARD}.overlay )
7
+
6
8
find_package (Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE} )
7
9
project (blinky )
8
10
9
11
target_sources (app PRIVATE src/main.cpp )
10
- zephyr_compile_options (-Wno-unused-variable -Wno-comment )
12
+ zephyr_compile_options (-Wno-unused-variable -Wno-comment )
You can’t perform that action at this time.
0 commit comments