mirror of https://github.com/meshcore-dev/MeshCore
2 changed files with 3 additions and 7 deletions
@ -107,17 +107,17 @@ build_flags = ${arduino_base.build_flags} |
|||
|
|||
[stm32_base] |
|||
extends = arduino_base |
|||
platform = platformio/[email protected] |
|||
platform_packages = platformio/framework-arduinoststm32@https://github.com/stm32duino/Arduino_Core_STM32/archive/2.10.1.zip |
|||
platform = ststm32 |
|||
extra_scripts = post:arch/stm32/build_hex.py |
|||
build_flags = ${arduino_base.build_flags} |
|||
-D STM32_PLATFORM |
|||
-I src/helpers/stm32 |
|||
-I $PROJECT_PACKAGES_DIR/framework-arduinoststm32/libraries/SubGhz/src |
|||
build_src_filter = ${arduino_base.build_src_filter} |
|||
+<helpers/stm32> |
|||
lib_deps = ${arduino_base.lib_deps} |
|||
file://arch/stm32/Adafruit_LittleFS_stm32 |
|||
adafruit/Adafruit BusIO @ 1.17.2 |
|||
SubGhz |
|||
|
|||
[sensor_base] |
|||
build_flags = |
|||
|
|||
Loading…
Reference in new issue