custom-board-bundle-sample-.../firmware/config/boards
rusefi cdbd94a15b I2C EEPROM support #3860 2022-02-06 17:23:07 -05:00
..
atlas refactoring? 2022-01-14 22:45:49 -05:00
f407-discovery I2C EEPROM support #3860 2022-02-06 17:23:07 -05:00
f429-discovery Wider usage of contrib (#3892) 2022-02-04 21:50:21 -05:00
frankenso Auto-generated configs and docs 2022-02-03 20:36:34 +00:00
hellen fix f4 standby (#3894) 2022-02-05 07:25:09 -05:00
microrusefi https://rusefi.com/forum/viewtopic.php?p=44278#p44278 2022-02-04 17:16:12 -05:00
nucleo_f767 Remove fsio part 1 (#3871) 2022-02-01 15:42:04 -05:00
nucleo_h743 refactoring? 2022-01-14 23:10:48 -05:00
prometheus Remove fsio part 1 (#3871) 2022-02-01 15:42:04 -05:00
proteus fix f4 standby (#3894) 2022-02-05 07:25:09 -05:00
subaru_eg33 L9779: initial driver (#3897) 2022-02-06 09:47:18 -05:00
STM32F407VET6_Black.bat
STM32F407VET6_Mini.bat auto detect HSE clock speed (#2952) 2021-07-12 20:51:35 -04:00
clean_env_variables.bat
clean_env_variables.sh deduplication in halconf (#2377) 2021-02-24 14:08:03 -05:00
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 atlas https://github.com/rusefi/rusefi/blob/master/firmware/config/boards/readme.md 2021-07-26 11:43:32 -04:00

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