diff options
| author | Ha Thach <[email protected]> | 2025-05-16 22:32:04 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-16 22:32:04 +0700 |
| commit | 5428b87948f6c5740660e6e3e29dfd6fde3be37c (patch) | |
| tree | c73cd6706c9001fda059821cae2d8cd41c0783bc /tools | |
| parent | 3024bff12f584302ec2aaa77bcbbb2faf17b183f (diff) | |
| parent | d221d55b080a818bdf9d43317660e22fd0a832c5 (diff) | |
Merge pull request #3103 from wavenumber-eng/mcxa156__sdk216
Added initial support for FRDM-MCXA156 and fixed up a crash with FRDM-MCXN947
Diffstat (limited to 'tools')
| -rwxr-xr-x | 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 df8dbb6e1..1ce8be6c7 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -55,8 +55,8 @@ deps_optional = { 'hw/mcu/nxp/lpcopen': ['https://github.com/hathach/nxp_lpcopen.git', 'b41cf930e65c734d8ec6de04f1d57d46787c76ae', 'lpc11 lpc13 lpc15 lpc17 lpc18 lpc40 lpc43'], - 'hw/mcu/nxp/mcux-sdk': ['https://github.com/hathach/mcux-sdk.git', - '144f1eb7ea8c06512e12f12b27383601c0272410', + 'hw/mcu/nxp/mcux-sdk': ['https://github.com/nxp-mcuxpresso/mcux-sdk', + 'a1bdae309a14ec95a4f64a96d3315a4f89c397c6', 'kinetis_k kinetis_k32l2 kinetis_kl lpc51 lpc54 lpc55 mcx imxrt'], 'hw/mcu/raspberry_pi/Pico-PIO-USB': ['https://github.com/hathach/Pico-PIO-USB.git', '032a469e79f6a4ba40760d7868e6db26e15002d7', |
