espressif_tinyusb/tinyusb/common
hathach 9bc30f7694 add some test for usbh_hcd integration
- add tests for pipe_close  (while TDs are active)
- add tests for device unplugged
add tesst & implement the async_advance_isr to clean up "REMOVING" queue head
- add helper find previous qhd
- add remove qhd from async list
- add is_removing field for async advance isr to clean up
add pipe close for control pipe & bulk pipe (with tests)
add helper get qhd from pipe_handle
2013-03-13 21:42:19 +07:00
..
compiler add some test for usbh_hcd integration 2013-03-13 21:42:19 +07:00
assertion.h add alignof to compilier specific 2013-03-04 15:01:33 +07:00
binary.h add project file for keil 2013-03-12 12:06:40 +07:00
common.h add semaphore post in usbh_isr for control pipe 2013-03-12 20:04:29 +07:00
errors.c strengthen include policy. Only limited headers are allowed to included from a header file. Missing needed to be included in *.c 2013-02-28 15:06:31 +07:00
errors.h make "used" member of ehci_qtd_t into reserved place of buffer[1] (with assert check in hcd init) 2013-03-07 17:59:07 +07:00
fifo.c refractor include chain with following policies 2013-02-04 13:13:07 +07:00
fifo.h refractor include chain with following policies 2013-02-04 13:13:07 +07:00
primitive_types.h add primitive_types.h for portable with uint8,16,32_t, and bool 2013-01-30 11:35:37 +07:00
timeout_timer.h strengthen include policy. Only limited headers are allowed to included from a header file. Missing needed to be included in *.c 2013-02-28 15:06:31 +07:00