@@ -90,31 +90,31 @@ new_git_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:git.bzl"
90
90
new_git_repository (
91
91
name = "tinyusb" ,
92
92
build_file = "//src/rp2_common/tinyusb:tinyusb.BUILD" ,
93
- commit = "4232642899362fa5e9cf0dc59bad6f1f6d32c563" , # keep-in-sync-with-submodule: tinyusb
93
+ commit = "4232642899362fa5e9cf0dc59bad6f1f6d32c563" , # keep-in-sync-with-submodule: lib/ tinyusb
94
94
remote = "https://github.com/hathach/tinyusb.git" ,
95
95
)
96
96
97
97
# TODO: Provide btstack as a proper Bazel module.
98
98
new_git_repository (
99
99
name = "btstack" ,
100
100
build_file = "//src/rp2_common/pico_btstack:btstack.BUILD" ,
101
- commit = "2b49e57bd1fae85ac32ac1f41cdb7c794de335f6" , # keep-in-sync-with-submodule: btstack
101
+ commit = "2b49e57bd1fae85ac32ac1f41cdb7c794de335f6" , # keep-in-sync-with-submodule: lib/ btstack
102
102
remote = "https://github.com/bluekitchen/btstack.git" ,
103
103
)
104
104
105
105
# TODO: Provide cyw43-driver as a proper Bazel module.
106
106
new_git_repository (
107
107
name = "cyw43-driver" ,
108
108
build_file = "//src/rp2_common/pico_cyw43_driver:cyw43-driver.BUILD" ,
109
- commit = "cf924bb04c8984675ca0fc2178f082e404e048c3" , # keep-in-sync-with-submodule: cyw43-driver
109
+ commit = "cf924bb04c8984675ca0fc2178f082e404e048c3" , # keep-in-sync-with-submodule: lib/ cyw43-driver
110
110
remote = "https://github.com/georgerobotics/cyw43-driver.git" ,
111
111
)
112
112
113
113
# TODO: Provide lwip as a proper Bazel module.
114
114
new_git_repository (
115
115
name = "lwip" ,
116
116
build_file = "//src/rp2_common/pico_lwip:lwip.BUILD" ,
117
- commit = "0a0452b2c39bdd91e252aef045c115f88f6ca773" , # keep-in-sync-with-submodule: lwip
117
+ commit = "0a0452b2c39bdd91e252aef045c115f88f6ca773" , # keep-in-sync-with-submodule: lib/ lwip
118
118
remote = "https://github.com/lwip-tcpip/lwip.git" ,
119
119
)
120
120
0 commit comments