diff options
| author | Bob Paddock <[email protected]> | 2023-01-16 15:05:31 -0500 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-18 16:50:50 +0700 |
| commit | f9b8a0667a2cc42a6c6521c51bba695ca8e9e28f (patch) | |
| tree | 606528814e5fb64a9eb20db3656ad86da0cab9f4 /src/tusb_option.h | |
| parent | f1a859d90701564dc6e152197454fae1f49ee846 (diff) | |
Add support for NXP FRDM_K32L2A4S eval board.
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 c019b0ba4..5a234e357 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -119,6 +119,7 @@ // NXP Kinetis #define OPT_MCU_MKL25ZXX 1200 ///< NXP MKL25Zxx #define OPT_MCU_K32L2BXX 1201 ///< NXP K32L2Bxx +#define OPT_MCU_K32L2AXX 1202 ///< NXP K32L2Axx // Silabs #define OPT_MCU_EFM32GG 1300 ///< Silabs EFM32GG |
