mirror of https://github.com/meshcore-dev/MeshCore
8 changed files with 102 additions and 28 deletions
@ -117,3 +117,41 @@ lib_deps = ${muzi_base_duo.lib_deps} |
|||||
densaugeo/base64 @ ~1.4.0 |
densaugeo/base64 @ ~1.4.0 |
||||
; stevemarple/MicroNMEA @ ^2.0.6 |
; stevemarple/MicroNMEA @ ^2.0.6 |
||||
end2endzone/NonBlockingRTTTL@^1.3.0 |
end2endzone/NonBlockingRTTTL@^1.3.0 |
||||
|
[env:muzi_base_duo_companion_radio_ble_superIO] |
||||
|
extends = muzi_base_duo |
||||
|
board_build.ldscript = boards/nrf52840_s140_v6_extrafs.ld |
||||
|
board_upload.maximum_size = 708608 |
||||
|
build_flags = ${muzi_base_duo.build_flags} |
||||
|
-I examples/companion_radio/ui-new |
||||
|
-D MAX_CONTACTS=350 |
||||
|
-D MAX_GROUP_CHANNELS=40 |
||||
|
-D BLE_PIN_CODE=123456 |
||||
|
-D BLE_TX_POWER=0 |
||||
|
-D QSPIFLASH=1 |
||||
|
-D UI_HAS_JOYSTICK=1 |
||||
|
; -D BLE_DEBUG_LOGGING=1 |
||||
|
; -D MESH_PACKET_LOGGING=1 |
||||
|
; -D MESH_DEBUG=1 |
||||
|
-D OFFLINE_QUEUE_SIZE=256 |
||||
|
-D DISPLAY_CLASS=SH1107Display |
||||
|
-D DISPLAY_ROTATION=2 |
||||
|
; -D ADVERT_NAME='"@@MAC"' |
||||
|
-D ENV_INCLUDE_GPS=1 |
||||
|
; -D PIN_BUZZER=22 |
||||
|
build_src_filter = ${muzi_base_duo.build_src_filter} |
||||
|
+<helpers/nrf52/SerialBLEInterface.cpp> |
||||
|
+<helpers/sensors> |
||||
|
+<../examples/companion_radio/*.cpp> |
||||
|
+<../examples/companion_radio/ui-new/*.cpp> |
||||
|
+<helpers/ui/SH1107Display.cpp> |
||||
|
+<helpers/ui/buzzer.cpp> |
||||
|
+<helpers/ui/MomentaryButton.cpp> |
||||
|
|
||||
|
lib_deps = ${muzi_base_duo.lib_deps} |
||||
|
densaugeo/base64 @ ~1.4.0 |
||||
|
stevemarple/MicroNMEA @ ^2.0.6 |
||||
|
end2endzone/NonBlockingRTTTL@^1.3.0 |
||||
|
adafruit/Adafruit SH110X@^2.1.14 |
||||
|
artronshop/[email protected] |
||||
|
adafruit/Adafruit GFX Library @ ^1.12.1 |
||||
|
|
||||
|
|||||
Loading…
Reference in new issue