diff options
| author | Ha Thach <[email protected]> | 2025-09-12 12:41:14 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-12 12:41:14 +0700 |
| commit | 2027ac246791caa9f1dc03e9727b60d90bee0f2d (patch) | |
| tree | 9c0037a34a351602f7e5699c4eecb14c157fb87e /src/tusb_option.h | |
| parent | b6b22096dd5e2f97a98cccc10ad451ffa1b2b88e (diff) | |
| parent | 9f055f113c38b6fbd898231bc1636448712adf14 (diff) | |
Merge pull request #3245 from Dolphindalt/master
Added NUCLEO-WBA65RI evaluation board support
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 1533bb209..b2dd5fcb2 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -95,6 +95,7 @@ #define OPT_MCU_STM32H7RS 317 ///< ST F7RS #define OPT_MCU_STM32C0 318 ///< ST C0 #define OPT_MCU_STM32N6 319 ///< ST N6 +#define OPT_MCU_STM32WBA 320 ///< ST WBA // Sony #define OPT_MCU_CXD56 400 ///< SONY CXD56 |
