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]
2024-11-20 20:53:36 +00:00
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#19e30129fb1428b823be585c787dcb4ac0d9014c ; For arduino-pico 4.2.1
2022-09-12 12:02:21 +00:00
extends = arduino_base
2024-11-20 19:18:27 +00:00
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#96c3bfab9758f12c07aa20cc6d352e630c16987 ; 4.2.1 with fix for sporadic hangs
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 =
Native Webserver (#3343)
* Added WebServer/WebServices for Native Linux Meshtastic and web gui
* Fix bug in login functionality
* Added customized config of portdunio.ini with LovyannGFX from marelab repro
* Compile Problem resolved with developer version of LovyanGFX.git
* Compile against dev version
* Fixes to fit into main branch
* Update variant.h, main.cpp, .gitignore, WebServer.cpp, esp32s2.ini, WebServer.h, ContentHandler.cpp, rp2040.ini, nrf52.ini, ContentHelper.cpp, Dockerfile, ContentHandler.h, esp32.ini, stm32wl5e.ini
* Added linux pi std /usr/include dir
* Adding /usr/innclude for Linux compile against native libs that are not hadled by platformio
* Review log level changes & translation
* Update Dockerfile
* Fix Typo & VFS ref. Part1
* Fix Typo & VFS ref.
* Dev Version for ulfius web lib
* Update platformio.ini
* Free VFS path string
* Remove unintended changes
* More unintentional changes
* Make the HTTP server optional on native
* Tune-up for Native web defaults
* Don't modify build system yet
* Remove more unneeded changes
---------
Co-authored-by: marc hammermann <marchammermann@googlemail.com>
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
2024-03-06 22:23:04 +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
2024-10-28 08:30:39 +00:00
lvgl
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}
2024-11-11 15:05:48 +00:00
${radiolib_base.lib_deps}
2024-11-20 19:18:27 +00:00
rweather/Crypto