-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rusefillc
committed
Jan 10, 2024
1 parent
96118d6
commit 81cfe82
Showing
4 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
|
||
# | ||
# while recommended best option is to rely on GitHub Actions we can also code-generate locally using this script | ||
# open issue is GitHub Action should be invoking this script in order to reduce existing code duplication | ||
# | ||
|
||
export META_OUTPUT_ROOT_FOLDER=../../../generated/ | ||
|
||
cd ext/rusefi/firmware/ | ||
|
||
# todo: use meta-info.txt | ||
bash gen_config_board.sh ../../.. XXX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# todo: find a way for build-firmware.yaml to consume this file? maybe the other way around? | ||
shortBoardName=XXX |