| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-22 | msc device block count and block num | hathach | |
| - replace CFG_TUD_MSC_BLOCK_NUM & CFG_TUD_MSC_BLOCK_SZ by tud_msc_capacity_cb() (mandatory callback) | |||
| 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-16 | rename control_state | hathach | |
| 2018-11-16 | nrf5x: clean up dcd, add comment | hathach | |
| 2018-11-16 | rename control.c to usbd_control | hathach | |
| 2018-11-16 | remove control.h (move prototype to usbd_pvt.h) | hathach | |
| 2018-11-16 | nrf5x: refactor device control transfer. | hathach | |
| - make control transfer as part of usbd. Class driver must use usbd_control_ API() instead of dcd_ api. - change the signature of class driver's control_request - allow control request complete to stall in staus stage - move control request parser & handling to usbd. | |||
| 2018-11-16 | nrf5x: correct control transfer direction | hathach | |
| added dcd description. | |||
| 2018-11-14 | remove control from class driver array | hathach | |
| 2018-11-14 | usbd clean up | hathach | |
| 2018-11-14 | clean up | hathach | |
| 2018-11-14 | change osal_queue_receive() signature | hathach | |
| - fix build issue with freertos | |||
| 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-14 | Merge pull request #7 from tannewt/tinyusb_samd | hathach | |
| Add SAMD support and simplify OS_NONE | |||
| 2018-11-13 | added tud_cdc_write_str, tu_fifo only use mutex for RTOS config | hathach | |
| 2018-11-09 | Support the no CDC protocol as well. | Scott Shawcroft | |
| 2018-11-09 | Exempt from strict warnings for struct packing and add MCU options | Scott Shawcroft | |
| 2018-11-08 | Polish up control split and treat it more like a normal endpoint. | Scott Shawcroft | |
| 2018-11-07 | Split out the control endpoint logic | 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. | |||
| 2018-11-02 | use mutex for cdc device fifo | hathach | |
| 2018-11-02 | defer DCD_EVENT_BUS_RESET, DCD_EVENT_UNPLUGGED to usbd task | hathach | |
| 2018-11-02 | add mutex support (optional) for tu_fifo | hathach | |
| 2018-11-02 | clean up osal | hathach | |
| 2018-11-02 | add osal_mutex | hathach | |
| 2018-10-25 | add dcd event helper setup_recieved and bus_signal | hathach | |
| 2018-10-24 | fix nrf52 freeRTOS interrupt priority | hathach | |
| 2018-10-24 | rename verify_breakpoint to TU_BREAKPOINT | hathach | |
| 2018-10-24 | replace dcd_xfer_complete by dcd_xfer_complete() | hathach | |
| 2018-10-23 | clean up | hathach | |
| 2018-10-23 | replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler() | hathach | |
| 2018-10-23 | merge osal_queue_send_isr to osal_queue_send, osal_semaphore_post_isr to ↵ | hathach | |
| osal_semaphore_post | |||
| 2018-10-23 | rename UBSD_EVT_ to DCD_EVENT_ | hathach | |
| 2018-10-23 | rename usbd_event_t to dcd_event_t | hathach | |
| 2018-10-23 | clean up usbd | hathach | |
| 2018-10-23 | clean up msc device | hathach | |
| 2018-10-23 | clean up helper func | hathach | |
| 2018-10-22 | Merge branch 'develop' of github.com:hathach/tinyusb into develop | hathach | |
| 2018-10-05 | comment out cdc flush on write (for now). Since it has issue with circuitpython | hathach | |
| 2018-09-28 | rename queue.h to sys_queue.h to prevent name conflict | hathach | |
| 2018-09-26 | format queue.h a bit | hathach | |
| 2018-09-26 | add sys/queue.h to common | hathach | |
| 2018-09-25 | clean up, update nrfx to 1.3.0 | hathach | |
| 2018-09-04 | adding mynewt to osal | hathach | |
