summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-07-03adding _mounted_isr & _umounted_isr callback for host keyboard & mousehathach
remove TUSB_EVENT_INTERFACE_OPEN & TUSB_EVENT_INTERFACE_CLOSE
2013-07-03temporarily check cdc mounted by pipe_in & pipe_outhathach
add tests for tusbh_cdc_xfer_isr
2013-07-03replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter ashathach
- pipe id - xferred_bytes host_class_driver_t add xferred_bytes parameter void (* const isr) (pipe_handle_t, tusb_event_t); --> void (* const isr) (pipe_handle_t, tusb_event_t, uint32_t); update hid_host & its tests
2013-07-03rename cdc descriptor typehathach
add tusbh_cdc_mounted_isr & tusbh_cdc_unmounted_isr
2013-07-02update usbh_xfer_isr to take actual byte transferred and correct testshathach
2013-07-02add way to calculate the actual byte transferred with ehcihathach
add come callback for cdch add code for cdc serial demo
2013-07-02add tusbh_cdc_send, t usbh_cdc_receivehathach
add cdc_serial_app for virtual com demo
2013-07-02add tests for tusbh_cdc_serial_is_mountedhathach
2013-07-02add tusbh_cdc_serial_is_mounted APIhathach
test for cdch close driver
2013-07-02extract qhd_xfer_error_isrhathach
add support for period list in xfer_error_isr pass period TUSB_EVENT_XFER_ERROR & TUSB_EVENT_XFER_STALLED tests
2013-07-02refractor extract list_nexthathach
add support for TUSB_EVENT_XFER_STALL add test for error/stall in periodic list
2013-07-01rename usbh_isr to usbh_xfer_isrhathach
2013-07-01add acm_capability saving to host data & its testhathach
2013-07-01add & pass a first few test for cdc hosthathach
implement cdch_open_subtask
2013-06-29test refractorhathach
2013-06-29rename test folderhathach
2013-06-27add mutex support for osalhathach
add test for mutex in test_osal_none.c implement usbh_control_xfer using mutex to get access to queue xfer on control pipe (while semaphore is used to sync with hcd DMA) failed to issue control xfer: set idle & get report descriptor in hidh_open_subtask (more to work on)
2013-06-27add set idle request for hidh_open_subtaskhathach
add interface number to hidh_interface_info_t refractor hidh_open_subtask to be a true subtask cannot run with set idle code ON because of semaphore misuse
2013-06-26remove app_os_prio.h in os_none configurehathach
remove instance_num in hidh API temporarily pause device stack developement should fix travis-ci build error
2013-06-21add test support for lpc176xhathach
2013-06-12add coreid to hidd_inithathach
temporarily implement hidd_init using dcd from lpc17xx add more test for dcd lp176x implement dcd_endpoint_configure
2013-06-12clean uphathach
2013-06-05add test for lpc176x dd structurehathach
2013-06-05forgot to add files in lpc175x_6x test projecthathach
2013-06-05added dcd_dma_descriptor_t typdefhathach
reorganize test project, multiple test projects each is specifically for an MCU
2013-06-04delete some pdf docshathach
2013-06-03refractor tusb_descriptorshathach
usbd device_class_driver added & tested HID mouse for device (work together with hid keyboard) rename DEVICE_ROM_REG_BASE, DEVICE_ROM_DRIVER_ADDR
2013-06-01rename romdriver handlehathach
forming API for USBD-CLASS driver (abstract away from rom driver) separate buffer of hid class from buffer of core driver
2013-05-31refractor change tusbd_hid_keyboard_send_report APIhathach
2013-05-31refractor string descriptors, allow one-stop configure descriptor forhathach
- manufacturer, product etc ... (only english now)
2013-05-31rename descriptor variableshathach
2013-05-28rename NGX to ngxhathach
add a bunch of stub header for dcd (175x_6x, 13xx, 18xx_43xx) add dcd_nxp_romdriver for handling usb rom driver add BIT_TEST_ in binary.h remove mw_usbd_hid.h include due to lexical conflict
2013-05-25rename descriptor type, hid descriptor typehathach
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach
- change descriptor.c/h able to build device example
2013-05-14rename tusbh_hid_keyboard/mouse_is_supported to ↵hathach
tusbh_hid_keyboard/mouse_is_mounted
2013-05-13continue to refractor test codehathach
2013-05-13refractor testhathach
2013-05-13refractor test code using host_helperhathach
2013-05-13adding helper to refractor testshathach
2013-05-13test refractorhathach
2013-05-13change ceedling ignore plugin to default : ignore arg & callshathach
continue on refractoring tests
2013-05-12test againhathach
2013-05-12test clean up on the wayhathach
2013-05-12ahhh, tests refractoringhathach
2013-05-12tired of refractoring tests (wanting to do some production code)hathach
2013-05-12test refractorhathach
2013-05-11add cardinality_of function to return number of set bitshathach
refractor tests in ehci
2013-05-10clean up testhathach
2013-05-09finally get travis build without errorshathach
2013-05-09-mx32 is not supported in gcc 4.6.x. change to use if-else sizeof(void*) in ↵hathach
test code