File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
middleware/mcux-sdk-middleware-usb/device Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -96,3 +96,4 @@ Patch List:
96
96
- MCXA14x family
97
97
- MCXA15x family
98
98
- MCXN23x family
99
+ - add kUSB_DeviceNotifySOF to usb_device_mcux_drv_port.h SDK USB stack already supports it in SDK 2.16.0
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ typedef enum _usb_device_notification
32
32
kUSB_DeviceNotifyError , /*!< Errors happened in bus */
33
33
kUSB_DeviceNotifyDetach , /*!< Device disconnected from a host */
34
34
kUSB_DeviceNotifyAttach , /*!< Device connected to a host */
35
+ kUSB_DeviceNotifySOF , /*!< Start of Frame received */
35
36
#if (defined(USB_DEVICE_CONFIG_CHARGER_DETECT ) && (USB_DEVICE_CONFIG_CHARGER_DETECT > 0U ))
36
37
kUSB_DeviceNotifyDcdDetectFinished , /*!< Device charger detection finished */
37
38
#endif
You can’t perform that action at this time.
0 commit comments