| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-06 | rename tests to obsolete | hathach | |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-05-14 | clean up | hathach | |
| 2019-05-02 | clean up | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2018-12-14 | clean up compiler attribute | hathach | |
| 2018-12-12 | rename edpt_dir/number/addr to tu_edpt_* | hathach | |
| 2018-12-09 | change usbh class driver open signature | hathach | |
| 2018-12-07 | able to build host hid | hathach | |
| 2018-12-07 | usbh rename vars | hathach | |
| 2018-12-06 | rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC | hathach | |
| 2018-12-06 | clean up usbh, rename doxygen folder to docs | hathach | |
| 2018-11-22 | rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION | hathach | |
| 2018-10-23 | clean up helper func | hathach | |
| 2018-08-23 | rename common func to avoid conflict | hathach | |
| 2018-07-23 | reworking device hid class driver | hathach | |
| 2018-04-14 | rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODE | hathach | |
| 2018-04-12 | rename CFG_TUSB_DEVICE_* to CFG_TUD_* | hathach | |
| 2018-04-12 | rename OPT_MODE_ | hathach | |
| 2018-04-12 | rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS | hathach | |
| 2018-04-10 | minor clean up | hathach | |
| 2018-04-10 | clean up remove CFG_TUSB_TICKS_HZ | hathach | |
| 2018-04-10 | rename CFG_TUSB_DEVICE_CONTROL_ENDOINT_SIZE to CFG_TUSB_DEVICE_ENDOINT0_SIZE | hathach | |
| 2018-04-10 | mass rename TUSB_CFG to CFG_TUSB | hathach | |
| 2018-03-23 | more shorten name | hathach | |
| 2018-03-23 | shorten descriptor type | hathach | |
| 2014-04-18 | get all tests passed with lpc18xx_43xx. Need to disable some though | hathach | |
| 2014-04-17 | move STRING & XSTRING & STATIC_ASSERT to compiler.h | hathach | |
| disable test for a class of cdc host temporarily disable test for test_osal_none.c change include in some core files remove osal.h from common.h | |||
| 2014-04-17 | fix configure file | hathach | |
| fix test_fifo.c | |||
| 2013-10-24 | change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearance | hathach | |
| adding configuration docs for tinyusb_config.h document HID mouse & keyboard API | |||
| 2013-10-16 | refractor hub api | hathach | |
| fix all test build errors | |||
| 2013-09-24 | add some tests support for msc host | hathach | |
| refractor msch buffer for getting inital scsi like inquiry, read capacity adding support for resovling stall on control pipe | |||
| 2013-09-20 | refine hid host driver | hathach | |
| 2013-07-05 | change usbh_control_xfer_subtask to use flat API instead of passing ↵ | hathach | |
| tusb_control_request_t struct | |||
| 2013-07-05 | implementing initializing for RNDIS | hathach | |
| 2013-07-04 | no big deal, only rename tusb_std_request_t to tusb_control_request_t | hathach | |
| 2013-07-02 | update usbh_xfer_isr to take actual byte transferred and correct tests | hathach | |
| 2013-07-02 | refractor extract list_next | hathach | |
| add support for TUSB_EVENT_XFER_STALL add test for error/stall in periodic list | |||
| 2013-07-01 | add & pass a first few test for cdc host | hathach | |
| implement cdch_open_subtask | |||
| 2013-06-27 | add mutex support for osal | hathach | |
| 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-26 | remove app_os_prio.h in os_none configure | hathach | |
| remove instance_num in hidh API temporarily pause device stack developement should fix travis-ci build error | |||
| 2013-06-21 | add test support for lpc176x | hathach | |
| 2013-06-12 | clean up | hathach | |
| 2013-06-05 | added dcd_dma_descriptor_t typdef | hathach | |
| reorganize test project, multiple test projects each is specifically for an MCU | |||
