custom-board-bundle-sample-.../firmware/config/boards/hellen/hellen154hyundai/compile_hellen154hyundai.sh

9 lines
178 B
Bash
Raw Normal View History

2021-08-03 02:22:35 -07:00
#!/bin/bash
2021-08-06 23:44:17 -07:00
export PROJECT_BOARD=hellen/hellen154hyundai
2021-08-03 02:22:35 -07:00
export PROJECT_CPU=ARCH_STM32F4
2021-08-06 23:44:17 -07:00
export EXTRA_PARAMS="-DSHORT_BOARD_NAME=hellen154hyundai"
2021-08-03 02:22:35 -07:00
cd ..
bash ../common_make.sh