diff options
| author | Brent Kowal <[email protected]> | 2024-07-01 17:31:38 -0400 |
|---|---|---|
| committer | Brent Kowal <[email protected]> | 2024-07-01 17:31:38 -0400 |
| commit | 2353c4ffbaa50072d89008df7a06a7732c824018 (patch) | |
| tree | 0255e975a33bf06bfb39cdf89062228e8f142dd2 /tools | |
| parent | 0b82af61f3ca7f6b708399c49519fb109ab33abb (diff) | |
Add MAX78002 Support
-Added support for MAX78002, MAX78002EVKIT
-Added provisions for remaining MAX32 USB parts
Diffstat (limited to 'tools')
| -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 e05cc4d76..fe548f4ab 100644 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -26,7 +26,7 @@ deps_optional = { 'fc100s'], 'hw/mcu/analog/max32' : ['https://github.com/analogdevicesinc/msdk.git', 'b20b398d3e5e2007594e54a74ba3d2a2e50ddd75', - 'max32690'], + 'max32690 max32650 max32666 max78002'], 'hw/mcu/bridgetek/ft9xx/ft90x-sdk': ['https://github.com/BRTSG-FOSS/ft90x-sdk.git', '91060164afe239fcb394122e8bf9eb24d3194eb1', 'brtmm90x'], |
