mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-22 10:20:55 +00:00
Move all paths using "stm" to "st" subdirectories, update config.mk.
This commit is contained in:
parent
b3137cdee3
commit
c51b11f103
@ -14,14 +14,14 @@ LD_FILE = hw/bsp/stm32f407g_disc1/STM32F407VGTx_FLASH.ld
|
||||
LDFLAGS += -mthumb -mcpu=cortex-m4
|
||||
|
||||
SRC_C += \
|
||||
hw/mcu/stm/stm32f4/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c
|
||||
hw/mcu/st/stm32f4/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c
|
||||
|
||||
SRC_S += \
|
||||
hw/mcu/stm/stm32f4/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f407xx.s
|
||||
hw/mcu/st/stm32f4/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f407xx.s
|
||||
|
||||
INC += \
|
||||
-I$(TOP)/hw/mcu/stm/stm32f4/Device/ST/STM32F4xx/Include \
|
||||
-I$(TOP)/hw/mcu/stm/stm32f4/Include
|
||||
-I$(TOP)/hw/mcu/st/stm32f4/Device/ST/STM32F4xx/Include \
|
||||
-I$(TOP)/hw/mcu/st/stm32f4/Include
|
||||
|
||||
VENDOR = stm
|
||||
VENDOR = st
|
||||
CHIP_FAMILY = stm32f4
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user