espressif_tinyusb/tinyusb/common
hathach 79e277d323 go through all the enumeration (up to get full configuration)
- fix init_qhd for address 0 (clear queue head --> ehci controller halted)
- fix bug in usbh_init missing address0 for semaphore create

TUSB_CFG_DEBUG == 3: --> ATTR_ALWAYS_INLINE is null --> allow gcc to export "normal inline" function
2013-03-13 00:02:45 +07:00
..
compiler go through all the enumeration (up to get full configuration) 2013-03-13 00:02:45 +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