Skip to content

Commit

Permalink
Include .TOS in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoparrilla committed Oct 28, 2023
1 parent 31bf57d commit a80362b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ build_type=$2
ST_WORKING_FOLDER=$working_folder/configurator stcmd make $build_type
ST_WORKING_FOLDER=$working_folder stcmd make $build_type

filename_tos="./dist/SIDECART.TOS"

# Copy the SIDECART.TOS file for testing purposes
ST_WORKING_FOLDER=$working_folder stcmd cp ./configurator/dist/SIDECART.TOS $filename_tos

filename="./dist/FIRMWARE.IMG"

# Copy the BOOT.BIN file to a ROM size file for testing
Expand Down
2 changes: 1 addition & 1 deletion configurator/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.11a
0.0.11b
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.11a
0.0.11b

0 comments on commit a80362b

Please sign in to comment.