Add pico-sdk as a submodule
This commit is contained in:
parent
9b94636a44
commit
e8f308ce6b
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,7 +1,6 @@
|
||||||
# These are files and directories that the user is instructed to create during
|
# These are files and directories that the user is instructed to create during
|
||||||
# the normal build process. Don't offer to commit them to git.
|
# the normal build process. Don't offer to commit them to git.
|
||||||
*/build
|
*/build
|
||||||
pico-sdk
|
|
||||||
|
|
||||||
# Ignores like this that are specific to operating environments are better
|
# Ignores like this that are specific to operating environments are better
|
||||||
# expressed in your user-global ignores, because every environment creates
|
# expressed in your user-global ignores, because every environment creates
|
||||||
|
|
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "MCUME_pico2/pico-sdk"]
|
||||||
|
path = MCUME_pico2/pico-sdk
|
||||||
|
url = https://github.com/raspberrypi/pico-sdk
|
||||||
1
MCUME_pico2/pico-sdk
Submodule
1
MCUME_pico2/pico-sdk
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit bddd20f928ce76142793bef434d4f75f4af6e433
|
||||||
Loading…
Reference in a new issue