Files
meshtastic_firmware/variants/nrf54l15/nrf54l15dk/platformio.ini
T
2026-07-01 19:01:27 -05:00

25 lines
819 B
INI

[env:nrf54l15dk]
# PRIVATE_HW (255) - the protobuf HardwareModel enum reserves DK / DIY boards
# without an SKU under PRIVATE_HW; no dedicated enum value will be assigned.
custom_meshtastic_hw_model = 255
custom_meshtastic_hw_model_slug = NRF54L15_DK
custom_meshtastic_architecture = nrf54l15
custom_meshtastic_actively_supported = false
custom_meshtastic_support_level = 3
custom_meshtastic_display_name = Nordic nRF54L15-DK
extends = nrf54l15_base
board = nrf54l15dk
board_level = extra
debug_tool = jlink
upload_protocol = jlink
board_runner_args_jlink = --device nRF54L15_xxAA --speed 4000
build_flags = ${nrf54l15_base.build_flags}
-Ivariants/nrf54l15/nrf54l15dk
-DNRF54L15_DK
-DMESHTASTIC_EXCLUDE_FILES_MANIFEST=1
build_src_filter = ${nrf54l15_base.build_src_filter}
+<../variants/nrf54l15/nrf54l15dk>