1
0
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:
hathach 2019-08-23 23:35:55 +07:00
parent 48c7b80c57
commit e5e73ed76c
33 changed files with 3 additions and 3 deletions

@ -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"