File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,23 @@ TINYUSB_REPO_DIR="$AR_COMPS/arduino_tinyusb/tinyusb"
11
11
echo " Updating TinyUSB..."
12
12
if [ ! -d " $TINYUSB_REPO_DIR " ]; then
13
13
git clone -b master --depth 1 " $TINYUSB_REPO_URL " " $TINYUSB_REPO_DIR "
14
+ # from right before Keyboard LED problem - No issue found
15
+ # git checkout 69313ef45564cc8967575f47fb8c57371cbea470
16
+ # from right after Keyboard LED problem - No issue found
17
+ # git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168
18
+ # from feW DAYS after Keyboard LED problem COMMIT - Breaks LED
19
+ # git checkout a435befcdeb6bbd40cf3ba342756f8d73f031957
20
+ # Commit from April 26th, later. WORKS
21
+ # git checkout ee9ad0f184752e4006ccfa6ae49b7ac83707d771
22
+ # Last commit done the 26th April
23
+ cd " $TINYUSB_REPO_DIR "
24
+ git checkout 31b559370d29f5093979fc50de2ae415fa6612ce
25
+ cd -
14
26
else
15
27
cd $TINYUSB_REPO_DIR
16
28
git pull
17
29
# -ff is for cleaning untracked files as well as submodules
18
30
git clean -ffdx
31
+ git checkout 31b559370d29f5093979fc50de2ae415fa6612ce
19
32
fi
20
33
if [ $? -ne 0 ]; then exit 1; fi
You can’t perform that action at this time.
0 commit comments