diff options
| author | hathach <[email protected]> | 2024-08-14 23:59:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-08-14 23:59:35 +0700 |
| commit | 0be427bae95ef0fe94cb6f0b405eb5c3bbae160a (patch) | |
| tree | bc517669ab7025e974eed825b08478610e1bf2d9 /tools | |
| parent | f6b96f7ea9f0d0c4872e1e290bf59f65c68a7bf3 (diff) | |
use max32 cmsis, fix NVIC_GetEnableIRQ() not defined when using with CMISIS < 5
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 51d6304ae..f141d3d41 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 max32650 max32666 max78002'], + 'max32650 max32666 max32690 max78002'], 'hw/mcu/bridgetek/ft9xx/ft90x-sdk': ['https://github.com/BRTSG-FOSS/ft90x-sdk.git', '91060164afe239fcb394122e8bf9eb24d3194eb1', 'brtmm90x'], |
