diff options
| author | Ha Thach <[email protected]> | 2023-12-18 21:24:11 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-18 21:24:11 +0700 |
| commit | b9be733c3ca4bdab80e42f5d46335f752f02971b (patch) | |
| tree | 98b226c4db3d456dd341c5699c3197f6e53b4f46 /tools | |
| parent | 7c181c4e9b1162a8324da28b45e343f387b420d8 (diff) | |
| parent | 1a3f5f7a09d523872d8ab42fc3b432c19e8845b7 (diff) | |
Merge pull request #2383 from hathach/update-freertos-11.0
update freertos deps to v11.0.0
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/get_deps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 86ffdc5c7..d561a1b36 100644 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -7,7 +7,7 @@ from multiprocessing import Pool # path, url, commit, family (Alphabet sorted by path) deps_mandatory = { 'lib/FreeRTOS-Kernel': ['https://github.com/FreeRTOS/FreeRTOS-Kernel.git', - '4ff01a7a4a51f53b44496aefee1e3c0071b7b173', + 'cc0e0707c0c748713485b870bb980852b210877f', 'all'], 'lib/lwip': ['https://github.com/lwip-tcpip/lwip.git', '159e31b689577dbf69cf0683bbaffbd71fa5ee10', |
