summaryrefslogtreecommitdiff
path: root/tests/lpc18xx_43xx
AgeCommit message (Expand)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-03-20migrate license from BSD 3 clause to MIThathach
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-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 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-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-26add tud_msc_set_sense(), update msc device to reponse with default sense (ill...hathach
2018-07-23reworking device hid class driverhathach
2018-07-04rename fifo * to tu_fifo to avoid conflict with other modulehathach
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
2014-04-28make freertos source unmodified to ease the upgrade process laterhathach
2014-04-18get all tests passed with lpc18xx_43xx. Need to disable some thoughhathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-17fix configure filehathach
2014-04-17fixing testhathach
2013-12-13able to get connect status change interrupt occuredhathach
2013-12-12implement inline bit manipulation functionhathach
2013-11-25change MCU to TUSB_CFG_MCUhathach
2013-10-27static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256hathach
2013-10-27rndis documenthathach
2013-10-25more doxygen workhathach
2013-10-16refractor hub apihathach
2013-10-01- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...hathach
2013-09-28clean up hid host (temp let test failed)hathach
2013-09-27house keepinghathach
2013-09-26add scsi write10 & test unit readyhathach
2013-09-24allow a limited model to deal with stalled pipe/transactionhathach
2013-09-24add some tests support for msc hosthathach