mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +00:00
5fd00b2538
- Skip a lot of duplicate code - add a hexDump output - might come in handy - refactor directory names - remove unused debugOut that was generating template errors
19 lines
827 B
INI
19 lines
827 B
INI
[stm32wl5e_base]
|
|
platform = platformio/ststm32@^15.4.1
|
|
board = generic_wl5e
|
|
framework = arduino
|
|
build_type = debug
|
|
build_flags =
|
|
${arduino_base.build_flags}
|
|
-Isrc/platform/stm32wl -g
|
|
-DHAL_SUBGHZ_MODULE_ENABLED
|
|
# Arduino/PlatformIO framework-arduinoststm32 package does not presently have SUBGHZSPI support
|
|
# -DPIN_SPI_MOSI=PINSUBGHZSPIMOSI -DPIN_SPI_MISO=PINSUBGHZSPIMISO -DPIN_SPI_SCK=PINSUBGHZSPISCK
|
|
build_src_filter =
|
|
${arduino_base.build_src_filter} -<platform/esp32/> -<nimble/> -<mesh/api/> -<mesh/http/> -<modules/esp32> -<mesh/eth/> -<mqtt/> -<graphics> -<input> -<buzz> -<modules/Telemetry> -<platform/nrf52> -<platform/portduino> -<platform/rp2040>
|
|
lib_deps =
|
|
${env.lib_deps}
|
|
https://github.com/kokke/tiny-AES-c.git#f06ac37fc31dfdaca2e0d9bec83f90d5663c319b
|
|
lib_ignore =
|
|
mathertel/OneButton@^2.0.3
|