Randomize firmware.bin, fix unflag
This commit is contained in:
parent
e02817b077
commit
d0222e5c76
4 changed files with 28 additions and 21 deletions
|
|
@ -380,7 +380,7 @@ src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|||
platform = ${common_stm32.platform}
|
||||
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
||||
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL
|
||||
build_unflags = -std=gnu++11
|
||||
build_unflags = -std=gnu11
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
||||
lib_ignore = SPI
|
||||
lib_deps = ${common.lib_deps}
|
||||
|
|
@ -744,6 +744,7 @@ board = genericSTM32F103RC
|
|||
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
||||
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY -DTEMP_TIMER_CHAN=4
|
||||
extra_scripts = ${common.extra_scripts}
|
||||
pre:buildroot/share/PlatformIO/scripts/random-bin.py
|
||||
buildroot/share/PlatformIO/scripts/creality.py
|
||||
lib_ignore = ${common_stm32f1.lib_ignore}
|
||||
debug_tool = jlink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue