2022-09-12 12:02:21 +00:00
|
|
|
; Common settings for rp2040 Processor based targets
|
2024-09-21 12:50:19 +00:00
|
|
|
[rp2350_base]
|
|
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#9e55f6db5c56b9867c69fe473f388beea4546672
|
2022-09-12 12:02:21 +00:00
|
|
|
extends = arduino_base
|
2024-09-21 12:50:19 +00:00
|
|
|
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#a6ab6e1f95bc1428d667d55ea7173c0744acc03c ; 4.0.2+
|
2023-05-08 12:03:03 +00:00
|
|
|
|
2022-10-13 12:21:48 +00:00
|
|
|
board_build.core = earlephilhower
|
2022-09-12 12:02:21 +00:00
|
|
|
board_build.filesystem_size = 0.5m
|
|
|
|
build_flags =
|
|
|
|
${arduino_base.build_flags} -Wno-unused-variable
|
2024-09-21 12:50:19 +00:00
|
|
|
-Isrc/platform/rp2xx0
|
2022-09-12 12:02:21 +00:00
|
|
|
-D__PLAT_RP2040__
|
|
|
|
# -D _POSIX_THREADS
|
|
|
|
build_src_filter =
|
2024-04-07 13:22:06 +00:00
|
|
|
${arduino_base.build_src_filter} -<platform/esp32/> -<nimble/> -<modules/esp32> -<platform/nrf52/> -<platform/stm32wl> -<mesh/eth/> -<mesh/wifi/> -<mesh/http/> -<mesh/raspihttp>
|
2023-05-08 12:03:03 +00:00
|
|
|
|
2022-09-12 12:02:21 +00:00
|
|
|
lib_ignore =
|
|
|
|
BluetoothOTA
|
2023-05-08 12:03:03 +00:00
|
|
|
|
2022-09-12 12:02:21 +00:00
|
|
|
lib_deps =
|
|
|
|
${arduino_base.lib_deps}
|
|
|
|
${environmental_base.lib_deps}
|
2023-11-23 09:10:16 +00:00
|
|
|
rweather/Crypto
|