File tree Expand file tree Collapse file tree 6 files changed +10
-3
lines changed Expand file tree Collapse file tree 6 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ mcu:LPC18XX
44mcu:LPC40XX
55mcu:LPC43XX
66mcu:MIMXRT10XX
7+ mcu:MIMXRT11XX
78mcu:RP2040
89mcu:MSP432E4
910mcu:RX65X
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ mcu:LPC18XX
44mcu:LPC40XX
55mcu:LPC43XX
66mcu:MIMXRT10XX
7+ mcu:MIMXRT11XX
78mcu:RP2040
89mcu:MSP432E4
910mcu:RX65X
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ mcu:LPC18XX
44mcu:LPC40XX
55mcu:LPC43XX
66mcu:MIMXRT10XX
7+ mcu:MIMXRT11XX
78mcu:RP2040
89mcu:MSP432E4
910mcu:RX65X
Original file line number Diff line number Diff line change 3131
3232#if !defined(USB1_BASE ) && defined(USB_OTG1_BASE )
3333#define USB1_BASE USB_OTG1_BASE
34+ #endif
35+
36+ #if !defined(USB2_BASE ) && defined(USB_OTG2_BASE )
3437#define USB2_BASE USB_OTG2_BASE
3538#endif
3639
Original file line number Diff line number Diff line change @@ -98,8 +98,9 @@ typedef int make_iso_compilers_happy;
9898#define OPT_MCU_VALENTYUSB_EPTRI 600 ///< Fomu eptri config
9999
100100// NXP iMX RT
101- #define OPT_MCU_MIMXRT 700 ///< NXP iMX RT Series
102- #define OPT_MCU_MIMXRT10XX OPT_MCU_MIMXRT
101+ #define OPT_MCU_MIMXRT 700 ///< NXP iMX RT Series
102+ #define OPT_MCU_MIMXRT10XX OPT_MCU_MIMXRT ///< RT10xx
103+ #define OPT_MCU_MIMXRT11XX OPT_MCU_MIMXRT ///< RT11xx
103104
104105// Nuvoton
105106#define OPT_MCU_NUC121 800
You can’t perform that action at this time.
0 commit comments