bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XX
This commit is contained in:
@@ -4,6 +4,7 @@ mcu:LPC18XX
|
|||||||
mcu:LPC40XX
|
mcu:LPC40XX
|
||||||
mcu:LPC43XX
|
mcu:LPC43XX
|
||||||
mcu:MIMXRT10XX
|
mcu:MIMXRT10XX
|
||||||
|
mcu:MIMXRT11XX
|
||||||
mcu:RP2040
|
mcu:RP2040
|
||||||
mcu:MSP432E4
|
mcu:MSP432E4
|
||||||
mcu:RX65X
|
mcu:RX65X
|
||||||
|
@@ -4,6 +4,7 @@ mcu:LPC18XX
|
|||||||
mcu:LPC40XX
|
mcu:LPC40XX
|
||||||
mcu:LPC43XX
|
mcu:LPC43XX
|
||||||
mcu:MIMXRT10XX
|
mcu:MIMXRT10XX
|
||||||
|
mcu:MIMXRT11XX
|
||||||
mcu:RP2040
|
mcu:RP2040
|
||||||
mcu:MSP432E4
|
mcu:MSP432E4
|
||||||
mcu:RX65X
|
mcu:RX65X
|
||||||
|
@@ -4,6 +4,7 @@ mcu:LPC18XX
|
|||||||
mcu:LPC40XX
|
mcu:LPC40XX
|
||||||
mcu:LPC43XX
|
mcu:LPC43XX
|
||||||
mcu:MIMXRT10XX
|
mcu:MIMXRT10XX
|
||||||
|
mcu:MIMXRT11XX
|
||||||
mcu:RP2040
|
mcu:RP2040
|
||||||
mcu:MSP432E4
|
mcu:MSP432E4
|
||||||
mcu:RX65X
|
mcu:RX65X
|
||||||
|
Submodule hw/mcu/nxp/mcux-sdk updated: cb21c66099...ae2ab01d9d
@@ -31,6 +31,9 @@
|
|||||||
|
|
||||||
#if !defined(USB1_BASE) && defined(USB_OTG1_BASE)
|
#if !defined(USB1_BASE) && defined(USB_OTG1_BASE)
|
||||||
#define USB1_BASE USB_OTG1_BASE
|
#define USB1_BASE USB_OTG1_BASE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if !defined(USB2_BASE) && defined(USB_OTG2_BASE)
|
||||||
#define USB2_BASE USB_OTG2_BASE
|
#define USB2_BASE USB_OTG2_BASE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -98,8 +98,9 @@ typedef int make_iso_compilers_happy;
|
|||||||
#define OPT_MCU_VALENTYUSB_EPTRI 600 ///< Fomu eptri config
|
#define OPT_MCU_VALENTYUSB_EPTRI 600 ///< Fomu eptri config
|
||||||
|
|
||||||
// NXP iMX RT
|
// NXP iMX RT
|
||||||
#define OPT_MCU_MIMXRT 700 ///< NXP iMX RT Series
|
#define OPT_MCU_MIMXRT 700 ///< NXP iMX RT Series
|
||||||
#define OPT_MCU_MIMXRT10XX OPT_MCU_MIMXRT
|
#define OPT_MCU_MIMXRT10XX OPT_MCU_MIMXRT ///< RT10xx
|
||||||
|
#define OPT_MCU_MIMXRT11XX OPT_MCU_MIMXRT ///< RT11xx
|
||||||
|
|
||||||
// Nuvoton
|
// Nuvoton
|
||||||
#define OPT_MCU_NUC121 800
|
#define OPT_MCU_NUC121 800
|
||||||
|
Reference in New Issue
Block a user