summaryrefslogtreecommitdiff
path: root/tinyusb
AgeCommit message (Collapse)Author
2014-04-21clean up code at usbd_setup_received_isrhathach
2014-04-21minor adjustment to dcd_lpc43xx.chathach
usbd still defer setup received and handle in usbd task since the problem is caused by usb mini otg on the board EA4357.
2014-04-19disable device mouse by defaulthathach
fix hal_debugger_is_attached with lpc11u
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
2014-04-17add script files, fix build error with devicehathach
2014-04-17remove TUSB_CFG_DEVICE_FULLSPEEDhathach
2014-04-17change default TUSB_CFG_DEBUG to 0hathach
change meaning of TUSB_CFG_DEBUG
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 OSAL_VAR for the simplicityhathach
clean up osal.h
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
2014-03-31documenthathach
2014-03-31refractor usbd_task as wrapper for body taskhathach
IAR device_freertos works well except for CDC with typing many characters (like Keil)
2014-03-31implement & document all the device class _mounted_cb & _unmounted_cb callbackshathach
2014-03-28img in listhathach
2014-03-28img in listhathach
2014-03-28mdhathach
2014-03-28mdhathach
2014-03-28mdhathach
2014-03-28updaet get_started.mdhathach
2014-03-28test tochathach
2014-03-28testing tochathach
2014-03-28remove docs folderhathach
2014-03-27remove image and docs folderhathach
update get_started.md
2014-03-26iar naming folderhathach
2014-03-26clean uphathach
2014-03-26more documentinghathach
2014-03-26md againhathach
2014-03-25rename markdown fileshathach
2014-03-25update keil & iar device project to add lpcxpresso11u14 supporthathach
2014-03-25added md fileshathach
2014-03-25clean uphathach
2014-03-25moving stuffshathach
2014-03-25doxygenhathach
2014-03-25more doxygen stuffshathach
2014-03-25doxygen documentinghathach
2014-03-24doxygenhathach
2014-03-24doxygenhathach
2014-03-24more doxygen workshathach
2014-03-24doxygen documentinghathach
2014-03-23doxygen clean uphathach
2014-03-23tested with IAR & keil for device ea4357, fix some warningshathach
2014-03-23clean IAR warninghathach
2014-03-23use internal buffer for hid report descriptor as well.hathach
2014-03-23finished using usbd_enum_buffer for all std descriptorshathach
2014-03-23remove TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNThathach
refractor descriptor to array of pointer, adding interface descriptor as well
2014-03-23adding usbd_enum_buffer to usbdhathach
remove string descriptor USB RAM requirement
2014-03-23remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default)hathach