rename lpc_usbd to lpc_ip3511

This commit is contained in:
hathach 2019-09-01 16:44:40 +07:00
parent 3067809957
commit aeea6754af
6 changed files with 6 additions and 5 deletions

View File

@ -26,7 +26,7 @@ INC += \
# For TinyUSB port source # For TinyUSB port source
VENDOR = nxp VENDOR = nxp
CHIP_FAMILY = lpc_usbd CHIP_FAMILY = lpc_ip3511
# For freeRTOS port source # For freeRTOS port source
FREERTOS_PORT = ARM_CM0 FREERTOS_PORT = ARM_CM0

View File

@ -25,7 +25,7 @@ INC += \
# For TinyUSB port source # For TinyUSB port source
VENDOR = nxp VENDOR = nxp
CHIP_FAMILY = lpc_usbd CHIP_FAMILY = lpc_ip3511
# For freeRTOS port source # For freeRTOS port source
FREERTOS_PORT = ARM_CM3 FREERTOS_PORT = ARM_CM3

View File

@ -32,7 +32,7 @@ LIBS += $(TOP)/$(MCU_DIR)/gcc/libpower.a
# For TinyUSB port source # For TinyUSB port source
VENDOR = nxp VENDOR = nxp
CHIP_FAMILY = lpc_usbd CHIP_FAMILY = lpc_ip3511
# For freeRTOS port source # For freeRTOS port source
FREERTOS_PORT = ARM_CM0 FREERTOS_PORT = ARM_CM0

View File

@ -34,7 +34,7 @@ LIBS += $(TOP)/$(MCU_DIR)/gcc/libpower_cm4_hardabi.a
# For TinyUSB port source # For TinyUSB port source
VENDOR = nxp VENDOR = nxp
CHIP_FAMILY = lpc_usbd CHIP_FAMILY = lpc_ip3511
# For freeRTOS port source # For freeRTOS port source
FREERTOS_PORT = ARM_CM4 FREERTOS_PORT = ARM_CM4

View File

@ -44,6 +44,7 @@ enum
typedef struct typedef struct
{ {
// TODO optimize alignment
CFG_TUSB_MEM_ALIGN msc_cbw_t cbw; CFG_TUSB_MEM_ALIGN msc_cbw_t cbw;
CFG_TUSB_MEM_ALIGN msc_csw_t csw; CFG_TUSB_MEM_ALIGN msc_csw_t csw;

View File

@ -26,7 +26,7 @@
#include "tusb_option.h" #include "tusb_option.h"
/* Since 2012 starting with LPC11uxx, NXP start to use common USB Device Controller /* Since 2012 starting with LPC11uxx, NXP start to use common USB Device Controller with code name LPC IP3511
* for almost their new MCUs. Currently supported and tested families are * for almost their new MCUs. Currently supported and tested families are
* - LPC11Uxx * - LPC11Uxx
* - LPC13xx * - LPC13xx