diff options
| author | Ha Thach <[email protected]> | 2023-03-18 22:18:39 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-18 22:18:39 +0700 |
| commit | 779149ecce03b2daaa7a9991c04db3b93a51bbb0 (patch) | |
| tree | 98f2f04c8bf00db974a6d6e448ca2e2d0f7bbea0 /src/tusb_option.h | |
| parent | f1a859d90701564dc6e152197454fae1f49ee846 (diff) | |
| parent | ec0f25d095a670d24578e39145729b2eb3028c28 (diff) | |
Merge pull request #1858 from bpaddock/FRDM_K32L24AS
Add support for the NXP FRDM-K32L2A4S eval board.
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index c019b0ba4..c679f2f12 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -117,8 +117,11 @@ #define OPT_MCU_RP2040 1100 ///< Raspberry Pi RP2040 // NXP Kinetis -#define OPT_MCU_MKL25ZXX 1200 ///< NXP MKL25Zxx -#define OPT_MCU_K32L2BXX 1201 ///< NXP K32L2Bxx +#define OPT_MCU_KINETIS_KL 1200 ///< NXP KL series +#define OPT_MCU_KINETIS_K32 1201 ///< NXP K32 series + +#define OPT_MCU_MKL25ZXX 1200 ///< Alias to KL (obsolete) +#define OPT_MCU_K32L2BXX 1201 ///< Alias to K32 (obsolete) // Silabs #define OPT_MCU_EFM32GG 1300 ///< Silabs EFM32GG |
