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

22 lines
562 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 ^
2019-02-24 06:39:25 -08:00
-DEFI_COMMUNICATION_PIN=GPIOB_7 ^
2019-02-24 06:49:46 -08:00
-DEFI_FATAL_ERROR_PIN=GPIOB_14 ^
2019-02-06 21:14:45 -08:00
-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
2019-04-13 16:55:18 -07:00
rem Clean up so that no one inherits this value
set PROJECT_BOARD=
set EXTRA_PARAMS=
set DEBUG_LEVEL_OPT=
set USE_BOOTLOADER=