mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
add xmclib as submodule
This commit is contained in:
parent
a3fc107d94
commit
d9cf49cbfd
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -131,3 +131,6 @@
|
|||||||
path = hw/mcu/broadcom
|
path = hw/mcu/broadcom
|
||||||
url = https://github.com/adafruit/broadcom-peripherals.git
|
url = https://github.com/adafruit/broadcom-peripherals.git
|
||||||
branch = main-build
|
branch = main-build
|
||||||
|
[submodule "hw/mcu/infineon/mtb-xmclib-cat3"]
|
||||||
|
path = hw/mcu/infineon/mtb-xmclib-cat3
|
||||||
|
url = https://github.com/Infineon/mtb-xmclib-cat3.git
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
UF2_FAMILY_ID = 0x00
|
UF2_FAMILY_ID = 0x00
|
||||||
MCU_DIR = hw/mcu/infineon/mtb-xmclib-cat3
|
MCU_DIR = hw/mcu/infineon/mtb-xmclib-cat3
|
||||||
|
|
||||||
#DEPS_SUBMODULES += $(MCU_DIR)
|
DEPS_SUBMODULES += $(MCU_DIR)
|
||||||
|
|
||||||
include $(TOP)/$(BOARD_PATH)/board.mk
|
include $(TOP)/$(BOARD_PATH)/board.mk
|
||||||
|
|
||||||
|
1
hw/mcu/infineon/mtb-xmclib-cat3
Submodule
1
hw/mcu/infineon/mtb-xmclib-cat3
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit daf5500d03cba23e68c2f241c30af79cd9d63880
|
Loading…
x
Reference in New Issue
Block a user