summaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Collapse)Author
2018-03-06clean uphathach
2018-03-06rename demo to exampleshathach
2018-03-06clean uphathach
2018-03-02rename to tusb_porthathach
2018-03-02more hal clean uphathach
2018-03-02renaming to hal_mcuhathach
2018-03-02move files aroundhathach
2018-03-02more hal updatehathach
2018-03-02move startup to bsp folderhathach
2018-03-02add cmsis v4 to hwhathach
2018-03-02more clean uphathach
2018-03-02moving fileshathach
2018-03-02move board and mcu into hw folderhathach
2018-03-02add tud_mount_cb, tud_umount_cbhathach
remove device class/interface callback
2018-03-01rename tud_configured() to mounted()hathach
2018-03-01upgrade freertos to v10hathach
2018-03-01device API renamehathach
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
2018-02-28remove cmsis rtx supporthathach
2018-02-28more clean uphathach
2018-02-28osal clean uphathach
- task create, task def macros
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-08-04replacing RF1GHZNODE with LPCXPRESSO11U68 (not yet implement the actual board)hathach
2014-05-13add lpcxpresso spifi flash settinghathach
2014-04-29fix/correct the max_loop (upper bound for EHCI & OHCI) endpoint list. This ↵hathach
causes multiple devices hub mounting problems previously
2014-04-28fix issue with IAR Assembler in freertos buildhathach
2014-04-28make freertos source unmodified to ease the upgrade process laterhathach
use CGU_GetPCLKFrequency as configCPU_CLOCK_HZ for lpc43xx using with freeRTOS move portmarco.h include to FreeRTOSConfig.h to have untouched version of freertos add a readme.md to vendor/freertos refractor usbh.c, increase POWER_STABLE_DELAY = 500, RESET_DELAY = 200 fix bug with hub, only handle 1 port at a time when reading hub status change endpoint --> other port will be handled in the next cycle
2014-04-25clean up FreeRTOSConfig.h also fix issue IAR Assemblerhathach
2014-04-25update IAR & Keil project for freertoshathach
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-24update project filehathach
2014-04-24added all assert check to osal_queue_send and osal_semaphore_posthathach
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
flush usbd_queue_hdl when bus_reset add assert check for osal_queue_send increase ENUM_QUEUE_DEPTH for usbh change osal_freeRTOS.h implementation to - correctly waiting forever for semaphore wait, queue & mutex - not use ISR safe version since it is not as generic as we want
2014-04-24refractor keyboard_device_app.chathach
refractor mouse_device_app.c app to only send report when necessary (movement or button changed)
2014-04-22manual make clean since lpcxpresso -cleanBuild does not clean the correct ↵hathach
configuration
2014-04-22add a bit more dochathach
2014-04-19disable device mouse by defaulthathach
fix hal_debugger_is_attached with lpc11u
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-18move osal_queue_send of osal_none to osal_none.chathach
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-17clean up STATIC_VARhathach