summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-02lpc11u use USBSRAM, able to response with 1st requesthathach
2018-12-01lp11u able to receive setup packethathach
2018-12-01fix lpc11u68 bsp issue, able to blinkhathach
2018-12-01add lpcopne lpc43xx fileshathach
2018-12-01able to build lpc11u68hathach
2018-12-01add lpc11u68 ses filehathach
2018-12-01add lpcopen lpc11u6x fileshathach
2018-11-30lpc13xx build ok (not work) with lpcopenhathach
2018-11-30adding ses lpc13xxhathach
2018-11-30renamehathach
2018-11-30remove obsolete examplehathach
2018-11-30rename conthathach
2018-11-30more renamehathach
2018-11-30renamehathach
2018-11-30clean uphathach
2018-11-30rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XXhathach
2018-11-29clean uphathach
2018-11-29move nvic prio in hal/dcd to bsp for portabilityhathach
2018-11-29Merge pull request #17 from hathach/devlocalhathach
dcd lpc17xx update
2018-11-29added & tested lpc17xx freertos device examplehathach
- add USB priority check for freeRTOS config
2018-11-29lpc17xx add dcd_edpt_stalledhathach
2018-11-29Merge branch 'develop' into devlocalhathach
2018-11-29update segger projecthathach
2018-11-29dcd lpc17xx, route control endpoint to EP_FASThathach
2018-11-29clean uphathach
2018-11-29dcd lpc17xx enable EpIntEn for non-control IN after DMA completehathach
all transfer work well
2018-11-29clean uphathach
2018-11-28correct TUD_OPT_HIGH_SPEEDhathach
2018-11-28more dcd lpc17xx clean uphathach
2018-11-28clean uphathach
2018-11-28improve non-control xfer for lpc17xxhathach
2018-11-28add Auto descriptor endpoint num config to support lpc17xxhathach
CFG_TUD_DESC_*_EPNUM
2018-11-28Merge pull request #16 from tannewt/doc_passhathach
Add a porting doc and make a pass over the others.
2018-11-27needs to be filled out. blinks thoughScott Shawcroft
2018-11-27Add a porting doc and make a pass over the others.Scott Shawcroft
Fixes #5
2018-11-27clean uphathach
2018-11-27clean uphathach
2018-11-27improve dcd control lpc17xxhathach
2018-11-27enhance dcd lpc17xx. Able to pass enumerationhathach
2018-11-26add lpc175x_6x project filehathach
2018-11-26add OPT_MODE_HIGH_SPEEDhathach
2018-11-26clean uphathach
2018-11-26clean up warningshathach
2018-11-26Merge pull request #15 from tannewt/makefilehathach
Add Makefile support for the cdc_msc_hid example
2018-11-25Update travis to build the exampleScott Shawcroft
Also remove the old failing tests so the build is passing.
2018-11-25Introduce a Makefile for the OS_NONE device exampleScott Shawcroft
It currently supports the SAMD21 and SAMD51 only. More will be added later.
2018-11-24Merge pull request #14 from tannewt/discarded_qualifiershathach
A few more updates
2018-11-23One tweak to make -Wdiscarded-qualifiers happy.Scott Shawcroft
2018-11-23Make sure OUT endpoint 0 on the SAMDs always has a valid buffer to storeScott Shawcroft
a SETUP token into.
2018-11-23Turn off interrupts when working with the event queue.Scott Shawcroft