rusefi-1/firmware/config/boards
Matthew Kennedy cb032fb1ea
(void) -> () (#3550)
* static functions with (void)

* more

* Revert "more"

This reverts commit 246e53441f935451437df186ac92d7df26b62fb6.

* s

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-11-15 13:02:34 +01:00
..
atlas
f407-discovery
f429-discovery
frankenso
hellen enable nb1 serial pins (#3546) 2021-11-14 16:07:56 -05:00
kinetis Auto-generated configs and docs 2021-11-14 19:42:17 +00:00
microrusefi new parser handles enum values (#3492) 2021-11-11 23:09:39 -05:00
nucleo_f767
nucleo_h743
prometheus Epic: Remove FSIO #2928 2021-11-14 07:24:50 -05:00
proteus
skeleton
st_stm32f4
subaru_eg33 (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
STM32F407VET6_Black.bat
STM32F407VET6_Mini.bat
clean_env_variables.bat
clean_env_variables.sh
common_make.bat
common_make.sh
mre_meta.h
proteus_meta.h
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