summaryrefslogtreecommitdiff
path: root/demos/host/src/tusb_config.h
AgeCommit message (Expand)Author
2018-03-06rename demo to exampleshathach
2014-04-18fix IAR CMSIS rtx build for lpc175 6x --> build all okhathach
2014-04-18minor adjust TUSB_CFG_HOST_DEVICE_MAX and TUSB_CFG_HOST_HUBhathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-13merge EHCI_MAX_QHD/QTD and OHCI_MAX_QHD/QTD to HCD_MAX_ENDPOINT/XFER and scal...hathach
2014-03-31device_freertos/.cproject works well with msc & keyboardhathach
2014-03-26clean uphathach
2014-03-26doxygen have problem with bolding the hyperlink. use <b> insteadhathach
2014-03-23remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default)hathach
2014-03-18rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZhathach
2014-03-17doxygeninghathach
2014-03-13fix some warningshathach
2014-03-13clean uphathach
2014-03-13fix all build error with IARhathach
2014-03-13fix build for host freertos xpressohathach
2014-03-12clean uphathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2014-03-06IAR host freertos works with EA4357hathach
2014-03-02refine keyboard host demo (added new line for enter key)hathach
2014-02-28EHCI: immediately reset port when device connected. This proves to help preve...hathach
2014-02-28merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.hhathach
2014-02-20fix the duplicated plug connection status change with lpc17xx by using immedi...hathach
2014-02-20use hcd_pipe_is_busy instead of hcd_pipe_is_idlehathach
2014-02-19some code clean uphathach
2013-12-19remove immediately reset when device plug.hathach
2013-12-19fix plug & unplug issue by reseting port immediately instead of waiting for u...hathach
2013-12-19hub works with ohci as well. There is some problem when plug & unplug device hmmhathach
2013-12-19able to run ohci hid mouse demohathach
2013-12-16implement ohcihathach
2013-12-11add lpc17xx build config for host demohathach
2013-11-25change MCU to TUSB_CFG_MCUhathach
2013-11-06refractor dcd_controller_reset & hcd_controller_reset to hal_controller_resethathach
2013-10-27document cdchathach
2013-10-24change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearancehathach
2013-10-16clean uphathach
2013-09-30able to mount one device on the hubhathach
2013-09-27house keepinghathach
2013-09-26house keepinghathach
2013-09-26house keepinghathach
2013-09-22fix pingstate for highspeed bulk out transferhathach
2013-09-20start to add msc host, fix dangerous problem with unstable device when plugge...hathach
2013-09-20refine hid host driverhathach
2013-09-19IAR host none project workinghathach
2013-09-19starting to add support for IAR workbenchhathach
2013-07-05fix bug with RNDIS class open using non-static variable p_cdchathach
2013-07-05implementing initializing for RNDIShathach
2013-07-01fix compilation errorhathach
2013-07-01add & pass a first few test for cdc hosthathach
2013-06-29[CDC]hathach
2013-05-23move scu_pinmux(0x2, 5, MD_PLN | MD_EZI | MD_ZI, FUNC2) to hal/hal_lpc43xx.chathach