405 option
This commit is contained in:
parent
d9c8c1fc3e
commit
c52401cceb
|
@ -0,0 +1,10 @@
|
|||
rem
|
||||
rem STM32F405 version of the firmware for https://rusefi.com/forum/viewtopic.php?f=4&t=1215
|
||||
rem
|
||||
|
||||
cd ../../..
|
||||
set PROJECT_BOARD=Prometheus
|
||||
set EXTRA_PARAMS="-DDUMMY -DSTM32F405xx -DEFI_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_TRACE=FALSE -DCH_DBG_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_STACK_CHECK=FALSE -DCH_DBG_FILL_THREADS=FALSE -DCH_DBG_THREADS_PROFILING=FALSE"
|
||||
set DEBUG_LEVEL_OPT="-O2"
|
||||
set USE_BOOTLOADER=yes
|
||||
call compile_and_program.bat -r
|
Loading…
Reference in New Issue