2022-09-12 14:02:21 +02:00
|
|
|
; Common settings for rp2040 Processor based targets
|
2024-09-21 14:50:19 +02:00
|
|
|
[rp2350_base]
|
2025-03-29 12:19:05 +01:00
|
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi#76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5 ; For arduino-pico >= 4.4.3
|
2022-09-12 14:02:21 +02:00
|
|
|
extends = arduino_base
|
2025-03-29 12:19:05 +01:00
|
|
|
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico#4.4.3
|
2023-05-08 14:03:03 +02:00
|
|
|
|
2022-10-13 14:21:48 +02:00
|
|
|
board_build.core = earlephilhower
|
2022-09-12 14:02:21 +02:00
|
|
|
board_build.filesystem_size = 0.5m
|
|
|
|
|
build_flags =
|
2025-01-07 16:57:42 +01:00
|
|
|
${arduino_base.build_flags} -Wno-unused-variable -Wcast-align
|
2024-09-21 14:50:19 +02:00
|
|
|
-Isrc/platform/rp2xx0
|
2025-01-07 16:57:42 +01:00
|
|
|
-D__PLAT_RP2350__
|
2022-09-12 14:02:21 +02:00
|
|
|
build_src_filter =
|
2025-01-07 16:57:42 +01:00
|
|
|
${arduino_base.build_src_filter} -<platform/esp32/> -<nimble/> -<modules/esp32> -<platform/nrf52/> -<platform/stm32wl> -<mesh/eth/> -<mesh/wifi/> -<mesh/http/> -<mesh/raspihttp> -<platform/rp2xx0/pico_sleep> -<platform/rp2xx0/hardware_rosc>
|
2023-05-08 14:03:03 +02:00
|
|
|
|
2022-09-12 14:02:21 +02:00
|
|
|
lib_ignore =
|
|
|
|
|
BluetoothOTA
|
2024-10-28 19:30:39 +11:00
|
|
|
lvgl
|
2023-05-08 14:03:03 +02:00
|
|
|
|
2022-09-12 14:02:21 +02:00
|
|
|
lib_deps =
|
|
|
|
|
${arduino_base.lib_deps}
|
|
|
|
|
${environmental_base.lib_deps}
|
2024-11-11 16:05:48 +01:00
|
|
|
${radiolib_base.lib_deps}
|
2024-11-20 20:18:27 +01:00
|
|
|
rweather/Crypto
|