| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- [t1000-e]
- extends = nrf52_base
- board = tracker-t1000-e
- board_build.ldscript = boards/nrf52840_s140_v7.ld
- build_flags = ${nrf52_base.build_flags}
- -I src/helpers/nrf52
- -I lib/nrf52/s140_nrf52_7.3.0_API/include
- -I lib/nrf52/s140_nrf52_7.3.0_API/include/nrf52
- -I variants/t1000-e
- -I src/helpers/ui
- -D T1000_E
- -D PIN_USER_BTN=6
- -D USER_BTN_PRESSED=HIGH
- -D PIN_STATUS_LED=24
- -D RADIO_CLASS=CustomLR1110
- -D WRAPPER_CLASS=CustomLR1110Wrapper
- -D LORA_TX_POWER=22
- build_src_filter = ${nrf52_base.build_src_filter}
- +<helpers/*.cpp>
- +<helpers/nrf52/T1000eBoard.cpp>
- +<../variants/t1000-e>
- debug_tool = jlink
- upload_protocol = nrfutil
- [env:t1000e_repeater]
- extends = t1000-e
- build_flags = ${t1000-e.build_flags}
- -I examples/companion_radio/ui-orig
- -D ADVERT_NAME='"t1000-e Repeater"'
- -D ADVERT_LAT=0.0
- -D ADVERT_LON=0.0
- -D ADMIN_PASSWORD='"password"'
- -D MAX_NEIGHBOURS=8
- ; -D MESH_PACKET_LOGGING=1
- ; -D MESH_DEBUG=1
- -D RX_BOOSTED_GAIN=true
- -D RF_SWITCH_TABLE
- build_src_filter = ${t1000-e.build_src_filter}
- +<../examples/simple_repeater>
- lib_deps = ${t1000-e.lib_deps}
- stevemarple/MicroNMEA @ ^2.0.6
- [env:t1000e_room_server]
- extends = t1000-e
- build_flags = ${t1000-e.build_flags}
- -I examples/companion_radio/ui-orig
- -D ADVERT_NAME='"t1000-e Room"'
- -D ADVERT_LAT=0.0
- -D ADVERT_LON=0.0
- -D ADMIN_PASSWORD='"password"'
- -D ROOM_PASSWORD='"hello"'
- ; -D MESH_PACKET_LOGGING=1
- ; -D MESH_DEBUG=1
- -D RX_BOOSTED_GAIN=true
- -D RF_SWITCH_TABLE
- build_src_filter = ${t1000-e.build_src_filter}
- +<../examples/simple_room_server>
- lib_deps = ${t1000-e.lib_deps}
- stevemarple/MicroNMEA @ ^2.0.6
- [env:t1000e_companion_radio_usb]
- extends = t1000-e
- build_flags = ${t1000-e.build_flags}
- -I examples/companion_radio/ui-orig
- -D MAX_CONTACTS=100
- -D MAX_GROUP_CHANNELS=8
- ; -D MESH_PACKET_LOGGING=1
- ; -D MESH_DEBUG=1
- -D OFFLINE_QUEUE_SIZE=256
- -D RX_BOOSTED_GAIN=true
- -D RF_SWITCH_TABLE
- -D DISPLAY_CLASS=NullDisplayDriver
- -D PIN_BUZZER=25
- -D PIN_BUZZER_EN=37 ; P1/5 - required for T1000-E
- build_src_filter = ${t1000-e.build_src_filter}
- +<helpers/ui/buzzer.cpp>
- +<../examples/companion_radio/*.cpp>
- +<../examples/companion_radio/ui-orig/*.cpp>
- lib_deps = ${t1000-e.lib_deps}
- densaugeo/base64 @ ~1.4.0
- stevemarple/MicroNMEA @ ^2.0.6
- end2endzone/NonBlockingRTTTL@^1.3.0
- [env:t1000e_companion_radio_ble]
- extends = t1000-e
- build_flags = ${t1000-e.build_flags}
- -I examples/companion_radio/ui-orig
- -D MAX_CONTACTS=100
- -D MAX_GROUP_CHANNELS=8
- -D BLE_PIN_CODE=123456
- ; -D BLE_DEBUG_LOGGING=1
- ; -D MESH_PACKET_LOGGING=1
- ; -D MESH_DEBUG=1
- -D OFFLINE_QUEUE_SIZE=256
- -D RX_BOOSTED_GAIN=true
- -D RF_SWITCH_TABLE
- -D DISPLAY_CLASS=NullDisplayDriver
- -D PIN_BUZZER=25
- -D PIN_BUZZER_EN=37 ; P1/5 - required for T1000-E
- build_src_filter = ${t1000-e.build_src_filter}
- +<helpers/nrf52/SerialBLEInterface.cpp>
- +<helpers/ui/buzzer.cpp>
- +<../examples/companion_radio/*.cpp>
- +<../examples/companion_radio/ui-orig/*.cpp>
- lib_deps = ${t1000-e.lib_deps}
- densaugeo/base64 @ ~1.4.0
- stevemarple/MicroNMEA @ ^2.0.6
- end2endzone/NonBlockingRTTTL@^1.3.0
|