This commit is contained in:
rusefillc 2022-02-11 17:18:50 -05:00
parent 90a021e89a
commit 356ae360c6
2 changed files with 6 additions and 8 deletions

View File

@ -1,10 +1,3 @@
@echo off
cd firmware
make clean -j8 PROJECT_BOARD=core8
make -j8 PROJECT_BOARD=core8 PROJECT_CPU=ARCH_STM32F4
bash.exe gen_config_board.sh core8 core8 rusefi_core8.ini
bash.exe compile_core8.sh

View File

@ -0,0 +1,5 @@
#!/bin/bash
export PROJECT_BOARD=core8
export PROJECT_CPU=ARCH_STM32F4
bash ../common_make.sh