summaryrefslogtreecommitdiff
path: root/doxygen
AgeCommit message (Collapse)Author
2018-12-06clean up usbh, rename doxygen folder to docshathach
2018-12-05hal clean uphathach
- replace tusb_hal_int_enable/disable to dcd_int_enable/disable, hcd_int_enable/disable - remove tusb_hal_init(), this will be part of dcd_init/hcd_init, anything beyond dcd/hcd should be inited by bsp
2018-12-05remove dcd_connect/disconnect since there is no usage nowhathach
2018-11-27Add a porting doc and make a pass over the others.Scott Shawcroft
Fixes #5
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-04-16add tud_set_descriptorshathach
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 ↵hathach
CFG_TUD_TASK_STACKSIZE
2018-04-12rename CFG_TUSB_DEVICE_* to CFG_TUD_*hathach
2018-04-12rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOShathach
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-17fix broken linkhathach
2014-04-17add links to build and run demo to getting startedhathach
2014-04-17move demo page to their folderhathach
2014-04-17doc work, comment out \subpage command in markdown resulthathach
2014-04-17remove TUSB_CFG_DEVICE_FULLSPEEDhathach
2014-04-17minor docshathach
2014-04-16move tools.md to tools/readme.mdhathach
2014-04-16doc updatedhathach
2014-04-15added tools.mdhathach
2014-04-15update dochathach
2014-04-14move doxygen configure file out to root since there is problem with it ↵hathach
inside doxygen folder
2014-04-14moving files to doxygen foldershathach
adding initial files for some pages
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-11rename getting_started.mdhathach
2014-04-11some docshathach
2014-04-04remove RF1GHZNODE from board/readme.mdhathach
dcd_lpc43xx.c - assign ENDPTPRIME with = instead of |= - fix bug with control transfer the determination of complete transferred --> fix keyboard + msc causes fast blinking add osal_semaphore_reset(usbd_control_xfer_sem_hdl) when bus_reset
2014-03-31move doxygen folder outsidehathach