summaryrefslogtreecommitdiff
path: root/demos/host/src
AgeCommit message (Collapse)Author
2018-03-06rename demo to exampleshathach
2018-03-01more clean uphathach
2018-03-01osal macro clean uphathach
2018-03-01more osal clean uphathach
2018-03-01change osal_task_create signaturehathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2015-05-01simplify tusbh_cdc_ to tuh_cdc_hathach
2015-05-01simplify host API: tusbh_ to tuh_ for keyboard & mousehathach
2015-05-01simplify host API: tusbh_ to tuh_hathach
2015-05-01formattinghathach
2015-05-01readd rndis fileshathach
2014-04-25cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZEhathach
cdc host app add SERIAL_BUFFER_SIZE for buffer constant, add cdc data receive if cb with TUSB_EVENT_XFER_ERROR minor change to keyboard & mouse host app add ASSERT_FAILED & ASSERT_FAILED_MSG add cast to fix IAR build error with dcd_lpc43xx.c FreeRTOS - merge FreeRTOSConfig for m0, m3, m4 - re-implement application hook - support portmacro.h for m0
2014-04-24added all assert check to osal_queue_send and osal_semaphore_posthathach
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
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-17minor docshathach
2014-04-13merge EHCI_MAX_QHD/QTD and OHCI_MAX_QHD/QTD to HCD_MAX_ENDPOINT/XFER and ↵hathach
scale with number of enabled classes. default config to support up to 5 device (hub + 4 others)
2014-04-09remove lpclink2 boardhathach
2014-04-03added rtos to greeting for easy testinghathach
correct all keil flash setting
2014-03-31code beautifyhathach
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-24fix build error for keil host os none, freertos, cmsis-rtxhathach
2014-03-24fix build for lpcxpreso hosthathach
2014-03-24rename host demo sourc fileshathach
2014-03-23remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default)hathach
2014-03-21clean up led blinking on host demohathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-19remvoe main as thread of cmsis rtx for portability.hathach
Keil & lpcxpresso4 host_cmsis_rtx work well
2014-03-18rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZhathach
remove CFG_TICKS_PER_SECOND
2014-03-17doxygeninghathach
2014-03-16doxygen documenthathach
2014-03-14fix some warningshathach
2014-03-14clean more warningshathach
2014-03-14clean up warning in lpcxpressohathach
remove -Wpacked -Wpadded in gcc
2014-03-13suppres compiler warning transfer of control bypasses initializationhathach
2014-03-13remove legacy code of msc_device.c read10 & write10hathach
clean up some warnings
2014-03-13fix some warningshathach
2014-03-13clean uphathach
2014-03-13fix all build error with IARhathach
- host/host_freertos/host_freertos.ewp - host/host_os_none/host_os_none.ewp - device/device_os_none/device_os_none.eww fix IAR ending warning
2014-03-13fix build for host freertos xpressohathach
2014-03-12fixing build errorhathach
2014-03-12clean uphathach
2014-03-11improve MSC host demo withhathach
- remove command - move (rename) command
2014-03-11enhance cp command to accept dest path as an folderhathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") ↵hathach
instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code change pipe xfer API buffer from void* to uint8_t* change FIFO_DEF to have a separated buffer to be compatible with IAR\ refractor IAR data alignment pragma
2014-03-06IAR host freertos works with EA4357hathach
2014-03-06refractor app_os_prio.hhathach