Skip to content

Commit 704f3dd

Browse files
committed
add dependencies repo to git ignore
1 parent 7e6a6e7 commit 704f3dd

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

.gitignore

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,57 @@ cov-int
2828
/_bin/
2929
__pycache__
3030

31+
# submodules
32+
hw/mcu/allwinner
33+
hw/mcu/bridgetek/ft9xx/ft90x-sdk
34+
hw/mcu/broadcom
35+
hw/mcu/gd/nuclei-sdk
36+
hw/mcu/infineon/mtb-xmclib-cat3
37+
hw/mcu/microchip
38+
hw/mcu/mindmotion/mm32sdk
39+
hw/mcu/nordic/nrfx
40+
hw/mcu/nuvoton
41+
hw/mcu/nxp/lpcopen
42+
hw/mcu/nxp/mcux-sdk
43+
hw/mcu/nxp/nxp_sdk
44+
hw/mcu/raspberry_pi/Pico-PIO-USB
45+
hw/mcu/renesas/rx
46+
hw/mcu/silabs/cmsis-dfp-efm32gg12b
47+
hw/mcu/sony/cxd56/spresense-exported-sdk
48+
hw/mcu/st/cmsis_device_f0
49+
hw/mcu/st/cmsis_device_f1
50+
hw/mcu/st/cmsis_device_f2
51+
hw/mcu/st/cmsis_device_f3
52+
hw/mcu/st/cmsis_device_f4
53+
hw/mcu/st/cmsis_device_f7
54+
hw/mcu/st/cmsis_device_g0
55+
hw/mcu/st/cmsis_device_g4
56+
hw/mcu/st/cmsis_device_h7
57+
hw/mcu/st/cmsis_device_l0
58+
hw/mcu/st/cmsis_device_l1
59+
hw/mcu/st/cmsis_device_l4
60+
hw/mcu/st/cmsis_device_l5
61+
hw/mcu/st/cmsis_device_u5
62+
hw/mcu/st/cmsis_device_wb
63+
hw/mcu/st/stm32f0xx_hal_driver
64+
hw/mcu/st/stm32f1xx_hal_driver
65+
hw/mcu/st/stm32f2xx_hal_driver
66+
hw/mcu/st/stm32f3xx_hal_driver
67+
hw/mcu/st/stm32f4xx_hal_driver
68+
hw/mcu/st/stm32f7xx_hal_driver
69+
hw/mcu/st/stm32g0xx_hal_driver
70+
hw/mcu/st/stm32g4xx_hal_driver
71+
hw/mcu/st/stm32h7xx_hal_driver
72+
hw/mcu/st/stm32l0xx_hal_driver
73+
hw/mcu/st/stm32l1xx_hal_driver
74+
hw/mcu/st/stm32l4xx_hal_driver
75+
hw/mcu/st/stm32l5xx_hal_driver
76+
hw/mcu/st/stm32u5xx_hal_driver
77+
hw/mcu/st/stm32wbxx_hal_driver
78+
hw/mcu/ti
79+
hw/mcu/wch/ch32v307
80+
lib/CMSIS_5
81+
lib/FreeRTOS-Kernel
82+
lib/lwip
83+
lib/sct_neopixel
84+
tools/uf2

0 commit comments

Comments
 (0)