diff options
| author | HiFiPhile <[email protected]> | 2023-10-10 18:35:24 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2023-10-10 18:35:24 +0200 |
| commit | e2852da668ae5f8e2398ac0a4c2a93d5f50f2618 (patch) | |
| tree | 64554a8bf2c5ae415b2bfa2069a8bf6a0529c5f4 | |
| parent | 504d29cf7ae9f40a56c73a2e666564b9b4ab9efd (diff) | |
Update deps.
| -rw-r--r-- | tools/get_deps.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 1fac291a3..8eea3e6de 100644 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -166,8 +166,9 @@ deps_optional = { 'ch32v307'], 'lib/CMSIS_5': ['https://github.com/ARM-software/CMSIS_5.git', '20285262657d1b482d132d20d755c8c330d55c1f', - 'imxrt kinetis_k32l2 kinetis_kl lpc51 lpc54 lpc55 mcx mm32 msp432e4 nrf ra saml2x' - 'stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32g0 stm32g4 ' + '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' 'stm32h7 stm32l0 stm32l1 stm32l4 stm32l5 stm32u5 stm32wb'], 'lib/sct_neopixel': ['https://github.com/gsteiert/sct_neopixel.git', 'e73e04ca63495672d955f9268e003cffe168fcd8', |
