mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
update tinyusb to 0.18 (#2215)
* update tinyusb to 0.18 * update tinyusb also for bazel
This commit is contained in:
parent
9f95a46e31
commit
3ba9534c03
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5217cee5de4cd555018da90f9f1bcc87fb1c1d3a
|
||||
Subproject commit 86ad6e56c1700e85f1c5678607a762cfe3aa2f47
|
||||
Loading…
Add table
Reference in a new issue