| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-30 | Ignore certain compiler options on ARMCC | Yunhao Tian | |
| ARMCC also sets __GNU__ macro, but doesn't support GCC diagnostic pragmas. | |||
| 2021-10-14 | More warning cleanup | graham sanderson | |
| - physically suppress warnings in TinyUSB headers using pragmas so they don't break -Werror compilation of external files that include them - fix compiler warnings in rp2040 port - add cmake method to rp2040 port to allow an external project to suppress warnings in TinyUSB itself | |||
| 2021-09-01 | rp2040 correct ep set/clear stall | hathach | |
| - stall will remove pending (not complete) transfer. Correct reset data toggle when clear stall. - remove buf ctrl debug code | |||
| 2021-08-26 | add dcd_edpt_close_all() for clear existing configured state | hathach | |
| correctly responded to TD 9.13 Set Configuration Test | |||
| 2021-08-12 | simplify hw_endpoint_init() | hathach | |
| 2021-07-22 | fix ci | hathach | |
| 2021-07-22 | add dcd_attr for DCD_ATTR_ENDPOINT_MAX | hathach | |
| could be useful with more dcd specific attribute | |||
| 2021-06-10 | implement usbh_edpt_busy (WIP), remove hcd_edpt_busy | hathach | |
| 2021-05-27 | include clean up | hathach | |
| 2021-05-23 | clean up | hathach | |
| 2021-03-10 | fix ci build with rp2040 | hathach | |
| 2021-03-02 | Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo() | Reinhard Panhuber | |
| 2021-01-31 | Rework audio driver | Reinhard Panhuber | |
| 2021-01-19 | Change names from edpt_ISO_xfer to edpt_iso_xfer | Reinhard Panhuber | |
| 2021-01-18 | Add tusb_fifo.h header file to dcd.h | Reinhard Panhuber | |
| 2020-10-12 | add usbh_edpt_claim/release | hathach | |
| implement USBH_EVENT_FUNC_CALL | |||
| 2020-09-05 | add in_isr to all hcd event functions | hathach | |
| 2020-09-03 | rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler | hathach | |
| 2020-05-31 | fixed EP0 size to 64 since LS is not supported in device mode | hathach | |
| - set turn-around and report actual speed in Enum Done - add dcd_event_bus_reset() helper to report speed | |||
| 2020-04-17 | complete remove dcd_set_config(), fix unit test | hathach | |
| 2020-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach | |
| 2020-04-16 | Merge pull request #336 from pigrew/edpt_close | Ha Thach | |
| > If you notice my chain of events above, the bulk transfer was started BEFORE the SET_INTERFACE call. The USB device hardware swaps the order of them being delivered. On STM32, it gives priority to the lower-numbered EP index. It shouldn't be a matter, control is 2+ stage, before sending the setup. Host should stop all communication to the endpoint that It wants to close. | |||
| 2020-04-16 | added dcd disconnect/connect to lpc17/40 | hathach | |
| 2020-04-14 | Merge branch 'master' into edpt_close | Nathan Conrad | |
| 2020-04-13 | edpt_close: Remove item from queue instead of modifying it. | Nathan Conrad | |
| 2020-04-12 | Skeleton, and initial stm32fsdev implementation (that leaks memory) | Nathan Conrad | |
| 2020-04-11 | Merge branch 'master' into refactor-irqhandler | Ha Thach | |
| 2020-04-10 | stm32fsdev: set dcd_connect API definitions to strong, Modify documentation. | Nathan Conrad | |
| 2020-04-09 | stm32fsdev: Implement dcd_connect. | Nathan Conrad | |
| 2020-04-09 | adding dcd_connect/disconnect | hathach | |
| 2020-04-06 | call tud_irq_handler() for all nrf5x board | hathach | |
| 2020-04-06 | mass rename dcd_isr() to dcd_irq_handler() | hathach | |
| 2020-04-06 | move irqhandler to application | hathach | |
| tud_isr() must be called by application to forward the irqhandle to the stack | |||
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2019-11-28 | add dcd_edpt0_status_complete() which is useful for several mcu port | hathach | |
| 2019-11-21 | moving irq to bsp for lpc17/40 | hathach | |
| 2019-11-04 | fix #211 | hathach | |
| 2019-10-30 | initally adding test_usbd.c | hathach | |
| 2019-10-30 | move dcd event helper to be dcd.h as inline function | hathach | |
| 2019-10-23 | adding debug log function | hathach | |
| 2019-10-03 | couldn't get 32L4 running with crystal less mode | 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-29 | added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy() | hathach | |
| - improve fifo write/read_n with only one lock - use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver - replace cdc read's pending_read_from_host by usbd_edpt_busy() | |||
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-05-09 | fix clear stall usage, fix reset data toggle with dcd_clear_stall for nrf52 | hathach | |
| 2019-03-30 | replaced config_num by configured | hathach | |
| 2019-03-30 | usbd add connected, suspended, remote_wakeup | hathach | |
| - remove use of osal_queue_reset | |||
| 2019-03-29 | working on suspend and resume | hathach | |
| change dcd_init signature | |||
| 2019-03-29 | added Suspend and Resume event for nrf5x port | hathach | |
| also rename DCD_EVENT_SUSPENDED to DCD_EVENT_SUSPEND | |||
