rusefi-1/firmware/config/boards
Matthew Kennedy 10be2d5f40
Remove FSIO, byeeeeeeeee (#3865)
* vestigial config

* replace last functionality

* engine/board configs include

* files that didn't need to include this

* remove FSIO implementation

* stragglers

* random little bits

* s

* s

* ConfigDefinition

* jar

* s
2022-02-02 02:03:31 -05:00
..
atlas refactoring? 2022-01-14 22:45:49 -05:00
f407-discovery one step back + docs 2022-01-31 23:37:38 -05:00
f429-discovery docs 2022-01-31 23:36:07 -05:00
frankenso dead vss flag (#3499) 2021-11-07 14:36:46 -05:00
hellen Remove FSIO, byeeeeeeeee (#3865) 2022-02-02 02:03:31 -05:00
kinetis Remove FSIO, byeeeeeeeee (#3865) 2022-02-02 02:03:31 -05:00
microrusefi SD card UI cleanup (#3870) 2022-02-01 15:42:23 -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 Remove fsio part 2 (#3876) 2022-02-02 00:49:44 -05:00
skeleton Remove FSIO, byeeeeeeeee (#3865) 2022-02-02 02:03:31 -05:00
subaru_eg33 Auto-generated configs and docs 2022-02-02 06:04:12 +00:00
STM32F407VET6_Black.bat
STM32F407VET6_Mini.bat
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 https://github.com/rusefi/alphax-2chan/issues/14 2022-01-16 22:57:52 -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