summaryrefslogtreecommitdiff
path: root/demos/device/src/mscd_app.c
AgeCommit message (Collapse)Author
2014-03-24rename demo app filehathach
2014-03-23rename msc device app functionhathach
2014-03-22rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusionhathach
introduce scsi_data to mscd_interface_t to make tusbd_msc_scsi_cb buffer's address no longer to be required in USB ram section --> save usb ram for lpc11/13u
2014-03-21clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the ↵hathach
msc_device.c
2014-03-10cannot get IAR work with lpc1769 device demohathach
2014-03-09rename tusbd_msc_scsi_received_isr to tusbd_msc_scsi_cbhathach
fix the status phase true --> false ASSERT_STATUS( dcd_pipe_xfer( p_msc->edpt_in , p_csw, sizeof(msc_cmd_status_wrapper_t), false) ); board ea4357 added P9_5 pull down for device connect
2013-12-27add device_os_none keil project for all boardshathach
2013-12-24move device app codehathach