diff options
| author | hathach <[email protected]> | 2023-11-18 15:11:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-18 15:11:29 +0700 |
| commit | 2187ece844805434bfe61243fcf70014398acd43 (patch) | |
| tree | 55262082e1aa64e9a30981f4ed9a9fcb9b078645 | |
| parent | fbf64b122d6d77a7aa1ec501ff29b8bddeec0a70 (diff) | |
update freertos to fix build with IAR cm0
| -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 8edfaa0a7..6850cacb1 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', - 'dc09a3dd5144c4033607565c71b9919900f95cff', + '4ff01a7a4a51f53b44496aefee1e3c0071b7b173', 'all'], 'lib/lwip': ['https://github.com/lwip-tcpip/lwip.git', '159e31b689577dbf69cf0683bbaffbd71fa5ee10', |
