| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-25 | update | hathach | |
| 2019-11-24 | usb hw init OK | hathach | |
| 2019-07-04 | indent clean up | hathach | |
| 2019-06-10 | remove dcd_edpt_busy() | hathach | |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-10 | fix samd dcd_clear_stall also reset data toggle | hathach | |
| 2019-04-02 | samd support suspend and resume. Though cannot distinguish between Suspend ↵ | hathach | |
| and Disconnect should work with #47 | |||
| 2019-03-30 | added dcd_remote_wakeup() stub for all ports | hathach | |
| 2019-03-29 | working on suspend and resume | hathach | |
| change dcd_init signature | |||
| 2019-03-27 | replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stall | hathach | |
| - remove dcd_edpt_stalled() from dcd porting | |||
| 2019-03-27 | remove dcd_get_frame_number() | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-03-13 | dcd_set_address include status response, usbd control stall both control in ↵ | hathach | |
| and out | |||
| 2019-01-23 | fix #32 | hathach | |
| 2018-12-21 | change to dcd_get_frame_number | hathach | |
| 2018-12-19 | fix samd build | hathach | |
| 2018-12-17 | add dcd_get_microframe() | hathach | |
| 2018-12-12 | rename edpt_dir/number/addr to tu_edpt_* | hathach | |
| 2018-12-05 | hal clean up | hathach | |
| - replace tusb_hal_int_enable/disable to dcd_int_enable/disable, hcd_int_enable/disable - remove tusb_hal_init(), this will be part of dcd_init/hcd_init, anything beyond dcd/hcd should be inited by bsp | |||
| 2018-12-05 | remove dcd_connect/disconnect since there is no usage now | hathach | |
| 2018-11-26 | clean up warnings | hathach | |
| 2018-11-25 | Introduce a Makefile for the OS_NONE device example | Scott Shawcroft | |
| It currently supports the SAMD21 and SAMD51 only. More will be added later. | |||
| 2018-11-23 | Make sure OUT endpoint 0 on the SAMDs always has a valid buffer to store | Scott Shawcroft | |
| a SETUP token into. | |||
| 2018-11-23 | Reset USB peripheral and wait for startup | Scott Shawcroft | |
| 2018-11-23 | rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESS | hathach | |
| 2018-11-21 | clean up | hathach | |
| 2018-11-21 | samd21 work well with cdc | hathach | |
| 2018-11-21 | clean up | hathach | |
| 2018-11-21 | update dcd samd21 | hathach | |
| 2018-11-21 | fix ses irq vector | hathach | |
| 2018-11-20 | samd51 fix stable issue with dcd | hathach | |
| 2018-11-20 | clean up | hathach | |
| 2018-11-14 | update example for PR. correct share_control definition | hathach | |
| - rename dcd,hal to dcd_samd51, hal_samd51 since some IDE has issue with duplicated names (e.g keil, ses). | |||
| 2018-11-09 | Exempt from strict warnings for struct packing and add MCU options | Scott Shawcroft | |
| 2018-11-07 | Add SAMD21 and SAMD51 support for CircuitPython. | Scott Shawcroft | |
| The ProtoThreads style subtasks were removed because it led to extremely unclear control flow. RTOSes can be used if threading is needed. Also added some additional functionality to MSC to support dynamic LUNs and read-only LUNs. | |||
