diff options
| author | hathach <[email protected]> | 2023-12-18 16:50:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-12-18 16:50:28 +0700 |
| commit | 3c4db26e0125d42285f9723820e19a92bf69e14a (patch) | |
| tree | 7d0b012807e9e577688dd8bc107e3ace385fcaa7 | |
| parent | 7c181c4e9b1162a8324da28b45e343f387b420d8 (diff) | |
update freertos deps to v11.0.0
| -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', |
