espressif_tinyusb/tinyusb/common
hathach 38ce3f7534 start to support
- usbd host
- osal

some global define
#define TUSB_CFG_HOST_CONTROLLER_NUM
#define TUSB_CFG_HOST_DEVICE_MAX
#define TUSB_CFG_CONFIGURATION_MAX

rename & refractor HID type structure & enum

use CException to test asssertion library
add test for hid_host_keyboard with usbd configure get & osal queue get stubs
update test for assertion library
refractor ASSERT_STATUS in assertion library
update tusb_error_t values
rename usb basic type & enum in tusb_types.h and std_descriptors.h
2013-01-22 17:41:06 +07:00
..
compiler work with lpc11u37 (lpc11uxx) on kevin's board 2012-12-07 16:22:47 +07:00
assertion.h start to support 2013-01-22 17:41:06 +07:00
binary.h add binary const & its test code 2013-01-14 14:36:13 +07:00
common.h start to support 2013-01-22 17:41:06 +07:00
errors.c use X Macros to remove #undef in errors. 2013-01-11 16:28:57 +07:00
errors.h start to support 2013-01-22 17:41:06 +07:00
fifo.c rename some fifo functions to be more consistent 2013-01-16 22:37:10 +07:00
fifo.h rename some fifo functions to be more consistent 2013-01-16 22:37:10 +07:00