FOME-Tech / fome-fw

Free Open Motorsports ECU
https://www.fome.tech
Other
43 stars 22 forks source link

generate config etc using makefiles as part of build #300

Closed mck1117 closed 4 weeks ago

mck1117 commented 10 months ago

We shouldn't have to do

git submodule update --init
cd firmware/
./gen_live_documentation.sh
./gen_enum_to_string.sh
./gen_config_default.sh
./gen_board_config.sh config/boards/proteus proteus_f7 fome_proteus_f7.ini
cd config/boards/proteus
./compile_proteus_f7.sh

when we could just do make PROJECT_BOARD=proteus