diff options
| author | Zixun LI <[email protected]> | 2026-07-29 00:41:26 +0200 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2026-07-29 00:41:26 +0200 |
| commit | a7d778c68e46c6013a39d8520c176a3592fc0cd7 (patch) | |
| tree | 66a45d15db61ccd6ed146f336143e09b7a74a8c2 /tools | |
| parent | 192e0bd872608b4a39b36047e0d5c1d18c2a8f02 (diff) | |
| parent | 1eb216ed024002119a16ac15004e0b0124a7da6a (diff) | |
Merge tinyusb/master into fix/lpc43-hfp-reliability
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/codespell/ignore-words.txt | 1 | ||||
| -rwxr-xr-x | tools/get_deps.py | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/codespell/ignore-words.txt b/tools/codespell/ignore-words.txt index 0b1aa284a..6b301d27b 100644 --- a/tools/codespell/ignore-words.txt +++ b/tools/codespell/ignore-words.txt @@ -5,6 +5,7 @@ endianess fro hsi inout +linke mot ore pris diff --git a/tools/get_deps.py b/tools/get_deps.py index e26810cac..baaf3761f 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -46,6 +46,9 @@ deps_optional = { 'hw/mcu/gd/nuclei-sdk': ['https://github.com/Nuclei-Software/nuclei-sdk.git', '7eb7bfa9ea4fbeacfafe1d5f77d5a0e6ed3922e7', 'gd32vf103'], + 'hw/mcu/geehy/APM32F0xx_SDK': ['https://github.com/GeehySemi/APM32F0xx_SDK.git', + 'cfc1fe826e1869133de86d4c6b298fc153e6bc32', + 'apm32f0xx'], 'hw/mcu/infineon/mtb-xmclib-cat3': ['https://github.com/Infineon/mtb-xmclib-cat3.git', 'daf5500d03cba23e68c2f241c30af79cd9d63880', 'xmc4000'], |
