fome-fw/firmware/config/boards/prometheus/compile_prometheus_469.sh

12 lines
265 B
Bash

#!/bin/sh
# STM32F469 version of the firmware for https://rusefi.com/forum/viewtopic.php?f=4&t=1215
cd ../../..
export PROJECT_BOARD=prometheus/f469
export EXTRA_PARAMS=-DSHORT_BOARD_NAME=prometheus_469
export USE_BOOTLOADER=yes
sh config/boards/common_make.sh