diff options
| author | Ha Thach <[email protected]> | 2021-03-31 22:01:43 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-31 22:01:43 +0700 |
| commit | 2f5dda90b70285a3a749cfedec8790efd9fcfa8a (patch) | |
| tree | 3ece94dfc71665e9d50c2dbe39c347291cad45dc /src/tusb_option.h | |
| parent | c5dfc54e549bbeb636ed44e5080e97a54ed1a2ab (diff) | |
| parent | 1d8a79ef4f4f6603ea8102b08613e97e18ed7eb6 (diff) | |
Merge pull request #757 from kkitayam/add_support_for_gr_citrus
Add support for GR-CITRUS
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index d0ed78acd..644208ab4 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -108,6 +108,9 @@ #define OPT_MCU_EFM32GG11 1301 ///< Silabs EFM32GG11 #define OPT_MCU_EFM32GG12 1302 ///< Silabs EFM32GG12 +// Renesas RX +#define OPT_MCU_RX63X 1400 ///< Renesas RX63N/631 + /** @} */ /** \defgroup group_supported_os Supported RTOS |
