| Age | Commit message (Collapse) | Author |
|
|
|
enum_entry contains speed and enum task will not carry out disconnection clean up
|
|
add code to check error handling from enum task
|
|
add assert with handler
add task assert with error catcher
|
|
add most of HID USAGE TABLE and definitions etc ...
|
|
update enum task to post set address
|
|
- not assign error to TUSB_ERROR_NON if succeed
add code up to set device address for enumeration
|
|
add enum buffer
getting serious with osal_freeRTOS
|
|
|
|
|
|
|
|
|
|
add device_addr0 for enumeration task
start to add osal port for freeRTOS
|
|
- add TASK_ASSERT & TASK_ASSERT_STATUS
add more code for enumerate task
add control requests & its type def
add API for HCD
- hcd_pipe_addr0_open
- hcd_pipe_control_open
- hcd_pipe_control_xfer
- hcd_pipe_open
- hcd_port_speed
|
|
add some more logic for enum task
|
|
|
|
implement osal_tick_get & osal_tick_tock for osal_none
implement timeout for osal_semaphore_wait
|
|
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 osal_common.h to ease the complaint of MISRA 19.1
implement OSAL_NONE Task loop, semaphore wait/post and its test code
|
|
|
|
add usbh_init and test code
replace usbh_device_is_plugged in hid_host and test_hid_host with usbh_device_info_t
|
|
add define _TINY_USB_SOURCE_FILE_ to hide internal API from application
|
|
bool usbh_device_is_plugged(tusb_handle_device_t const device_hdl);
|
|
refractor, restructure, rename several thing regarding host, keyboard etc ...
|
|
change test case accordingly
|
|
- 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
|
|
add hid host and separate hid host & device
update host project setting with EA4357 board
add para checking test for hid host
|
|
|
|
|