fome-fw/firmware/config/boards/NUCLEO_F746/!compile-nucleo_f746.bat

14 lines
366 B
Batchfile
Raw Normal View History

2019-02-06 20:13:44 -08:00
rem
rem STM32F767 version of the firmware for Nucleo-F746ZG board
rem
cd ../../..
set PROJECT_BOARD=NUCLEO_F746
set PROJECT_CPU=ST_STM32F7
set EXTRA_PARAMS=-DDUMMY -DSTM32F746xx ^
2019-02-06 21:14:45 -08:00
-DEFI_INJECTOR_PIN3=GPIO_UNASSIGNED ^
-DRAM_UNUSED_SIZE=10 -DCCM_UNUSED_SIZE=10
2019-02-17 09:54:02 -08:00
set DEBUG_LEVEL_OPT="-O2"
make -j4
..\misc\hex2dfu\HEX2DFU.exe build/rusefi.hex -out build/rusefi.dfu