summaryrefslogtreecommitdiff
path: root/tinyusb/device/romdriver
AgeCommit message (Collapse)Author
2013-11-08add windows driver for cdchathach
add simple echo cdc serial demo add cdc device send/receive API refractor descriptor refractor cdc.h add usbd driver function - init - bus_reset
2013-06-03fix compiler bug with ceedling testshathach
2013-06-03add TUSB_CFG_PROUDCT_ID checkhathach
move USB_MAX_EP_NUM to device dependency - lpc43 --> 6 - lpc11/13 --> 5
2013-05-28rename NGX to ngxhathach
add a bunch of stub header for dcd (175x_6x, 13xx, 18xx_43xx) add dcd_nxp_romdriver for handling usb rom driver add BIT_TEST_ in binary.h remove mw_usbd_hid.h include due to lexical conflict
2013-01-18add DEVICE_ROM_DRIVER_ADDR macro in hal to point to rom driver addhathach
add TUSB_ATTR_RAM_SECTION in tinyusb_config.h to abtract usb ram placement to application remove power_api.h (mcu dependency)
2013-01-11add external configure file: tusb_config.hhathach
rename the internal/default configure from tusb_cfg.h to tusb_option.h
2012-12-07make fundamental changes in project buildinghathach
add some makefile.defs
2012-11-27added fileshathach
added some template code