espressif_tinyusb/tinyusb/common
hathach 453ea39865 add project file for keil
fix binary.h compiler specific
add hal_init code to reset & set usbmode --> able to get USB ISR
remove const qualifier from return function of
- get_operational_register
- get_period_frame_list
- get_async_head
- get_period_head
- get_control_qhd
add stub for
- hcd_port_connect_status
- hcd_port_speed
2013-03-12 12:06:40 +07:00
..
compiler add alignof to compilier specific 2013-03-04 15:01:33 +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 implement hcd_init controller_init 2013-03-03 12:31:18 +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