From 3c882b131343f50054c99f32fa594bf5838c3943 Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Tue, 1 Oct 2024 17:34:48 -0300 Subject: [PATCH 1/7] Update CMakeLists.txt --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b0fca085..bbb2ed7cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,8 @@ # The following lines of boilerplate have to be in your project's # CMakeLists in this exact order for cmake to work correctly + +#### JUST A TEST... no real PR. + cmake_minimum_required(VERSION 3.5) include($ENV{IDF_PATH}/tools/cmake/project.cmake) From ad918d64b174df69f0e674c29f52c59eab5afbff Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Tue, 1 Oct 2024 23:04:37 -0300 Subject: [PATCH 2/7] testing keyboard LED issue part 1 --- tools/update-components.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/update-components.sh b/tools/update-components.sh index 298783c74..bb654945c 100755 --- a/tools/update-components.sh +++ b/tools/update-components.sh @@ -10,6 +10,11 @@ TINYUSB_REPO_URL="https://github.com/hathach/tinyusb.git" TINYUSB_REPO_DIR="$AR_COMPS/arduino_tinyusb/tinyusb" if [ ! -d "$TINYUSB_REPO_DIR" ]; then git clone "$TINYUSB_REPO_URL" "$TINYUSB_REPO_DIR" + # Temporary fix given that tinyusb/master is breaking Lib Builder + cd "$TINYUSB_REPO_DIR" + # from right before Keyboard LED problem + git checkout 69313ef45564cc8967575f47fb8c57371cbea470 + cd - else git -C "$TINYUSB_REPO_DIR" fetch && \ git -C "$TINYUSB_REPO_DIR" pull --ff-only From e11af6e44413c9d4efff28ff35c897f7641ad812 Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Tue, 1 Oct 2024 23:58:50 -0300 Subject: [PATCH 3/7] testing TinyUSB Keyb LED breaking commit --- tools/update-components.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/update-components.sh b/tools/update-components.sh index bb654945c..93591dfbf 100755 --- a/tools/update-components.sh +++ b/tools/update-components.sh @@ -13,7 +13,9 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then # Temporary fix given that tinyusb/master is breaking Lib Builder cd "$TINYUSB_REPO_DIR" # from right before Keyboard LED problem - git checkout 69313ef45564cc8967575f47fb8c57371cbea470 + # git checkout 69313ef45564cc8967575f47fb8c57371cbea470 + # from right after Keyboard LED problem + git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168 cd - else git -C "$TINYUSB_REPO_DIR" fetch && \ From 017540e5b74c1e38c727dc79ec9454849a8032d6 Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Wed, 2 Oct 2024 00:28:23 -0300 Subject: [PATCH 4/7] COMMIT LATTER --- tools/update-components.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/update-components.sh b/tools/update-components.sh index 93591dfbf..643e25481 100755 --- a/tools/update-components.sh +++ b/tools/update-components.sh @@ -12,10 +12,12 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then git clone "$TINYUSB_REPO_URL" "$TINYUSB_REPO_DIR" # Temporary fix given that tinyusb/master is breaking Lib Builder cd "$TINYUSB_REPO_DIR" - # from right before Keyboard LED problem + # from right before Keyboard LED problem - No issue fonud # git checkout 69313ef45564cc8967575f47fb8c57371cbea470 - # from right after Keyboard LED problem - git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168 + # from right after Keyboard LED problem - No issue fonud + # git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168 + # from feW DAYS after Keyboard LED problem COMMIT - + git checkout a435befcdeb6bbd40cf3ba342756f8d73f031957 cd - else git -C "$TINYUSB_REPO_DIR" fetch && \ From e348f8e1d7e9aaeb3ce0ecd01f2a19f2aaaa3b27 Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Wed, 2 Oct 2024 00:58:30 -0300 Subject: [PATCH 5/7] last test for today 27th April --- tools/update-components.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/update-components.sh b/tools/update-components.sh index 643e25481..3a9d3190b 100755 --- a/tools/update-components.sh +++ b/tools/update-components.sh @@ -16,8 +16,10 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then # git checkout 69313ef45564cc8967575f47fb8c57371cbea470 # from right after Keyboard LED problem - No issue fonud # git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168 - # from feW DAYS after Keyboard LED problem COMMIT - - git checkout a435befcdeb6bbd40cf3ba342756f8d73f031957 + # from feW DAYS after Keyboard LED problem COMMIT - Breaks LED + # git checkout a435befcdeb6bbd40cf3ba342756f8d73f031957 + # Commit from April 27th, latter. + git checkout ef7be4c2ffa0061aec2ea32f530a4037f7309f1e cd - else git -C "$TINYUSB_REPO_DIR" fetch && \ From ac19e6d8b50628b84ff6f89f1118c07be9c4572b Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Wed, 2 Oct 2024 01:24:42 -0300 Subject: [PATCH 6/7] mid 26th ee9ad0f184752e4006ccfa6ae49b7ac83707d771 --- tools/update-components.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/update-components.sh b/tools/update-components.sh index 3a9d3190b..d34554ad8 100755 --- a/tools/update-components.sh +++ b/tools/update-components.sh @@ -18,8 +18,8 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then # git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168 # from feW DAYS after Keyboard LED problem COMMIT - Breaks LED # git checkout a435befcdeb6bbd40cf3ba342756f8d73f031957 - # Commit from April 27th, latter. - git checkout ef7be4c2ffa0061aec2ea32f530a4037f7309f1e + # Commit from April 26th, latter. + git checkout ee9ad0f184752e4006ccfa6ae49b7ac83707d771 cd - else git -C "$TINYUSB_REPO_DIR" fetch && \ From 8c7475c3f70d484389bdf27057963b0beabdac30 Mon Sep 17 00:00:00 2001 From: Rodrigo Garcia Date: Wed, 2 Oct 2024 01:56:45 -0300 Subject: [PATCH 7/7] last commit from April 26th --- tools/update-components.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/update-components.sh b/tools/update-components.sh index d34554ad8..81752ab6a 100755 --- a/tools/update-components.sh +++ b/tools/update-components.sh @@ -18,8 +18,10 @@ if [ ! -d "$TINYUSB_REPO_DIR" ]; then # git checkout 7fb8d3341ce2feb46b0bce0bef069d31cf080168 # from feW DAYS after Keyboard LED problem COMMIT - Breaks LED # git checkout a435befcdeb6bbd40cf3ba342756f8d73f031957 - # Commit from April 26th, latter. - git checkout ee9ad0f184752e4006ccfa6ae49b7ac83707d771 + # Commit from April 26th, latter. WORKS + # git checkout ee9ad0f184752e4006ccfa6ae49b7ac83707d771 + # Last commit done n the 26th April + git checkout 31b559370d29f5093979fc50de2ae415fa6612ce cd - else git -C "$TINYUSB_REPO_DIR" fetch && \