| Age | Commit message (Collapse) | Author |
|
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
|
|
msc_device.c
|
|
move led_blinking_task and led_blinking_set_interval to board.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove CFG_TICKS_PER_SECOND
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for buffer0 (instead of active buffer)
as the next transfer is always forced to be happened on buffer0
|
|
- host/host_freertos/host_freertos.ewp
- host/host_os_none/host_os_none.ewp
- device/device_os_none/device_os_none.eww
fix IAR ending warning
|
|
freertos, device os none
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clean ending warming with IAR
|
|
|
|
|
|
|
|
|
|
|
|
device os none for NGX4330 work with keil
|
|
|
|
|
|
|
|
|
|
IAR (lack of support for VLA initialization)
IAR device os none works with ea4357
|
|
instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code
change pipe xfer API buffer from void* to uint8_t*
change FIFO_DEF to have a separated buffer to be compatible with IAR\
refractor IAR data alignment pragma
|
|
|
|
|
|
|
|
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
|
|
|