From f3457567dbc06a0950917e3ae889f0f3c2479090 Mon Sep 17 00:00:00 2001 From: Hardy Griech Date: Mon, 27 Jan 2025 20:50:00 +0100 Subject: [PATCH 1/2] update tinyusb to 0.18 --- lib/tinyusb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tinyusb b/lib/tinyusb index 5217cee5d..86ad6e56c 160000 --- a/lib/tinyusb +++ b/lib/tinyusb @@ -1 +1 @@ -Subproject commit 5217cee5de4cd555018da90f9f1bcc87fb1c1d3a +Subproject commit 86ad6e56c1700e85f1c5678607a762cfe3aa2f47 From 4adc313c78a31c9c93ff4af7db250e9b0760829b Mon Sep 17 00:00:00 2001 From: Hardy Griech Date: Mon, 27 Jan 2025 21:07:08 +0100 Subject: [PATCH 2/2] update tinyusb also for bazel --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 9cdcce3b2..1a1c4861f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -90,7 +90,7 @@ new_git_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:git.bzl" new_git_repository( name = "tinyusb", build_file = "//src/rp2_common/tinyusb:tinyusb.BUILD", - commit = "5217cee5de4cd555018da90f9f1bcc87fb1c1d3a", # keep-in-sync-with-submodule: lib/tinyusb + commit = "86ad6e56c1700e85f1c5678607a762cfe3aa2f47", # keep-in-sync-with-submodule: lib/tinyusb remote = "https://github.com/hathach/tinyusb.git", )