File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 43
43
44
44
#if MBED_CONF_TARGET_USB_SPEED == USE_USB_NO_OTG
45
45
46
- #if defined(TARGET_STM32F1) || defined(TARGET_STM32F3) || defined(TARGET_STM32WB) || defined(TARGET_STM32G4)
46
+ #if defined(TARGET_STM32F1) || defined(TARGET_STM32F3) || defined(TARGET_STM32L1) || defined( TARGET_STM32WB) || defined(TARGET_STM32G4)
47
47
#define USBHAL_IRQn USB_LP_IRQn
48
48
#elif defined(TARGET_STM32L5)
49
49
#define USBHAL_IRQn USB_FS_IRQn
Original file line number Diff line number Diff line change 3401
3401
" ANALOGOUT" ,
3402
3402
" SERIAL_ASYNCH" ,
3403
3403
" FLASH" ,
3404
- " MPU"
3404
+ " MPU" ,
3405
+ " USBDEVICE"
3405
3406
]
3406
3407
},
3407
3408
"MCU_STM32L151xC" : {
3430
3431
}
3431
3432
},
3432
3433
"device_has_remove" : [
3433
- " SERIAL_FC"
3434
+ " SERIAL_FC" ,
3435
+ " USBDEVICE"
3434
3436
],
3435
3437
"device_name" : " STM32L151CC" ,
3436
3438
"detect_code" : [
You can’t perform that action at this time.
0 commit comments