ArduinoCore-mbed
ArduinoCore-mbed copied to clipboard
Support CDC_SEND_BREAK
When I try to transplant my code fron Due to Giga r1 Wifi, I found that the opertation SetCommBreak will always failed.
Then I check the source code, it seems that it is not supported yet:
(don't have CDC_SEND_BREAK)
https://github.com/arduino/ArduinoCore-mbed/blob/9795c3c22e009796d3f1a283fc6aa1b3a8575e43/cores/arduino/USB/USBCDC.cpp#L35-L37
https://github.com/arduino/ArduinoCore-sam/blob/790ff2c852bf159787a9966bddee4d9f55352d15/cores/arduino/USB/USBCore.h#L55-L58