Add submodules for FreeRTOS, pico-sdk, and picotool

main
John Kenyon 2024-11-03 13:17:05 -08:00
parent f72d587d71
commit 54ef13c3b2
7 changed files with 19 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
build
# ---> CMake
CMakeLists.txt.user
CMakeCache.txt

9
.gitmodules vendored Normal file
View File

@ -0,0 +1,9 @@
[submodule "FreeRTOS-Kernel"]
path = submodules/FreeRTOS-Kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
[submodule "pico-sdk"]
path = submodules/pico-sdk
url = https://github.com/raspberrypi/pico-sdk.git
[submodule "picotool"]
path = submodules/picotool
url = https://github.com/raspberrypi/picotool.git

View File

@ -1,3 +1,6 @@
Remember to `git submodule update --init`
# SomeFreeRTOSExamples
Trying to get a zero-friction FreeRTOS + RP2040 setup, and examples.

View File

@ -0,0 +1 @@
Remember to `git submodule update --init`

@ -0,0 +1 @@
Subproject commit 7d76dceaadd22bfdd6a77973f8c0b7b46cb326c5

1
submodules/pico-sdk Submodule

@ -0,0 +1 @@
Subproject commit efe2103f9b28458a1615ff096054479743ade236

1
submodules/picotool Submodule

@ -0,0 +1 @@
Subproject commit bf33c6ddd756c3961c7a13b000859b71e825ee74