stm32: Add USB support for STM32L1 MCUs.

Signed-off-by: Yuuki NAGAO <wf.yn386@gmail.com>
This commit is contained in:
Yuuki NAGAO
2023-06-20 16:13:19 +09:00
parent 813d559bc0
commit 7ca3c1d892
8 changed files with 49 additions and 24 deletions

View File

@@ -320,7 +320,7 @@ void USB_IRQHandler(void) {
}
#endif
#elif defined(STM32G4) || defined(STM32WB)
#elif defined(STM32G4) || defined(STM32L1) || defined(STM32WB)
#if MICROPY_HW_USB_FS
void USB_LP_IRQHandler(void) {