Gustavo Alvarez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
platformio.ini
|
|
@ -319,7 +319,6 @@ extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip |
|
|
|
USBComposite for STM32F1@==0.91 |
|
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
monitor_speed = 115200 |
|
|
|
|
|
|
@ -350,7 +349,6 @@ extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip |
|
|
|
USBComposite for STM32F1@==0.91 |
|
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
monitor_speed = 115200 |
|
|
|
|
|
|
@ -417,6 +415,7 @@ extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1> |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip |
|
|
|
USBComposite for STM32F1@==0.91 |
|
|
|
lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
debug_tool = stlink |
|
|
|
upload_protocol = stlink |
|
|
|