diff options
| author | Ha Thach <[email protected]> | 2026-03-05 21:25:58 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-05 21:25:58 +0700 |
| commit | ae3864d21f2b206ae41d1d424b96fea0ac7e0dc6 (patch) | |
| tree | 2c35c9cd84662958fe7853e2a8563ca2bc8e6fe9 /tools | |
| parent | cd7bbba1ddc1ee8f6b4f896c98a5ec452b0953d6 (diff) | |
| parent | ce8a77083dc00423b2c1a4c7657aa7290684dea6 (diff) | |
Merge pull request #3423 from armusin/threadx_osal
ThreadX OSAL header
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'], |
