diff options
| author | kkitayam <[email protected]> | 2020-11-27 00:49:25 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2020-12-18 00:07:50 +0900 |
| commit | 2bbfc56bd8b52c9d5f6cdcfb1ab76cd868ddacd7 (patch) | |
| tree | a7ca06559d765657f1d219850e5618c67cd5c715 /src/tusb_option.h | |
| parent | cc8329f3e436f49dc7305bfc2de8255116da0557 (diff) | |
added support for frdm_kl25z
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 2dd2b5841..71ea7692b 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -97,6 +97,10 @@ // Dialog #define OPT_MCU_DA1469X 1000 ///< Dialog Semiconductor DA1469x +// NXP Kinetis +#define OPT_MCU_MKL25ZXX 1100 ///< NXP MKL25Zxx + + /** @} */ /** \defgroup group_supported_os Supported RTOS |
