rusefi/firmware/config/boards/readme.md

22 lines
647 B
Markdown
Raw Normal View History

# Boards Directory
2020-04-08 20:27:26 -07:00
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
2020-07-05 21:29:30 -07:00
One BOARD_NAME could be producing a number of artifacts via compile_$BUNDLE_NAME.sh scripts
Work in progress: SHORT_BOARDNAME becomes BUNDLE_NAME
2021-06-26 23:06:57 -07:00
New board procedure
1) manually add one signature*.h and one .ini files into git - see gen_config.sh comment
2021-06-26 23:13:52 -07:00
2021-07-07 11:06:44 -07:00
2) update gen_config.sh: add "board board" pair into 'for BOARD' iteration
See also https://github.com/rusefi/rusefi/wiki/Hardware