Chitu variant for disk-based update (#18264)

This commit is contained in:
J.C. Nelson 2020-06-11 19:53:26 -07:00 committed by GitHub
parent 0a49ad1ccf
commit 40f55f8b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1685 additions and 2 deletions

View file

@ -646,8 +646,9 @@ lib_ignore = LiquidCrystal, LiquidTWI2, Adafruit NeoPixel, TMCStepper, U8glib-H
[env:chitu_f103]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103ZE
#extra_scripts = buildroot/share/PlatformIO/scripts/chitu_crypt.py
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}
-DSTM32F1xx -DSTM32_XL_DENSITY
build_unflags = ${common_stm32f1.build_unflags}