diff options
| author | Ha Thach <[email protected]> | 2026-04-16 10:18:54 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-16 10:18:54 +0700 |
| commit | 81641e35c67ea8197397d1d03c666e94db6fdaec (patch) | |
| tree | 052b672ede4a84983b374b8a8c9534b17edf5939 /tools | |
| parent | 3cfe7a0ed1c8c0ca7b1ad747cfce502a5312bf1c (diff) | |
| parent | e7642cf753b67bcfee21983e2caa292c2722ba4c (diff) | |
Merge pull request #3598 from hathach/worktree-rp2040-freertos
Add FreeRTOS support for RP2040/RP2350
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/get_deps.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 23f015c0d..eb87abf6e 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -12,7 +12,7 @@ deps_mandatory = { '30ca13c62615df0d2e9104ab41256985b96590c1', 'all'], 'lib/FreeRTOS-Kernel': ['https://github.com/FreeRTOS/FreeRTOS-Kernel.git', - 'cc0e0707c0c748713485b870bb980852b210877f', + '9b777ae5c5b8e9e456065a00294d1e5f5f9facf5', 'all'], 'lib/lwip': ['https://github.com/lwip-tcpip/lwip.git', '159e31b689577dbf69cf0683bbaffbd71fa5ee10', @@ -82,6 +82,9 @@ deps_optional = { 'hw/mcu/nxp/mcux-devices-rt': ['https://github.com/nxp-mcuxpresso/mcux-devices-rt', 'dba2b523c9df61f3330bd186242f8210a8e47c45', 'imxrt'], + 'hw/mcu/raspberry_pi/FreeRTOS-Kernel': ['https://github.com/raspberrypi/FreeRTOS-Kernel.git', + '4f7299d6ea746b27a9dd19e87af568e34bd65b15', + 'rp2040'], 'hw/mcu/raspberry_pi/Pico-PIO-USB': ['https://github.com/sekigon-gonnoc/Pico-PIO-USB.git', '675543bcc9baa8170f868ab7ba316d418dbcf41f', 'rp2040'], |
