2022-09-12 12:02:21 +00:00
|
|
|
; Common settings for rp2040 Processor based targets
|
|
|
|
[rp2040_base]
|
2023-05-23 21:19:36 +00:00
|
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#0c33219f53faa035e188925ea1324f472e8b93d2
|
2022-09-12 12:02:21 +00:00
|
|
|
extends = arduino_base
|
2023-06-13 10:44:24 +00:00
|
|
|
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#3.2.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
|
|
|
|
-Isrc/platform/rp2040
|
|
|
|
-D__PLAT_RP2040__
|
|
|
|
# -D _POSIX_THREADS
|
|
|
|
build_src_filter =
|
2023-07-09 01:37:04 +00:00
|
|
|
${arduino_base.build_src_filter} -<platform/esp32/> -<nimble/> -<mesh/api/> -<mesh/http/> -<modules/esp32> -<platform/nrf52/> -<platform/stm32wl> -<mesh/eth/>
|
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-06-27 12:08:32 +00:00
|
|
|
jgromes/RadioLib@^6.1.0
|
2023-05-23 21:19:36 +00:00
|
|
|
https://github.com/kokke/tiny-AES-c.git#f06ac37fc31dfdaca2e0d9bec83f90d5663c319b
|