mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-02 17:53:46 +00:00

# Conflicts: # arch/esp32/esp32.ini # arch/nrf52/nrf52.ini # arch/portduino/portduino.ini # arch/stm32/stm32.ini # protobufs # src/gps/GPS.cpp # src/main.cpp # src/mesh/StreamAPI.cpp # src/modules/ExternalNotificationModule.h # src/modules/NeighborInfoModule.cpp
33 lines
901 B
INI
33 lines
901 B
INI
; Common settings for rp2040 Processor based targets
|
|
[rp2350_base]
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#9e55f6db5c56b9867c69fe473f388beea4546672
|
|
extends = arduino_base
|
|
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#a6ab6e1f95bc1428d667d55ea7173c0744acc03c ; 4.0.2+
|
|
|
|
board_build.core = earlephilhower
|
|
board_build.filesystem_size = 0.5m
|
|
build_flags =
|
|
${arduino_base.build_flags} -Wno-unused-variable
|
|
-Isrc/platform/rp2xx0
|
|
-D__PLAT_RP2040__
|
|
# -D _POSIX_THREADS
|
|
build_src_filter =
|
|
${arduino_base.build_src_filter}
|
|
-<platform/esp32/>
|
|
-<nimble/>
|
|
-<modules/esp32>
|
|
-<platform/nrf52/>
|
|
-<platform/stm32wl>
|
|
-<mesh/eth/>
|
|
-<mesh/wifi/>
|
|
-<mesh/http/>
|
|
-<platform/apollo3>
|
|
-<mesh/raspihttp>
|
|
|
|
lib_ignore =
|
|
BluetoothOTA
|
|
|
|
lib_deps =
|
|
${arduino_base.lib_deps}
|
|
${environmental_base.lib_deps}
|
|
rweather/Crypto |