summaryrefslogtreecommitdiff
path: root/src/portable/microchip
AgeCommit message (Expand)Author
2019-07-04indent clean uphathach
2019-06-10remove dcd_edpt_busy()hathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-10fix samd dcd_clear_stall also reset data togglehathach
2019-04-02samd support suspend and resume. Though cannot distinguish between Suspend an...hathach
2019-03-30added dcd_remote_wakeup() stub for all portshathach
2019-03-29working on suspend and resumehathach
2019-03-27replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stallhathach
2019-03-27remove dcd_get_frame_number()hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-03-13dcd_set_address include status response, usbd control stall both control in a...hathach
2019-01-23fix #32hathach
2018-12-21change to dcd_get_frame_numberhathach
2018-12-19fix samd buildhathach
2018-12-17add dcd_get_microframe()hathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-05hal clean uphathach
2018-12-05remove dcd_connect/disconnect since there is no usage nowhathach
2018-11-26clean up warningshathach
2018-11-25Introduce a Makefile for the OS_NONE device exampleScott Shawcroft
2018-11-23Make sure OUT endpoint 0 on the SAMDs always has a valid buffer to storeScott Shawcroft
2018-11-23Reset USB peripheral and wait for startupScott Shawcroft
2018-11-23rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESShathach
2018-11-21clean uphathach
2018-11-21samd21 work well with cdchathach
2018-11-21clean uphathach
2018-11-21update dcd samd21hathach
2018-11-21fix ses irq vectorhathach
2018-11-20samd51 fix stable issue with dcdhathach
2018-11-20clean uphathach
2018-11-14update example for PR. correct share_control definitionhathach
2018-11-09Exempt from strict warnings for struct packing and add MCU optionsScott Shawcroft
2018-11-07Add SAMD21 and SAMD51 support for CircuitPython.Scott Shawcroft