rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XX

This commit is contained in:
hathach
2019-11-22 15:42:46 +07:00
parent 00a571fc38
commit 281e8cd9ec
14 changed files with 15 additions and 15 deletions

View File

@@ -28,7 +28,7 @@
#if TUSB_OPT_DEVICE_ENABLED && (CFG_TUSB_MCU == OPT_MCU_LPC18XX || \
CFG_TUSB_MCU == OPT_MCU_LPC43XX || \
CFG_TUSB_MCU == OPT_MCU_RT10XX)
CFG_TUSB_MCU == OPT_MCU_IMXRT10XX)
//--------------------------------------------------------------------+
// INCLUDE
@@ -36,7 +36,7 @@
#include "common/tusb_common.h"
#include "device/dcd.h"
#if CFG_TUSB_MCU == OPT_MCU_RT10XX
#if CFG_TUSB_MCU == OPT_MCU_IMXRT10XX
#include "fsl_device_registers.h"
#define DCD_REGS_BASE { (dcd_registers_t*) USB1_BASE, (dcd_registers_t*) USB2_BASE }
IRQn_Type DCD_IRQn[] = { USB_OTG1_IRQn, USB_OTG2_IRQn };

View File

@@ -72,7 +72,7 @@
#define OPT_MCU_VALENTYUSB_EPTRI 600 ///< Fomu eptri config
#define OPT_MCU_RT10XX 700 ///< NXP iMX RT10xx
#define OPT_MCU_IMXRT10XX 700 ///< NXP iMX RT10xx
/** @} */