summaryrefslogtreecommitdiff
path: root/tinyusb/tusb_option.h
AgeCommit message (Expand)Author
2018-06-18rename subfolder source to srchathach
2018-04-19clean up msc device driverhathach
2018-04-14rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODEhathach
2018-04-13rename CFG_TUSB_OS_TASK_PRIO to CFG_TUD_TASK_PRIO, TUC_DEVICE_STACKSIZE to CF...hathach
2018-04-12rename CFG_TUSB_DEVICE_* to CFG_TUD_*hathach
2018-04-12rename OPT_MODE_hathach
2018-04-12refactor nrf5x mcu macrohathach
2018-04-12rename MCU_ to OPT_MCUhathach
2018-04-12rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOShathach
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-04-07add nrf52 walkaround for errata 104, 171, 187.hathach
2018-03-28more renamehathach
2018-03-07updatehathach
2018-03-07add new example device_virtual_comhathach
2018-03-02repo clean uphathach
2018-02-28refactor osal queue APIhathach
2014-04-17change default TUSB_CFG_DEBUG to 0hathach
2014-03-25doxygenhathach
2014-03-25doxygen documentinghathach
2014-03-23adding usbd_enum_buffer to usbdhathach
2014-03-23remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default)hathach
2014-03-18clean up tusb_descriptorshathach
2014-03-18rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZhathach
2014-03-17doxygeninghathach
2014-03-06refractor app_os_prio.hhathach
2014-02-20fix the duplicated plug connection status change with lpc17xx by using immedi...hathach
2013-11-13fix potential issue with stall endpointshathach
2013-11-13able to build and run cdc device demo on lpc11uxxhathach
2013-11-11adding support for lpc13uxxhathach
2013-11-08add windows driver for cdchathach
2013-11-01implement msc device classhathach
2013-10-29implementing sw device stackhathach
2013-10-27static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256hathach
2013-10-24change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearancehathach
2013-10-02clean up warnings here and therehathach
2013-09-21house keepinghathach
2013-07-03change some license texthathach
2013-07-01fix compilation errorhathach
2013-06-29test refractorhathach
2013-06-08ADDING LPC176X devicehathach
2013-06-04re-create ngx4330.hhathach
2013-06-03add TUSB_CFG_PROUDCT_ID checkhathach
2013-05-29fix lpcxpresso1347 board_ledshathach
2013-05-28rename NGX to ngxhathach
2013-05-23- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xxhathach
2013-05-06add stub for msc host & hub driverhathach
2013-04-25add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOShathach
2013-04-08move MCU define to tusb_option.h, fix the ATTR with USB RAMhathach
2013-03-25remove multiple instances per device for hidh keyboard (no needed)hathach