mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
14 lines
439 B
INI
14 lines
439 B
INI
|
|
; Public Beta oled/nrf52840/sx1262 device
|
||
|
|
[env:canaryone]
|
||
|
|
extends = nrf52840_base
|
||
|
|
board = canaryone
|
||
|
|
debug_tool = jlink
|
||
|
|
|
||
|
|
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
|
||
|
|
build_flags = ${nrf52840_base.build_flags} -Ivariants/canaryone
|
||
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/canaryone>
|
||
|
|
lib_deps =
|
||
|
|
${nrf52840_base.lib_deps}
|
||
|
|
lewisxhe/PCF8563_Library@^1.0.1
|
||
|
|
;upload_protocol = fs
|