2021-05-22 12:10:58 -07:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
|
2020-07-05 21:19:25 -07:00
|
|
|
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
|
|
|
|
|
2021-05-22 12:10:58 -07:00
|
|
|
Work in progress: SHORT_BOARDNAME becomes BUNDLE_NAME
|
2021-06-26 23:06:57 -07:00
|
|
|
|
|
|
|
New board procedure
|
|
|
|
|
2021-07-26 08:43:32 -07:00
|
|
|
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
|