2024-07-10 00:56:57 +08:00
|
|
|
; First prototype nrf52840/sx1262 device
|
|
|
|
|
[env:heltec-mesh-node-t114]
|
|
|
|
|
extends = nrf52840_base
|
|
|
|
|
board = heltec_mesh_node_t114
|
2025-07-24 07:13:23 -04:00
|
|
|
board_level = pr
|
2024-07-10 00:56:57 +08:00
|
|
|
debug_tool = jlink
|
|
|
|
|
|
|
|
|
|
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
|
2025-07-21 15:13:02 -04:00
|
|
|
build_flags = ${nrf52840_base.build_flags}
|
|
|
|
|
-Ivariants/nrf52840/heltec_mesh_node_t114
|
|
|
|
|
-DGPS_POWER_TOGGLE
|
|
|
|
|
-DHELTEC_T114
|
2024-07-10 00:56:57 +08:00
|
|
|
|
2025-07-21 15:13:02 -04:00
|
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/heltec_mesh_node_t114>
|
2024-07-10 00:56:57 +08:00
|
|
|
lib_deps =
|
|
|
|
|
${nrf52840_base.lib_deps}
|
|
|
|
|
lewisxhe/PCF8563_Library@^1.0.1
|
2025-03-29 12:19:05 +01:00
|
|
|
https://github.com/meshtastic/st7789/archive/bd33ea58ddfe4a5e4a66d53300ccbd38d66ac21f.zip
|