summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Collapse)Author
2018-12-03correct memory placement for lpc13. CDC work wellhathach
2018-12-02lpc11u use USBSRAM, able to response with 1st requesthathach
2018-12-01fix lpc11u68 bsp issue, able to blinkhathach
2018-12-01able to build lpc11u68hathach
2018-12-01add lpc11u68 ses filehathach
2018-11-30lpc13xx build ok (not work) with lpcopenhathach
2018-11-30adding ses lpc13xxhathach
2018-11-30remove obsolete examplehathach
2018-11-30rename OPT_MCU_LPC13UXX to OPT_MCU_LPC13XXhathach
2018-11-29added & tested lpc17xx freertos device examplehathach
- add USB priority check for freeRTOS config
2018-11-29update segger projecthathach
2018-11-29clean uphathach
2018-11-28add Auto descriptor endpoint num config to support lpc17xxhathach
CFG_TUD_DESC_*_EPNUM
2018-11-27needs to be filled out. blinks thoughScott Shawcroft
2018-11-27clean uphathach
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-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-22cdc work ok with lpc43xxhathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-11-22build okhathach
2018-11-22adding lpc43xx to seshathach
2018-11-22msc device block count and block numhathach
- replace CFG_TUD_MSC_BLOCK_NUM & CFG_TUD_MSC_BLOCK_SZ by tud_msc_capacity_cb() (mandatory callback)
2018-11-22clean up msc examplehathach
2018-11-22msc works well with samd51hathach
2018-11-22rename freertos examplehathach
2018-11-22rename example projecthathach
2018-11-22refractor device composite freertos seshathach
2018-11-22refractor device composite examplehathach
2018-11-21samd21 work well with cdchathach
2018-11-21fix ses irq vectorhathach
2018-11-21samd21 has usb traffichathach
2018-11-21move metro m4 clock init to boardhathach
2018-11-20able to build and blink with metro m0hathach
2018-11-20adding samd21 metro m0 supporthathach
2018-11-20clean uphathach
2018-11-20use correct samd51 startuphathach
able to carry some usb transfer
2018-11-20samd51 metro m4 add init_mcu() and usb inithathach
- device regconized on bus but doesnt response with setup packet. - temp disable msc
2018-11-17clean uphathach
2018-11-17samd51 project updatehathach
2018-11-17pass mcu option from compilerhathach
2018-11-14change osal_queue_receive() signaturehathach
- fix build issue with freertos
2018-11-14update example for PR. correct share_control definitionhathach
- rename dcd,hal to dcd_samd51, hal_samd51 since some IDE has issue with duplicated names (e.g keil, ses).
2018-11-14able to blink led on metro m4hathach
2018-11-14add sand51 project to seshathach
2018-11-14update generic example ses projecthathach
2018-11-14added ses solutionhathach