mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +00:00
6e96216ba3
* WIP on MQTT proxy message queue * Fix copy paste goof * Progress on uplink * Has packets * Avoid trying to connect if we're proxying * Pointer correctly * Remove wifi guards * Client proxy subscribe * Fixed method that got bababababorked somehow... personally I blame CoPilot * Short circuit logic * Remove canned settings * Missed some stuff in the move * Guard pubsub client for non-networked variants * Has networking guard * else * Return statement for fall-thru * More gaurd removals * Removed source filters. No wonder I was confused * Bounding * Scope guard around else and fix return * Portduino * Defs instead * Move macro up to actually fix portduino * Size_t * Unsigned int * Thread interval * Protos * Protobufs ref
29 lines
1007 B
INI
29 lines
1007 B
INI
[stm32wl5e_base]
|
|
platform_packages = platformio/framework-arduinoststm32 @ https://github.com/stm32duino/Arduino_Core_STM32.git#6e3f9910d0122e82a6c3438507dfac3d2fd80a39
|
|
platform = ststm32
|
|
board = generic_wl5e
|
|
framework = arduino
|
|
|
|
build_type = debug
|
|
|
|
build_flags =
|
|
${arduino_base.build_flags}
|
|
-Isrc/platform/stm32wl -g
|
|
-DconfigUSE_CMSIS_RTOS_V2=1
|
|
-DVECT_TAB_OFFSET=0x08000000
|
|
|
|
build_src_filter =
|
|
${arduino_base.build_src_filter} -<platform/esp32/> -<nimble/> -<mesh/api/> -<mesh/http/> -<modules/esp32> -<mesh/eth/> -<input> -<buzz> -<modules/Telemetry> -<platform/nrf52> -<platform/portduino> -<platform/rp2040>
|
|
|
|
board_upload.offset_address = 0x08000000
|
|
upload_protocol = stlink
|
|
|
|
lib_deps =
|
|
${env.lib_deps}
|
|
jgromes/RadioLib@^6.1.0
|
|
https://github.com/kokke/tiny-AES-c.git#f06ac37fc31dfdaca2e0d9bec83f90d5663c319b
|
|
https://github.com/littlefs-project/littlefs.git#v2.5.1
|
|
https://github.com/stm32duino/STM32FreeRTOS.git#10.3.1
|
|
|
|
lib_ignore =
|
|
https://github.com/mathertel/OneButton#2.1.0 |