Browse Source

Fix CHITU_F103 pio.board name (#18486)

vanilla_fb_2.0.x
ellensp 4 years ago
committed by GitHub
parent
commit
8f725e25b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      buildroot/share/PlatformIO/boards/CHITU_F103.json
  2. 2
      platformio.ini

0
buildroot/share/PlatformIO/boards/chitu_f103.json → buildroot/share/PlatformIO/boards/CHITU_F103.json

2
platformio.ini

@ -672,7 +672,7 @@ lib_ignore = LiquidCrystal, LiquidTWI2, Adafruit NeoPixel, TMCStepper, U8glib-H
[env:chitu_f103]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = chitu_f103
board = CHITU_F103
extra_scripts = pre:buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py
buildroot/share/PlatformIO/scripts/chitu_crypt.py
build_flags = ${common_stm32f1.build_flags}

Loading…
Cancel
Save