Skip to content

Commit

Permalink
Merge pull request #406 from shorepine/tinyusb
Browse files Browse the repository at this point in the history
.
  • Loading branch information
bwhitman authored Oct 17, 2024
2 parents 7aa0adf + d46d866 commit 74e192f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tulip/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ "$TYPE" == "sys" ]; then
fi

# Otherwise, compile all boards. If upload set, upload them
declare -a boards=("TULIP4_R11" "N16R8" "N32R8" "TDECK" "TULIP4_R11_DEBUG")
declare -a boards=("TULIP4_R11" "N16R8" "N32R8" "TULIP4_R11_DEBUG")
#declare -a boards=("TDECK")
for i in "${boards[@]}"
do
Expand Down
1 change: 1 addition & 0 deletions tulip/shared/grab_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ else
git submodule update --init lib/mbedtls
git submodule update --init lib/berkeley-db-1.xx
git submodule update --init lib/micropython-lib
git submodule update --init lib/tinyusb
cd ..
touch .submodules_ok
fi
Expand Down

0 comments on commit 74e192f

Please sign in to comment.