diff options
| author | John Cronin <[email protected]> | 2023-04-03 13:56:16 +0100 |
|---|---|---|
| committer | John Cronin <[email protected]> | 2023-04-03 13:56:16 +0100 |
| commit | 718bcdb8bc3b9b522e9bad12ace2c7b62589cb4c (patch) | |
| tree | 2a306e0e4c144ddbe805216e48d8ec7a4df4d4f4 /src/tusb_option.h | |
| parent | 5add4c97fa834004e6a3b267345a13c6d3c9514a (diff) | |
Add STM32L5 support - no OTG similar to some L4s
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 f8ac722f4..44d036ea4 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -82,6 +82,7 @@ #define OPT_MCU_STM32G4 311 ///< ST G4 #define OPT_MCU_STM32WB 312 ///< ST WB #define OPT_MCU_STM32U5 313 ///< ST U5 +#define OPT_MCU_STM32L5 314 ///< ST L5 // Sony #define OPT_MCU_CXD56 400 ///< SONY CXD56 |
