diff options
| author | hathach <[email protected]> | 2026-03-05 17:51:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-05 17:51:57 +0700 |
| commit | 70c93adc2f6264015cae597a9abe58ad2e1aaee6 (patch) | |
| tree | c6c7fcaadb4b2d825f5fa3116301964fb61413fe /tools | |
| parent | 0427fcfd02e6d6b8939b54984f58c3711d806ddd (diff) | |
improve threadx support, add multi ROTS support for board_test and msc_dual_lun
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/get_deps.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 1d596469b..696914251 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -14,6 +14,9 @@ deps_mandatory = { 'lib/lwip': ['https://github.com/lwip-tcpip/lwip.git', '159e31b689577dbf69cf0683bbaffbd71fa5ee10', 'all'], + 'lib/threadx': ['https://github.com/eclipse-threadx/threadx.git', + '4b6e8100d932a3a67b34c6eb17f84f3bffb9e2ae', + 'all'], 'tools/linkermap': ['https://github.com/hathach/linkermap.git', '8e1f440fa15c567aceb5aa0d14f6d18c329cc67f', 'all'], |
