2022-09-12 12:02:21 +00:00
|
|
|
[stm32wl5e_base]
|
2022-10-10 13:42:05 +00:00
|
|
|
platform = platformio/ststm32@^15.4.1
|
2022-09-12 12:02:21 +00:00
|
|
|
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 =
|
2023-01-09 16:03:52 +00:00
|
|
|
${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>
|
2022-09-12 12:02:21 +00:00
|
|
|
lib_deps =
|
|
|
|
${env.lib_deps}
|
2022-10-04 06:40:39 +00:00
|
|
|
https://github.com/kokke/tiny-AES-c.git#f06ac37fc31dfdaca2e0d9bec83f90d5663c319b
|
2022-09-12 12:02:21 +00:00
|
|
|
lib_ignore =
|
|
|
|
mathertel/OneButton@^2.0.3
|