diff options
| author | Haefner, Martin <[email protected]> | 2024-10-01 15:24:11 +0200 |
|---|---|---|
| committer | Haefner, Martin <[email protected]> | 2024-10-01 15:24:11 +0200 |
| commit | 3fa7da95bd2a7189020ba6fe2d6aa17577f83abd (patch) | |
| tree | bbd8cb2f957c5f48624dbe5ed91eb100f890e6ee /src/tusb_option.h | |
| parent | f4dd1764849d005a2e44d51f62428aeaf2513804 (diff) | |
support stm32U0 device
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 fb0209023..690859120 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -91,6 +91,7 @@ #define OPT_MCU_STM32U5 313 ///< ST U5 #define OPT_MCU_STM32L5 314 ///< ST L5 #define OPT_MCU_STM32H5 315 ///< ST H5 +#define OPT_MCU_STM32U0 316 ///< ST U0 // Sony #define OPT_MCU_CXD56 400 ///< SONY CXD56 |
