rusefi-1/firmware/config/boards/readme.md

22 lines
647 B
Markdown

# Boards Directory
See [misc/jenkins/compile_other_versions/run.bat](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