espressif_tinyusb/tinyusb/class
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
..
WinCDCdriver.inf change license email to website 2012-11-29 17:52:57 +07:00
cdc.c start to support 2013-01-22 17:41:06 +07:00
cdc.h change error type to lower case for more consistency 2013-01-19 00:57:58 +07:00
hid.c start to support 2013-01-22 17:41:06 +07:00
hid.h start to support 2013-01-22 17:41:06 +07:00
hid_device.h change error type to lower case for more consistency 2013-01-19 00:57:58 +07:00
hid_host.c start to support 2013-01-22 17:41:06 +07:00
hid_host.h start to support 2013-01-22 17:41:06 +07:00