diff options
| author | hathach <[email protected]> | 2023-05-25 16:17:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-25 16:17:41 +0700 |
| commit | 7a3d7a7c23da7a7e8122c879b047f80a1a131fcc (patch) | |
| tree | 7b045cef3cf0c2aa8103c70001c138ca6d48defc | |
| parent | 5a0c2bd63892f8457a707c0046e2d01ddba4f1e1 (diff) | |
cmsis_5 missing mcx and imxrt
| -rw-r--r-- | tools/get_deps.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 842fb9275..6db5224a4 100644 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -169,8 +169,8 @@ deps_optional = { 'ch32v307'], 'lib/CMSIS_5': ['https://github.com/ARM-software/CMSIS_5.git', '20285262657d1b482d132d20d755c8c330d55c1f', - 'stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32g0 stm32g4 stm32h7 stm32l0 stm32l1 stm32l4 ' - 'stm32l5 stm32u5 stm32wb'], + 'imxrt mcx stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32g0 stm32g4 stm32h7 stm32l0 stm32l1 ' + 'stm32l4 stm32l5 stm32u5 stm32wb'], 'lib/sct_neopixel': ['https://github.com/gsteiert/sct_neopixel.git', 'e73e04ca63495672d955f9268e003cffe168fcd8', 'lpc55'], |
