diff options
| author | Greg Steiert <[email protected]> | 2021-08-23 16:17:57 -0700 |
|---|---|---|
| committer | Greg Steiert <[email protected]> | 2021-08-23 16:17:57 -0700 |
| commit | 86201f77be1c2fc058f7896b99d6069b4b0b12a5 (patch) | |
| tree | 3448419643e9e473b7f24fb49e50b1fb35127c83 /src/tusb_option.h | |
| parent | fb16e80e575a44828f5367f4fb7380162b0354f0 (diff) | |
initial commit of support for K32L2B
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 e189c65bb..d551765ae 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -108,6 +108,7 @@ // NXP Kinetis #define OPT_MCU_MKL25ZXX 1200 ///< NXP MKL25Zxx +#define OPT_MCU_K32L2BXX 1201 ///< NXP K32L2Bxx // Silabs #define OPT_MCU_EFM32GG 1300 ///< Silabs EFM32GG |
