rusefi/firmware/config/boards
rusefillc 3f1c8af176 fixing harley81 2022-02-09 22:36:33 -05:00
..
atlas better default DEFAULT_ENGINE_TYPE 2022-02-09 19:55:04 -05:00
f407-discovery fixing frankenso 2022-02-09 21:08:50 -05:00
f429-discovery better default DEFAULT_ENGINE_TYPE 2022-02-09 19:55:04 -05:00
frankenso fixing frankenso 2022-02-09 20:59:55 -05:00
hellen fixing harley81 2022-02-09 22:36:33 -05:00
kinetis better default DEFAULT_ENGINE_TYPE 2022-02-09 19:55:04 -05:00
microrusefi better default DEFAULT_ENGINE_TYPE 2022-02-09 19:55:04 -05:00
nucleo_f767 better default DEFAULT_ENGINE_TYPE 2022-02-09 19:55:04 -05:00
nucleo_h743 less dependence on that logger (#3884) 2022-02-09 06:53:16 -05:00
prometheus better default DEFAULT_ENGINE_TYPE 2022-02-09 19:55:04 -05:00
proteus better default DEFAULT_ENGINE_TYPE 2022-02-09 19:55:04 -05:00
skeleton better default DEFAULT_ENGINE_TYPE 2022-02-09 19:52:22 -05:00
subaru_eg33 Auto-generated configs and docs 2022-02-10 00:09:45 +00:00
STM32F407VET6_Black.bat better default DEFAULT_ENGINE_TYPE 2022-02-09 19:52:22 -05:00
STM32F407VET6_Mini.bat better default DEFAULT_ENGINE_TYPE 2022-02-09 19:52:22 -05:00
clean_env_variables.bat
clean_env_variables.sh
common_make.bat
common_make.sh need that composite rusEFI+OpenBLT image 2022-01-16 20:20:49 -05:00
hellen_meta.h hellen_board_id + hellen-common.mk (#3885) 2022-02-03 11:24:31 -05:00
mre_meta.h MRE 2022-01-02 00:21:22 -05:00
proteus_meta.h Honda K 2021-10-28 22:18:41 -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