diff options
| author | HiFiPhile <[email protected]> | 2023-10-10 19:08:25 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2023-10-10 20:00:50 +0200 |
| commit | c8430f5f85d587a996bc0301a47be12cc70cedb7 (patch) | |
| tree | a5805f14e1078f2ed5c9e575acb053bad6fa6ac1 /tools | |
| parent | e2852da668ae5f8e2398ac0a4c2a93d5f50f2618 (diff) | |
Refactor to get rid of CMSIS DSP lib.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/get_deps.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 8eea3e6de..1fac291a3 100644 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -166,9 +166,8 @@ deps_optional = { 'ch32v307'], 'lib/CMSIS_5': ['https://github.com/ARM-software/CMSIS_5.git', '20285262657d1b482d132d20d755c8c330d55c1f', - 'imxrt kinetis_k32l2 kinetis_kl lpc11 lpc13 lpc15 lpc17 lpc18 lpc40' - 'lpc43 lpc51 lpc54 lpc55 mcx mm32 msp432e4 nrf ra saml2x rp2040' - 'stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32g0 stm32g4' + 'imxrt kinetis_k32l2 kinetis_kl lpc51 lpc54 lpc55 mcx mm32 msp432e4 nrf ra saml2x' + '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', |
