aboutsummaryrefslogtreecommitdiff
path: root/pw_package/py/pw_package/packages/stm32cube.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_package/py/pw_package/packages/stm32cube.py')
-rw-r--r--pw_package/py/pw_package/packages/stm32cube.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pw_package/py/pw_package/packages/stm32cube.py b/pw_package/py/pw_package/packages/stm32cube.py
index a2e704e04..460029477 100644
--- a/pw_package/py/pw_package/packages/stm32cube.py
+++ b/pw_package/py/pw_package/packages/stm32cube.py
@@ -110,7 +110,10 @@ class Stm32Cube(pw_package.package_manager.Package):
def __init__(self, family, tags, *args, **kwargs):
super().__init__(*args, name=f'stm32cube_{family}', **kwargs)
- st_github_url = 'https://github.com/STMicroelectronics'
+ st_github_url = (
+ 'https://pigweed.googlesource.com/'
+ 'third_party/github/STMicroelectronics'
+ )
self._hal_driver = pw_package.git_repo.GitRepo(
name='hal_driver',