rusefi/firmware/config/boards
rusefillc 392188f2c6 Hide pin mode from well-known boards #3397 2022-05-08 15:11:28 -04:00
..
GDI4
atlas
core8
f407-discovery
f429-discovery
frankenso
hellen Hide pin mode from well-known boards #3397 2022-05-08 15:11:28 -04:00
kinetis Auto-generated configs and docs 2022-05-08 12:05:34 +00:00
microrusefi set MRE overrides for spi2/3 pins (#4136) 2022-05-04 16:28:54 -04:00
nucleo_f767
nucleo_h743
prometheus
proteus proteus meta 2022-05-04 17:00:38 -04:00
skeleton
subaru_eg33 Auto-generated configs and docs 2022-05-08 12:05:34 +00:00
tdg-pdm8
STM32F407VET6_Black.bat
STM32F407VET6_Mini.bat
clean_env_variables.bat
clean_env_variables.sh Export PROJECT_BOARD, we need it while compiling OpenBLT with separate make call (#4146) 2022-05-07 06:12:07 -04:00
common_make.bat
common_make.sh Export PROJECT_BOARD, we need it while compiling OpenBLT with separate make call (#4146) 2022-05-07 06:12:07 -04:00
hellen_meta.h
mre_meta.h
proteus_meta.h proteus meta 2022-05-04 17:00:38 -04:00
readme.md

readme.md

Boards Directory

See misc/jenkins/compile_other_versions/run.bat which is executed by build server.

See https://rusefi.com/build_server/

By definition, BOARD_NAME is a folder in firmware\config\boards

One BOARD_NAME could be producing a number of artifacts via compile_$BUNDLE_NAME.sh scripts

Work in progress: SHORT_BOARDNAME becomes BUNDLE_NAME

New board procedure

  1. manually add one signature*.h and one .ini files into git - see gen_config.sh comment

  2. update gen_config.sh: add "board board" pair into 'for BOARD' iteration

See also https://github.com/rusefi/rusefi/wiki/Hardware