mbed-os/usb/device/targets/TARGET_Freescale
Russ Butler 468df713fc Ignore disabled Kinetis USB endpoint interrupts
Ignore interrupts on disabled USB endpoints. This prevents handling
interrupts when in the wrong state.

Prior to this patch when running the serial test on a K64F the assert
on line 908 of USBDevice.cpp would sometimes be triggered. This
assert indicates that an endpoint 0 IN interrupt occurred before
the device was ready.

This occurs during the test_cdc_usb_reconnect test when the host sends
a "Set Control Line State" USB request and the device acknowledges it
just before USB is disconnected.
2019-02-22 10:53:20 -06:00
..
USBEndpoints_Kinetis.h Move USBPhy and related files to USB directory 2019-02-22 10:52:35 -06:00
USBPhyHw.h Move USBPhy and related files to USB directory 2019-02-22 10:52:35 -06:00
USBPhy_Kinetis.cpp Ignore disabled Kinetis USB endpoint interrupts 2019-02-22 10:53:20 -06:00