| Age | Commit message (Collapse) | Author |
|
lpc11uxx for better compatiable with other lib & toolchain.
added lpc176x xpresso with cmsis rtx
|
|
able to run with IAR host cmsis rtx
|
|
|
|
Keil & lpcxpresso4 host_cmsis_rtx work well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove CFG_TICKS_PER_SECOND
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove -Wpacked -Wpadded in gcc
|
|
|
|
|
|
|
|
|
|
clean up some warnings
|
|
|
|
for buffer0 (instead of active buffer)
as the next transfer is always forced to be happened on buffer0
|
|
|
|
like the specs)
|
|
|
|
|
|
clean ending warming with IAR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
- remove dd allocation table and use fixed 2 dd for each endpoints
- change dd::used to dd::int_on_complete
--> fixed all the bugs with lpc175x_6x with MSC device & CDC device
|
|
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
|
|
|
|
|
|
connect with jlink
|