diff options
| author | Zixun LI <[email protected]> | 2025-12-17 10:50:54 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-17 10:50:54 +0100 |
| commit | 2b9a778621a2d80c4fa55b0e0deed29756a0a287 (patch) | |
| tree | b4865cc00d78a9afed4a7e3c6ac447a6d23c944b /src/tusb_option.h | |
| parent | 8a246db49f5ad52bd1c430e2796c0d363c4cdede (diff) | |
| parent | ce7b15d6f94b1f8efe917f40eb61b8c3a703d0f8 (diff) | |
Merge pull request #3404 from gab-k/support-nxp-rw612
Add support for NXP RW61x
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index cd131c119..64fe899db 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -199,6 +199,7 @@ // NXP LPC MCX #define OPT_MCU_MCXN9 2300 ///< NXP MCX N9 Series #define OPT_MCU_MCXA15 2301 ///< NXP MCX A15 Series +#define OPT_MCU_RW61X 2302 ///< NXP RW61x Series // Analog Devices #define OPT_MCU_MAX32690 2400 ///< ADI MAX32690 |
