diff options
| author | hathach <[email protected]> | 2025-12-01 14:39:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-12-01 14:46:47 +0700 |
| commit | df6f13600324b42710ae71d5320a9f2eae8303a5 (patch) | |
| tree | f5e0a3a723e4917b1905c614ba4d65724994ecef /tools | |
| parent | 7ee288bc223db393d68c7bdb09bf7c05ffd2eb03 (diff) | |
add linkermap to deps and linkermap taget
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 d749e4c84..c60766e50 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'], + 'tools/linkermap': ['https://github.com/hathach/linkermap.git', + 'e1a7a990fcd6eb1dbae13c2eb9fb0ca9db7ac483', + 'all'], 'tools/uf2': ['https://github.com/microsoft/uf2.git', 'c594542b2faa01cc33a2b97c9fbebc38549df80a', 'all'], |
