mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-17 23:37:44 +00:00
* Migrate all of the Meshtastic API attributes into the ini as a source of truth * Cleanup garbage coalescing * Another spot * We already account for inkhud and mui * Consolidate * Removed them * Boogers * Infer * Copying manifest should always succeed * Remove portduino guards * Rename * None
23 lines
703 B
INI
23 lines
703 B
INI
; Public Beta oled/nrf52840/sx1262 device
|
|
[env:canaryone]
|
|
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
|
|
|
|
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}
|
|
;upload_protocol = fs
|