| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-07 | more log for debugging | hathach | |
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2020-01-05 | Merge pull request #254 from majbthrd/multi-setconfig | Ha Thach | |
| gracefully handle multiple SET_CONFIGURATION requests | |||
| 2019-12-30 | Let device respond to endpoint requests on EP0 (#251) | Jeremy Herbert | |
| Since endpoint 0 is used for control requests, it doesn't have a class driver attached to it. As such, the corresponding `_usbd_dev.ep2drv` entry points to driver `0xFF`, which is invalid and this makes the `TU_ASSERT(drvid < USBD_CLASS_DRIVER_COUNT);` line fail, and eventually causes an endpoint stall. So as-is the stack cannot respond to any endpoint requests on endpoint 0. However, standard requests on endpoint 0 do not need a class driver to produce a valid response. This commit changes the order of execution so that the assert is only checked if the endpoint is not 0. | |||
| 2019-12-28 | gracefully handle multiple SET_CONFIGURATION requests | Peter Lawrence | |
| 2019-12-24 | Merge branch 'master' into develop | hathach | |
| 2019-12-23 | adding lookup table for debugging | hathach | |
| add msc scsi command list | |||
| 2019-12-21 | able to response to scsi inquiry, but failed to response to test unit ready | hathach | |
| 2019-12-20 | clean warnings | hathach | |
| 2019-11-28 | use dcd_edpt0_status_complete() to set address without blocking for ↵ | hathach | |
| samd21/samd51/stm32_fsdev | |||
| 2019-11-28 | get passed set address | hathach | |
| 2019-11-28 | add dcd_edpt0_status_complete() which is useful for several mcu port | hathach | |
| 2019-11-27 | get passed first get device descriptor | hathach | |
| 2019-11-27 | extract code to invoke_class_control() | hathach | |
| - also rename usbd_class_drivers to _usbd_driver | |||
| 2019-11-21 | moving irq to bsp for lpc17/40 | hathach | |
| 2019-11-21 | adding tud_isr/tuh_isr with lpc18/43 | hathach | |
| 2019-11-05 | Merge branch 'master' into cr1901-msp430f5529 | hathach | |
| 2019-11-05 | Merge pull request #149 from pigrew/ZLP_Request2 | hathach | |
| Zlp request2 | |||
| 2019-11-04 | Change one more TU_ASSERT to TU_VERIFY in usbd. | Nathan Conrad | |
| 2019-11-04 | fix #211 | hathach | |
| 2019-11-04 | usbd: Change TU_ASSERT to TU_VERIFY as the assertion can be hit when bad ↵ | Nathan Conrad | |
| data is sent from host. | |||
| 2019-11-04 | fix tud_control_status() didn't update request | hathach | |
| 2019-11-03 | added optional dcd_control_status_complete() | hathach | |
| 2019-11-03 | add a bit of log1 for debugging | hathach | |
| 2019-11-03 | make control buf static | hathach | |
| 2019-11-03 | hack the request length for the first get device descriptor if EP0 size =8 or 16 | hathach | |
| to prevent usbd control send out ZLP | |||
| 2019-11-02 | Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529 | hathach | |
| 2019-11-01 | Merge branch 'ZLP_Request2' into pigrew-ZLP_Request2 | hathach | |
| 2019-10-31 | Merge remote-tracking branch 'origin/master' into ZLP_Request2 | Nathan Conrad | |
| 2019-10-31 | zlp should work with control in, tested with Unity framework | hathach | |
| 2019-10-31 | add more tests, fix an issue with tud_descriptor_configuration_cb() return NULL | hathach | |
| 2019-10-31 | move function around, more rename | hathach | |
| 2019-10-31 | rename | hathach | |
| 2019-10-31 | clean up | hathach | |
| 2019-10-31 | Merge branch 'master' into pigrew-ZLP_Request2 | hathach | |
| 2019-10-31 | Merge pull request #206 from hathach/develop | hathach | |
| Added a couple of unit testing with Ceedling/Cmock/Unity | |||
| 2019-10-30 | rename usbd_init() to tud_init() | 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-29 | Merge branch 'ZLP_Request2' of https://github.com/pigrew/tinyusb into ↵ | hathach | |
| pigrew-ZLP_Request2 | |||
| 2019-10-29 | should fix #184 | hathach | |
| only response up to EP0 size with get device descriptor if not addressed. | |||
| 2019-10-28 | Merge pull request #202 from smunaut/dfu-rt | hathach | |
| Add support for DFU Runtime class for devices | |||
| 2019-10-28 | Add support for DFU Runtime class for devices | Sylvain Munaut | |
| This is really just a few descriptors and then answering to the request from the host to reboot into DFU mode. That latter part is delegated to the app since this is platform specific. Signed-off-by: Sylvain Munaut <[email protected]> | |||
| 2019-10-25 | Merge branch 'master' into cr1901-msp430f5529 | hathach | |
| 2019-10-24 | adding more log | hathach | |
| 2019-10-23 | adding debug log function | hathach | |
| 2019-10-03 | Remove accidentally-commited debug var. | William D. Jones | |
| 2019-10-03 | Merge remote-tracking branch 'pigrew/ZLP_Request2' into msp430f5529 | William D. Jones | |
| 2019-10-03 | couldn't get 32L4 running with crystal less mode | hathach | |
| 2019-10-02 | Merge remote-tracking branch 'origin' into msp430f5529 | William D. Jones | |
