* 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
41 lines
1.5 KiB
INI
41 lines
1.5 KiB
INI
; Promicro + E22(0)-xxxM / HT-RA62 modules board variant - DIY - with TCXO
|
|
[env:nrf52_promicro_diy_tcxo]
|
|
custom_meshtastic_hw_model = 63
|
|
custom_meshtastic_hw_model_slug = NRF52_PROMICRO_DIY
|
|
custom_meshtastic_architecture = nrf52840
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 3
|
|
custom_meshtastic_display_name = NRF52 Pro-micro DIY
|
|
custom_meshtastic_images = promicro.svg
|
|
custom_meshtastic_tags = DIY
|
|
custom_meshtastic_requires_dfu = true
|
|
|
|
extends = nrf52840_base
|
|
board = promicro-nrf52840
|
|
build_flags = ${nrf52840_base.build_flags}
|
|
-I variants/nrf52840/diy/nrf52_promicro_diy_tcxo
|
|
-D NRF52_PROMICRO_DIY
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/diy/nrf52_promicro_diy_tcxo>
|
|
debug_tool = jlink
|
|
|
|
; NRF52 ProMicro w/ E-Ink display
|
|
[env:nrf52_promicro_diy-inkhud]
|
|
board_level = extra
|
|
extends = nrf52840_base, inkhud
|
|
board = promicro-nrf52840
|
|
build_flags =
|
|
${nrf52840_base.build_flags}
|
|
${inkhud.build_flags}
|
|
-I variants/nrf52840/diy/nrf52_promicro_diy_tcxo
|
|
-D NRF52_PROMICRO_DIY
|
|
build_src_filter =
|
|
${nrf52_base.build_src_filter}
|
|
${inkhud.build_src_filter}
|
|
+<../variants/nrf52840/diy/nrf52_promicro_diy_tcxo>
|
|
lib_deps =
|
|
${inkhud.lib_deps} ; InkHUD libs first, so we get GFXRoot instead of AdafruitGFX
|
|
${nrf52840_base.lib_deps}
|
|
extra_scripts =
|
|
${env.extra_scripts}
|
|
variants/nrf52840/diy/nrf52_promicro_diy_tcxo/custom_build_tasks.py ; Add to PIO's Project Tasks pane: preset builds for common displays
|