rusefi-1/firmware/config/boards
Andrey 694ca323bd hellen154hyundai 2021-08-03 20:03:59 -04:00
..
atlas atlas build stub (#3065) 2021-07-26 01:04:58 -04:00
f407-discovery gen_config.sh code duplication #2451 2021-07-30 16:55:07 -04:00
f429-discovery DRAM SDRAM #2551 2021-06-27 12:14:53 -04:00
frankenso testing yaml automation 2021-05-07 15:34:48 -04:00
hellen hellen154hyundai 2021-08-03 20:03:59 -04:00
kinetis Auto-generated configs and docs 2021-08-03 09:34:13 +00:00
microrusefi RUSEFI MSD to contain bundle-specific URL fix #2848 2021-07-30 22:33:56 -04:00
nucleo_f767 don't require EXTERN_ENGINE in every file (#2969) 2021-07-16 18:13:33 -04:00
nucleo_h743 make board config override actually usable (#2508) 2021-03-31 14:46:50 -04:00
prometheus don't require EXTERN_ENGINE in every file (#2969) 2021-07-16 18:13:33 -04:00
proteus RUSEFI MSD to contain bundle-specific URL fix #2848 2021-07-30 22:33:56 -04:00
skeleton Remove outdated option CH_DBG_ENABLE_TRACE (#3087) 2021-07-31 07:51:13 -04:00
st_stm32f4 make board config override actually usable (#2508) 2021-03-31 14:46:50 -04:00
subaru_eg33 Auto-generated configs and docs 2021-08-03 09:34:13 +00:00
STM32F407VET6_Black.bat
STM32F407VET6_Hellen_STM.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 update all compile scripts to use available cores rather than a hardcoded value (#2425) 2021-03-06 12:55:46 -05: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