Add submodules for FreeRTOS, pico-sdk, and picotool
parent
f72d587d71
commit
54ef13c3b2
|
|
@ -1,3 +1,5 @@
|
|||
build
|
||||
|
||||
# ---> CMake
|
||||
CMakeLists.txt.user
|
||||
CMakeCache.txt
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1,3 +1,6 @@
|
|||
Remember to `git submodule update --init`
|
||||
|
||||
# SomeFreeRTOSExamples
|
||||
|
||||
Trying to get a zero-friction FreeRTOS + RP2040 setup, and examples.
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Remember to `git submodule update --init`
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 7d76dceaadd22bfdd6a77973f8c0b7b46cb326c5
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit efe2103f9b28458a1615ff096054479743ade236
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit bf33c6ddd756c3961c7a13b000859b71e825ee74
|
||||
Loading…
Reference in New Issue