rename lpc11_13_15 to simply lpc_usbd since it is almost used by in recent year for nxp mcu

This commit is contained in:
hathach
2019-09-01 00:51:58 +07:00
parent 0ab8829e55
commit 30f707cad2
4 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ INC += \
# For TinyUSB port source
VENDOR = nxp
CHIP_FAMILY = lpc11_13_15
CHIP_FAMILY = lpc_usbd
# For freeRTOS port source
FREERTOS_PORT = ARM_CM0
+1 -1
View File
@@ -25,7 +25,7 @@ INC += \
# For TinyUSB port source
VENDOR = nxp
CHIP_FAMILY = lpc11_13_15
CHIP_FAMILY = lpc_usbd
# For freeRTOS port source
FREERTOS_PORT = ARM_CM3
+1 -1
View File
@@ -30,7 +30,7 @@ LIBS += $(TOP)/hw/mcu/nxp/lpc_driver/lpc51u6x/devices/LPC51U68/libpower.a
# For TinyUSB port source
VENDOR = nxp
CHIP_FAMILY = lpc11_13_15
CHIP_FAMILY = lpc_usbd
# For freeRTOS port source
FREERTOS_PORT = ARM_CM0