summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-12update xpresso 11uhathach
2014-03-12update lpc11u cmsis to 3.20hathach
2014-03-12fix build error with lpcxpresso device os nonehathach
2014-03-12update CMSIS core for lpc176xhathach
2014-03-12change the name to nxp current standardhathach
2014-03-12clean uphathach
2014-03-12all host os none configure can be build nowhathach
2014-03-12ngx works okhathach
2014-03-12host os none for LPCxpresso1769 & EA4357 workshathach
2014-03-12fixing build errorhathach
2014-03-12move mcu cmsis file to /mcuhathach
2014-03-12move boards to root folderhathach
2014-03-12clean uphathach
2014-03-12fix IAR alignment OHCI hcca will occupies the whole 256 (instead of just 252 ↵hathach
like the specs)
2014-03-12fix IAR end line warninghathach
2014-03-12clean uphathach
2014-03-12seems like 43xx code requires an terminal (uart,SWO) connected to be able to runhathach
2014-03-12all device work with all mcu & toolshathach
2014-03-12change dcd 176x alignment placement to work with IARhathach
2014-03-12clean all IAR ending warninghathach
2014-03-12clean up IAR ending warninghathach
2014-03-12able to build lpc11u with IARhathach
clean ending warming with IAR
2014-03-12a fix to IAR's incapability to force struct's member on specified alignmenthathach
2014-03-12IAR line ending warninghathach
2014-03-12fix iar warninghathach
2014-03-12added scatter file for lpc11u & lpc13u for it to run with keilhathach
2014-03-12remove host config from device demohathach
2014-03-11improve MSC host demo withhathach
- remove command - move (rename) command
2014-03-11enhance cp command to accept dest path as an folderhathach
2014-03-11move keil_ram.ini to bsp/lpc43xx/keil_ram.inihathach
device os none for NGX4330 work with keil
2014-03-11NGX4330 device os none work well with lpcxpressohathach
2014-03-11fix device typo build errorhathach
2014-03-10try to port lpc11uxx device demo with IARhathach
2014-03-10cannot get IAR work with lpc1769 device demohathach
2014-03-10change desc_str_table to array of pointer of uint8_t* to be compatible with ↵hathach
IAR (lack of support for VLA initialization) IAR device os none works with ea4357
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") ↵hathach
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
2014-03-10keil work with lpc17xx devicehathach
2014-03-10move WinCDCdriver.infhathach
2014-03-10clean up dcd_lpc175x_6x.chathach
2014-03-10refractor dcd_lpc175x_6xhathach
- 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
2014-03-09fix board_rf1ghznode.c build errorhathach
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
2014-03-07ported board_buttons API to EA4357 but device is not mounted yethathach
2014-03-07lpc1347 mouse & keyboard & cdc works wellhathach
2014-03-07refractor mouse apphathach
2014-03-07added board_buttons for lpcxpresso/board_lpcxpresso1769.chathach
2014-03-06refractor device mouse app to use board_buttonshathach
2014-03-06add board_buttons API and refractor device keyboard apphathach
2014-03-06IAR nonos/freertos can run with lpc17xx but cannot mount any device (failed ↵hathach
on the first 8 byte descriptors)
2014-03-06keil host 17xx work, but os_none has problem with copy command in msc examplehathach