diff options
| author | Rafael Silva <[email protected]> | 2022-03-09 12:19:45 +0000 |
|---|---|---|
| committer | Rafael Silva <[email protected]> | 2022-06-02 09:35:30 +0100 |
| commit | a936bafb8c1e0c6f125fdae90ffe57bf0deed57c (patch) | |
| tree | 8ceea8ecd5b9473b98b5504e35d2d275ff4fcb9f /src/tusb_option.h | |
| parent | 2a17a7e8f851c1a29d7e06ff520d15f36b7a652c (diff) | |
add support for renesas ra family of mcus
Signed-off-by: Rafael Silva <[email protected]>
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 3b054fc78..16bdedce5 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -127,6 +127,8 @@ typedef int make_iso_compilers_happy ; #define OPT_MCU_RX63X 1400 ///< Renesas RX63N/631 #define OPT_MCU_RX65X 1401 ///< Renesas RX65N/RX651 #define OPT_MCU_RX72N 1402 ///< Renesas RX72N +#define OPT_MCU_RAXXX 1403 ///< Renesas RAxxx families + // Mind Motion #define OPT_MCU_MM32F327X 1500 ///< Mind Motion MM32F327 |
