| Age | Commit message (Collapse) | Author |
|
temporarily ignore test for hid_host.c due to ceedling linking issue with weak symbol
implement hidh_open_subtask driver to subclass open
rename hidh_keyboard_install to hidh_keyboard_open_subtask
|
|
|
|
|
|
- remove TUSB_CFG_HOST_CONTROLLER_START_INDEX
|
|
move stuffs around
|
|
- make changes to adapt
add mcu_capacity.h
|
|
move MCU define to tusb_option.h
|
|
- correct initialization call sequence
- move hcd_init to ehci.c
|
|
|
|
update usbh_init and test code for TUSB_CFG_HOST_CONTROLLER_START_INDEX
clean up some
|
|
add enum buffer
getting serious with osal_freeRTOS
|
|
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
|
|
|
|
|
|
refractor, restructure, rename several thing regarding host, keyboard etc ...
|
|
- 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 TUSB_ATTR_RAM_SECTION in tinyusb_config.h to abtract usb ram placement to application
remove power_api.h (mcu dependency)
|
|
add binary const support @ common/binary.h
enhance assert support @ common/assertion.h
add test code for assertion.h
|
|
rename the internal/default configure from tusb_cfg.h to tusb_option.h
|