mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-18 02:42:37 +00:00
drop board_* in bsp c file
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
This commit is contained in:
parent
48c7b80c57
commit
e5e73ed76c
hw
bsp
ea4088qs
ea4357
feather_m4_express
feather_nrf52840_express
lpcxpresso11u68
lpcxpresso1347
lpcxpresso1769
mcb1800
metro_m0_express
metro_m4_express
pca10056
stm32f303disco
stm32f407disco
stm32f411disco
mcu/nordic/cmsis/Include
tools
@ -21,7 +21,7 @@ SRC_C += \
|
||||
hw/mcu/nordic/nrfx/mdk/system_nrf52840.c \
|
||||
|
||||
INC += \
|
||||
$(TOP)/hw/cmsis/Include \
|
||||
$(TOP)/hw/mcu/nordic/cmsis/Include \
|
||||
$(TOP)/hw/mcu/nordic \
|
||||
$(TOP)/hw/mcu/nordic/nrfx \
|
||||
$(TOP)/hw/mcu/nordic/nrfx/mdk \
|
||||
|
@ -21,7 +21,7 @@ SRC_C += \
|
||||
hw/mcu/nordic/nrfx/mdk/system_nrf52840.c \
|
||||
|
||||
INC += \
|
||||
$(TOP)/hw/cmsis/Include \
|
||||
$(TOP)/hw/mcu/nordic/cmsis/Include \
|
||||
$(TOP)/hw/mcu/nordic \
|
||||
$(TOP)/hw/mcu/nordic/nrfx \
|
||||
$(TOP)/hw/mcu/nordic/nrfx/mdk \
|
||||
|
@ -51,7 +51,7 @@ for example in all_examples:
|
||||
|
||||
if build_result.returncode != 0:
|
||||
exit_status = build_result.returncode
|
||||
success = "\033[31mfailed\033[0m"
|
||||
success = "\033[31mfailed\033[0m "
|
||||
fail_count += 1
|
||||
else:
|
||||
success = "\033[32msucceeded\033[0m"
|
||||
|
Loading…
x
Reference in New Issue
Block a user