diff options
| author | Ha Thach <[email protected]> | 2026-01-09 11:46:23 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-09 11:46:23 +0700 |
| commit | d5f0260267bf53fd5ba416c38e9cbce9f7b596ff (patch) | |
| tree | ba8e9e8217cf47d318efb0fa813691ebc413fe4d /src/tusb_option.h | |
| parent | 4025036e03dcea0da51b247140ecc707dc8a15db (diff) | |
| parent | 6ab368f655f8aff3bf684066af85ccd4287aadad (diff) | |
Merge pull request #3442 from zhiqiang-ch/master
support for the AT32F45X series
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 a64ea27be..d2b1188d9 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -216,6 +216,7 @@ #define OPT_MCU_AT32F402_405 2504 ///< ArteryTek AT32F402_405 #define OPT_MCU_AT32F425 2505 ///< ArteryTek AT32F425 #define OPT_MCU_AT32F413 2506 ///< ArteryTek AT32F413 +#define OPT_MCU_AT32F45X 2507 ///< ArteryTek AT32F45x // HPMicro #define OPT_MCU_HPM 2600 ///< HPMicro |
