mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
add more stm mcu
This commit is contained in:
parent
3b890d2391
commit
6e7f2064cf
18
.gitmodules
vendored
18
.gitmodules
vendored
@ -91,3 +91,21 @@
|
||||
[submodule "hw/mcu/st/stm32l4xx_hal_driver"]
|
||||
path = hw/mcu/st/stm32l4xx_hal_driver
|
||||
url = https://github.com/STMicroelectronics/stm32l4xx_hal_driver.git
|
||||
[submodule "hw/mcu/st/cmsis_device_g0"]
|
||||
path = hw/mcu/st/cmsis_device_g0
|
||||
url = https://github.com/STMicroelectronics/cmsis_device_g0.git
|
||||
[submodule "hw/mcu/st/stm32g0xx_hal_driver"]
|
||||
path = hw/mcu/st/stm32g0xx_hal_driver
|
||||
url = https://github.com/STMicroelectronics/stm32g0xx_hal_driver.git
|
||||
[submodule "hw/mcu/st/cmsis_device_g4"]
|
||||
path = hw/mcu/st/cmsis_device_g4
|
||||
url = https://github.com/STMicroelectronics/cmsis_device_g4.git
|
||||
[submodule "hw/mcu/st/stm32g4xx_hal_driver"]
|
||||
path = hw/mcu/st/stm32g4xx_hal_driver
|
||||
url = https://github.com/STMicroelectronics/stm32g4xx_hal_driver.git
|
||||
[submodule "hw/mcu/st/cmsis_device_l5"]
|
||||
path = hw/mcu/st/cmsis_device_l5
|
||||
url = https://github.com/STMicroelectronics/cmsis_device_l5.git
|
||||
[submodule "hw/mcu/st/stm32l5xx_hal_driver"]
|
||||
path = hw/mcu/st/stm32l5xx_hal_driver
|
||||
url = https://github.com/STMicroelectronics/stm32l5xx_hal_driver.git
|
||||
|
@ -10,7 +10,7 @@ CFLAGS += \
|
||||
-DCFG_TUSB_MCU=OPT_MCU_STM32L4
|
||||
|
||||
# suppress warning caused by vendor mcu driver
|
||||
CFLAGS += -Wno-error=maybe-uninitialized -Wno-error=cast-align
|
||||
CFLAGS += -Wno-error=maybe-uninitialized -Wno-error=cast-align
|
||||
|
||||
ST_FAMILY = l4
|
||||
ST_CMSIS = hw/mcu/st/cmsis_device_$(ST_FAMILY)
|
||||
|
1
hw/mcu/st/cmsis_device_g0
Submodule
1
hw/mcu/st/cmsis_device_g0
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 08258b28ee95f50cb9624d152a1cbf084be1f9a5
|
1
hw/mcu/st/cmsis_device_g4
Submodule
1
hw/mcu/st/cmsis_device_g4
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ce822adb1dc552b3aedd13621edbc7fdae124878
|
1
hw/mcu/st/cmsis_device_l5
Submodule
1
hw/mcu/st/cmsis_device_l5
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit d922865fc0326a102c26211c44b8e42f52c1e53d
|
1
hw/mcu/st/stm32g0xx_hal_driver
Submodule
1
hw/mcu/st/stm32g0xx_hal_driver
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5b53e6cee664a82b16c86491aa0060e2110c00cb
|
1
hw/mcu/st/stm32g4xx_hal_driver
Submodule
1
hw/mcu/st/stm32g4xx_hal_driver
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 8b4518417706d42eef5c14e56a650005abf478a8
|
1
hw/mcu/st/stm32l5xx_hal_driver
Submodule
1
hw/mcu/st/stm32l5xx_hal_driver
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 675c32a75df37f39d50d61f51cb0dcf53f07e1cb
|
Loading…
x
Reference in New Issue
Block a user