summaryrefslogtreecommitdiff
path: root/tests/support/descriptor_test.c
AgeCommit message (Collapse)Author
2019-06-06rename tests to obsoletehathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14update license year to 2019hathach
2019-05-02clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-03-23more shorten namehathach
2018-03-23shorten descriptor typehathach
2013-09-24add some tests support for msc hosthathach
refractor msch buffer for getting inital scsi like inquiry, read capacity adding support for resovling stall on control pipe
2013-06-27add mutex support for osalhathach
add test for mutex in test_osal_none.c implement usbh_control_xfer using mutex to get access to queue xfer on control pipe (while semaphore is used to sync with hcd DMA) failed to issue control xfer: set idle & get report descriptor in hidh_open_subtask (more to work on)
2013-06-05added dcd_dma_descriptor_t typdefhathach
reorganize test project, multiple test projects each is specifically for an MCU