2024-02-10 15:55:32 -08:00
|
|
|
; Public Beta oled/nrf52840/sx1262 device
|
|
|
|
|
[env:canaryone]
|
2026-01-07 15:25:38 -06:00
|
|
|
custom_meshtastic_hw_model = 29
|
|
|
|
|
custom_meshtastic_hw_model_slug = CANARYONE
|
|
|
|
|
custom_meshtastic_architecture = nrf52840
|
|
|
|
|
custom_meshtastic_actively_supported = true
|
|
|
|
|
custom_meshtastic_support_level = 3
|
|
|
|
|
custom_meshtastic_display_name = Canary One
|
|
|
|
|
custom_meshtastic_tags = Canary
|
|
|
|
|
|
2024-02-10 15:55:32 -08:00
|
|
|
extends = nrf52840_base
|
|
|
|
|
board = canaryone
|
|
|
|
|
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}
|
|
|
|
|
-I variants/nrf52840/canaryone
|
|
|
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/canaryone>
|
2024-02-10 15:55:32 -08:00
|
|
|
lib_deps =
|
|
|
|
|
${nrf52840_base.lib_deps}
|
|
|
|
|
;upload_protocol = fs
|