|
@ -1155,7 +1155,7 @@ extends = env:STM32F103RE |
|
|
build_flags = ${env:STM32F103RE.build_flags} -DTEMP_TIMER_CHAN=4 |
|
|
build_flags = ${env:STM32F103RE.build_flags} -DTEMP_TIMER_CHAN=4 |
|
|
extra_scripts = ${env:STM32F103RE.extra_scripts} |
|
|
extra_scripts = ${env:STM32F103RE.extra_scripts} |
|
|
pre:buildroot/share/PlatformIO/scripts/random-bin.py |
|
|
pre:buildroot/share/PlatformIO/scripts/random-bin.py |
|
|
buildroot/share/PlatformIO/scripts/creality.py |
|
|
buildroot/share/PlatformIO/scripts/STM32F103RET6_creality.py |
|
|
debug_tool = jlink |
|
|
debug_tool = jlink |
|
|
upload_protocol = jlink |
|
|
upload_protocol = jlink |
|
|
|
|
|
|
|
@ -1194,7 +1194,7 @@ build_flags = ${common_stm32.build_flags} |
|
|
-DDISABLE_GENERIC_SERIALUSB -DUSBD_USE_CDC_COMPOSITE -DUSE_USB_FS |
|
|
-DDISABLE_GENERIC_SERIALUSB -DUSBD_USE_CDC_COMPOSITE -DUSE_USB_FS |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py |
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py |
|
|
buildroot/share/PlatformIO/scripts/STEVAL__F401XX.py |
|
|
buildroot/share/PlatformIO/scripts/STM32F401VE_STEVAL.py |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# STM32F401RC |
|
|
# STM32F401RC |
|
@ -1569,7 +1569,9 @@ board_build.ldscript = ldscript.ld |
|
|
board_build.offset = 0x10000 |
|
|
board_build.offset = 0x10000 |
|
|
build_flags = ${common_stm32.build_flags} -DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5 |
|
|
build_flags = ${common_stm32.build_flags} -DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5 |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC |
|
|
extra_scripts = ${common.extra_scripts} pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py buildroot/share/PlatformIO/scripts/stm32_bootloader.py |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py |
|
|
|
|
|
buildroot/share/PlatformIO/scripts/stm32_bootloader.py |
|
|
|
|
|
|
|
|
################################# |
|
|
################################# |
|
|
# # |
|
|
# # |
|
|