Chitu variant for disk-based update (#18264)
This commit is contained in:
parent
0a49ad1ccf
commit
40f55f8b98
18 changed files with 1685 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue