2022-09-12 12:02:21 +00:00
|
|
|
[stm32wl5e_base]
|
2023-06-01 12:14:55 +00:00
|
|
|
platform_packages = platformio/framework-arduinoststm32 @ https://github.com/stm32duino/Arduino_Core_STM32.git#6e3f9910d0122e82a6c3438507dfac3d2fd80a39
|
|
|
|
platform = ststm32
|
2022-09-12 12:02:21 +00:00
|
|
|
board = generic_wl5e
|
|
|
|
framework = arduino
|
2023-05-08 12:03:03 +00:00
|
|
|
|
2022-09-12 12:02:21 +00:00
|
|
|
build_type = debug
|
2023-06-01 12:14:55 +00:00
|
|
|
|
|
|
|
build_flags =
|
2022-09-12 12:02:21 +00:00
|
|
|
${arduino_base.build_flags}
|
|
|
|
-Isrc/platform/stm32wl -g
|
2023-06-01 12:14:55 +00:00
|
|
|
-DconfigUSE_CMSIS_RTOS_V2=1
|
|
|
|
-DVECT_TAB_OFFSET=0x08000000
|
|
|
|
|
|
|
|
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/> -<mesh/api/> -<mesh/wifi/> -<mesh/http/> -<modules/esp32> -<mesh/eth/> -<input> -<buzz> -<modules/Telemetry> -<platform/nrf52> -<platform/portduino> -<platform/rp2040> -<mesh/raspihttp>
|
2023-05-08 12:03:03 +00:00
|
|
|
|
2023-06-01 12:14:55 +00:00
|
|
|
board_upload.offset_address = 0x08000000
|
|
|
|
upload_protocol = stlink
|
2023-05-08 12:03:03 +00:00
|
|
|
|
2022-09-12 12:02:21 +00:00
|
|
|
lib_deps =
|
|
|
|
${env.lib_deps}
|
2023-11-23 12:47:07 +00:00
|
|
|
https://github.com/kokke/tiny-AES-c.git#f06ac37fc31dfdaca2e0d9bec83f90d5663c319b
|
2023-06-01 12:14:55 +00:00
|
|
|
https://github.com/littlefs-project/littlefs.git#v2.5.1
|
|
|
|
https://github.com/stm32duino/STM32FreeRTOS.git#10.3.1
|
2023-05-08 12:03:03 +00:00
|
|
|
|
2023-05-16 12:01:42 +00:00
|
|
|
lib_ignore =
|
2023-12-03 09:56:13 +00:00
|
|
|
mathertel/OneButton
|