| Age | Commit message (Collapse) | Author |
|
- header file only include what it needs for its declarations.
|
|
add hcd_init to usbh_init and update test code
add TUSB_CFG_OS_TICK_PER_SECOND define for TUSB_OS_NONE
change osal_semaphore_wait and osal_queue_receive API to have timeout effectively
|
|
implementing usbh_host.c
|
|
|
|
add usbh_init and test code
replace usbh_device_is_plugged in hid_host and test_hid_host with usbh_device_info_t
|
|
|
|
|
|
refractor, restructure, rename several thing regarding host, keyboard etc ...
|
|
use #if 0 instead of // for remove code
|
|
- 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
|
|
change Error Enum to TUSB prefix for more consistency
start to add check for OS configure
|
|
rename the internal/default configure from tusb_cfg.h to tusb_option.h
|
|
|
|
|
|
|
|
|
|
start to work on hal layer
|
|
|
|
added support for cdc devices
|
|
|
|
start to use TUSB_Error_t
|
|
fix mem_size/mem_base usage with device rom driver
|
|
|
|
added some template code
|