diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-03 13:10:28 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-03 13:10:28 -0700 |
commit | 29f9994856f1f56c40e9c54ec5e8f29ba8d3387e (patch) | |
tree | 6f8597a02cb94ed0b6851d80e3456c8cdd3f75c6 /.gitmodules | |
parent | 3c81186daf97cf7011fd2806dfd0bc3b875e92f3 (diff) |
wip picolibc
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d8d8265..b672926 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ [submodule "3rd-party/pico-sdk"] path = 3rd-party/pico-sdk url = https://github.com/raspberrypi/pico-sdk +[submodule "3rd-party/picolibc"] + path = 3rd-party/picolibc + url = https://github.com/picolibc/picolibc |