|
|
|
@ -55,6 +55,7 @@ build_flags = ${nrf52840_xiao.build_flags} |
|
|
|
build_src_filter = ${nrf52840_xiao.build_src_filter} |
|
|
|
+<helpers/*.cpp> |
|
|
|
+<helpers/sensors> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
|
+<../variants/ikoka_stick_nrf> |
|
|
|
debug_tool = jlink |
|
|
|
@ -68,12 +69,14 @@ build_flags = |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D BLE_PIN_CODE=123456 |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
; -D BLE_DEBUG_LOGGING=1 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${ikoka_stick_nrf.build_src_filter} |
|
|
|
+<helpers/nrf52/SerialBLEInterface.cpp> |
|
|
|
+<../examples/companion_radio> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
${ikoka_stick_nrf.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
@ -84,21 +87,17 @@ build_flags = |
|
|
|
${ikoka_stick_nrf.build_flags} |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${ikoka_stick_nrf.build_src_filter} |
|
|
|
+<helpers/nrf52/SerialBLEInterface.cpp> |
|
|
|
+<../examples/companion_radio> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
${ikoka_stick_nrf.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
|
|
|
|
[env:ikoka_stick_nrf_alt_pinout_companion_radio_ble] |
|
|
|
extends = env:ikoka_stick_nrf_companion_radio_ble |
|
|
|
build_flags = |
|
|
|
${env:ikoka_stick_nrf_companion_radio_ble.build_flags} |
|
|
|
-D SX1262_XIAO_S3_VARIANT |
|
|
|
|
|
|
|
[env:ikoka_stick_nrf_repeater] |
|
|
|
extends = ikoka_stick_nrf |
|
|
|
build_flags = |
|
|
|
@ -111,13 +110,8 @@ build_flags = |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${ikoka_stick_nrf.build_src_filter} |
|
|
|
+<../examples/simple_repeater/main.cpp> |
|
|
|
|
|
|
|
[env:ikoka_stick_nrf_alt_pinout_repeater] |
|
|
|
extends = env:ikoka_stick_nrf_repeater |
|
|
|
build_flags = |
|
|
|
${env:ikoka_stick_nrf_repeater.build_flags} |
|
|
|
-D SX1262_XIAO_S3_VARIANT |
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
|
+<../examples/simple_repeater/*.cpp> |
|
|
|
|
|
|
|
[env:ikoka_stick_nrf_room_server] |
|
|
|
extends = ikoka_stick_nrf |
|
|
|
@ -130,4 +124,4 @@ build_flags = |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${ikoka_stick_nrf.build_src_filter} |
|
|
|
+<../examples/simple_room_server/main.cpp> |
|
|
|
+<../examples/simple_room_server/*.cpp> |
|
|
|
|