diff options
| author | hathach <[email protected]> | 2025-10-14 20:51:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-14 23:02:32 +0700 |
| commit | 367044e4873fc9ca9cdac918cee684e1e08216e0 (patch) | |
| tree | 4ae740db975c5df02ad488f144026150b889796f /tools | |
| parent | 4bdd08ed2dacaf22ce2a442f8e13c97b03dfc2cb (diff) | |
fix lots of warnings for missing-prototypes for irqhandler
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/get_deps.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index c243137fa..c1e2c075d 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -246,12 +246,12 @@ deps_optional = { 'imxrt kinetis_k32l2 kinetis_kl lpc51 lpc54 lpc55 mcx mm32 msp432e4 nrf saml2x ' 'lpc11 lpc13 lpc15 lpc17 lpc18 lpc40 lpc43 ' 'stm32c0 stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32g0 stm32g4 stm32h5 ' - 'stm32h7 stm32h7rs stm32l0 stm32l1 stm32l4 stm32l5 stm32n6 stm32u0 stm32u5 stm32wb stm32wba' + 'stm32h7 stm32h7rs stm32l0 stm32l1 stm32l4 stm32l5 stm32u0 stm32u5 stm32wb stm32wba' 'sam3x samd11 samd21 samd51 samd5x_e5x same5x same7x saml2x samg ' 'tm4c '], 'lib/CMSIS_6': ['https://github.com/ARM-software/CMSIS_6.git', - 'b0bbb0423b278ca632cfe1474eb227961d835fd2', - 'ra'], + '6f0a58d01aa9bd2feba212097f9afe7acd991d52', + 'ra stm32n6'], 'lib/sct_neopixel': ['https://github.com/gsteiert/sct_neopixel.git', 'e73e04ca63495672d955f9268e003cffe168fcd8', 'lpc55'], |
