mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-10 11:57:25 +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
24 lines
863 B
INI
24 lines
863 B
INI
[env:muzi-base]
|
|
custom_meshtastic_hw_model = 93
|
|
custom_meshtastic_hw_model_slug = MUZI_BASE
|
|
custom_meshtastic_architecture = nrf52840
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 1
|
|
custom_meshtastic_display_name = muzi BASE
|
|
custom_meshtastic_images = muzi_base.svg
|
|
custom_meshtastic_tags = muzi
|
|
|
|
extends = nrf52840_base
|
|
board = muzi-base
|
|
build_flags = ${nrf52840_base.build_flags}
|
|
-I variants/nrf52840/muzi_base
|
|
-D MUZI_BASE
|
|
-D CONFIG_NFCT_PINS_AS_GPIOS=1
|
|
-L "${platformio.libdeps_dir}/${this.__env__}/bsec2/src/cortex-m4/fpv4-sp-d16-hard"
|
|
|
|
build_src_filter = ${nrf52840_base.build_src_filter} +<../variants/nrf52840/muzi_base>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|
|
# renovate: datasource=custom.pio depName=ArtronShop_RX8130CE packageName=artronshop/library/ArtronShop_RX8130CE
|
|
artronshop/ArtronShop_RX8130CE@1.0.0
|