nRF52840: Migrate variants to new structure (#7396)

This commit is contained in:
Austin
2025-07-21 14:13:02 -05:00
committed by GitHub
parent 806bfa54b5
commit 9b983b6487
138 changed files with 264 additions and 176 deletions
@@ -0,0 +1,15 @@
; 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}
-I variants/nrf52840/canaryone
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/canaryone>
lib_deps =
${nrf52840_base.lib_deps}
lewisxhe/PCF8563_Library@^1.0.1
;upload_protocol = fs