| Age | Commit message (Collapse) | Author |
|
reorganize test project, multiple test projects each is specifically for an MCU
|
|
- manufacturer, product etc ... (only english now)
|
|
continue on refractoring tests
|
|
|
|
test code
|
|
|
|
|
|
|
|
update setting for all project file respectively
|
|
remove temp freeRTOS folder in test/support
use test/support/FreeRTOSConfig.h from win32-mingw demo
temporarily disable all tests in test_osal_freeRTOS.c
|
|
|
|
add test & code for hidh_keyboard_open_subtask
- skip parsing HID descriptor for keyboard
|
|
add assert with handler
add task assert with error catcher
|
|
add enum buffer
getting serious with osal_freeRTOS
|
|
add device_addr0 for enumeration task
start to add osal port for freeRTOS
|
|
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
|
|
start to add task_create macro API for osal_none
|
|
|
|
add define _TINY_USB_SOURCE_FILE_ to hide internal API from application
|
|
- 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
|
|
|
|
|
|
add binary const support @ common/binary.h
enhance assert support @ common/assertion.h
add test code for assertion.h
|
|
|
|
- unified makefile project for the whole repos
- new separate project for tests
|