summaryrefslogtreecommitdiff
path: root/tests/support/tusb_config.h
AgeCommit message (Collapse)Author
2019-06-06rename tests to obsoletehathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-07able to build host hidhathach
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-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-07-23reworking device hid class driverhathach
2018-04-14rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODEhathach
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
2014-04-18get all tests passed with lpc18xx_43xx. Need to disable some thoughhathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
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-17fix configure filehathach
fix test_fifo.c
2013-10-24change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearancehathach
adding configuration docs for tinyusb_config.h document HID mouse & keyboard API
2013-10-16refractor hub apihathach
fix all test build errors
2013-09-24add some tests support for msc hosthathach
refractor msch buffer for getting inital scsi like inquiry, read capacity adding support for resovling stall on control pipe
2013-09-20refine hid host driverhathach
2013-07-05implementing initializing for RNDIShathach
2013-07-01add & pass a first few test for cdc hosthathach
implement cdch_open_subtask
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-12clean uphathach
2013-06-05added dcd_dma_descriptor_t typdefhathach
reorganize test project, multiple test projects each is specifically for an MCU