ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
1 deletions
-
buildroot/share/PlatformIO/boards/CHITU_F103.json
-
platformio.ini
|
@ -672,7 +672,7 @@ lib_ignore = LiquidCrystal, LiquidTWI2, Adafruit NeoPixel, TMCStepper, U8glib-H |
|
|
[env:chitu_f103] |
|
|
[env:chitu_f103] |
|
|
platform = ${common_stm32f1.platform} |
|
|
platform = ${common_stm32f1.platform} |
|
|
extends = common_stm32f1 |
|
|
extends = common_stm32f1 |
|
|
board = chitu_f103 |
|
|
board = CHITU_F103 |
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py |
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py |
|
|
buildroot/share/PlatformIO/scripts/chitu_crypt.py |
|
|
buildroot/share/PlatformIO/scripts/chitu_crypt.py |
|
|
build_flags = ${common_stm32f1.build_flags} |
|
|
build_flags = ${common_stm32f1.build_flags} |
|
|