espressif_tinyusb/demos/device/keyboard
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
..
.cproject add UART support for ea4357 (tested) 2013-01-17 14:40:46 +07:00
.project use X Macros to remove #undef in errors. 2013-01-11 16:28:57 +07:00
_makefile.defs abstract usb enable/disable interrupt to hal layer 2012-12-10 14:58:25 +07:00
descriptors.c add DEVICE_ROM_DRIVER_ADDR macro in hal to point to rom driver add 2013-01-18 11:49:51 +07:00
descriptors.h add UART support for ea4357 (tested) 2013-01-17 14:40:46 +07:00
main.c add ASSERT POINTER support 2013-01-18 14:39:42 +07:00
makefile update makefile project 2013-01-11 16:10:16 +07:00
tusb_config.h start to support 2013-01-22 17:41:06 +07:00