summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2019-06-06rename tests to obsoletehathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-05-02clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-01-08Remove txbuf in favor of fifo.Scott Shawcroft
Fifo incurs a second copy into a USB buffer but this ensures the correct USB buffer alignment. Some LPC chips require 64 byte alignment that txbuf couldn't do.
2019-01-04Fix the testScott Shawcroft
2019-01-04Split out txbuf and add unit test.Scott Shawcroft
2018-12-14merge binary.h into tusb_common.hhathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-14clean up compiler attributehathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-11more hcd_pipe to hcd_edpt renamehathach
2018-12-11rename to hcd_edpt_open()hathach
2018-12-11ehci periodichathach
2018-12-10host msc built but got hardfault with inquiry commandhathach
2018-12-10add tuh_mount_cb/tuh_umount_cbhathach
2018-12-10add ep addr to host cdchathach
2018-12-10rename usbh_xfer_isr to hcd_event_xfer_completehathach
2018-12-09change usbh class driver open signaturehathach
2018-12-08refactor hcd apihathach
2018-12-07able to build host hidhathach
2018-12-07able to build with host mschathach
2018-12-07change usbh_control_xfer name and signaturehathach
2018-12-07usbh rename varshathach
2018-12-06rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSChathach
2018-12-06clean up usbh, rename doxygen folder to docshathach
2018-11-23rename xfer complete enumhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-10-23clean up helper funchathach
2018-08-23rename common func to avoid conflicthathach
2018-07-28change HID config, move HID boot config to part of auto descriptor onlyhathach
2018-07-26add tud_msc_set_sense(), update msc device to reponse with default sense ↵hathach
(illegal request) when there is issue with scsi command
2018-07-23reworking device hid class driverhathach
2018-07-04rename fifo * to tu_fifo to avoid conflict with other modulehathach
2018-04-14rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODEhathach
2018-04-12update project filehathach
2018-04-12rename CFG_TUSB_DEVICE_* to CFG_TUD_*hathach
2018-04-12rename OPT_MODE_hathach
2018-04-12rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOShathach
2018-04-10minor clean uphathach
2018-04-10clean up remove CFG_TUSB_TICKS_HZhathach
2018-04-10rename CFG_TUSB_DEVICE_CONTROL_ENDOINT_SIZE to CFG_TUSB_DEVICE_ENDOINT0_SIZEhathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-03-23more shorten namehathach
2018-03-23shorten descriptor typehathach
2018-03-21osal subtask renamehathach
2018-03-21rename TUSB_REQUEST to simply TUSB_REQ_hathach