mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-29 14:10:53 +00:00
* Add variant_shutdown() as a week function in main-nrf52.cpp * Add Status LED module * Add Thinknode M3 support * Catch case of BLE disabled * Update src/modules/StatusLEDModule.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/StatusLEDModule.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update variants/nrf52840/ELECROW-ThinkNode-M3/rfswitch.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove unused pin * M3 pairing LED only active for 30 seconds after state change * Thinknode M3 shutdown work --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
18 lines
556 B
INI
18 lines
556 B
INI
[env:thinknode_m3]
|
|
extends = nrf52840_base
|
|
board = ThinkNode-M3
|
|
board_check = true
|
|
debug_tool = jlink
|
|
build_flags =
|
|
${nrf52840_base.build_flags}
|
|
-Ivariants/nrf52840/ELECROW-ThinkNode-M3
|
|
-DELECROW_ThinkNode_M3
|
|
-DGPS_POWER_TOGGLE
|
|
-D CONFIG_NFCT_PINS_AS_GPIOS=1
|
|
-L "${platformio.libdeps_dir}/${this.__env__}/bsec2/src/cortex-m4/fpv4-sp-d16-hard"
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/ELECROW-ThinkNode-M3>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|
|
khoih-prog/nRF52_PWM@^1.0.1
|
|
lewisxhe/PCF8563_Library@^1.0.1
|