summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2020-03-07Merge pull request #291 from hathach/port-samg55Ha Thach
2020-03-03Merge pull request #287 from majbthrd/usbnetHa Thach
2020-03-03update net class to follow API naming conventionPeter Lawrence
2020-03-03Merge pull request #280 from majbthrd/nuc505Ha Thach
2020-03-02add CDC-ECM/RNDIS/CDC-EEM network device class with examplePeter Lawrence
2020-02-26Add langid to examples.Chang Feng
2020-02-26Add langid to example cdc_msc.Chang Feng
2020-02-26Add langid to example cdc_dual_ports.Chang Feng
2020-02-07add Nuvoton NUC505Peter Lawrence
2020-02-07correct waklaround with only status INhathach
2020-01-17clean uphathach
2020-01-11echo to both serial at oncehathach
2020-01-11clean examplehathach
2020-01-11Merge pull request #240 from majbthrd/masterHa Thach
2020-01-10add generic flash-stlinkhathach
2020-01-01Merge pull request #257 from gsnxp/rt1010fixHa Thach
2019-12-30fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readmeGreg Steiert
2019-12-28implement multiple interfaces supportPeter Lawrence
2019-12-21Merge branch 'master' into port-samg55hathach
2019-12-09update descriptor, enhance ep in transferhathach
2019-11-26missing source file for cdc_msc to compileNoe Brun
2019-11-22rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XXhathach
2019-11-22rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XXhathach
2019-11-22config clean uphathach
2019-11-22fix segger host examplehathach
2019-11-20move -flto to board.mkhathach
2019-11-20adding support for NXP rt1064 evk board, boad test led + sw8 work.hathach
2019-11-13examples: make: specify CROSS_COMPILE for fomuSean Cross
2019-11-11added and tested nRF52833DK (pca10100)hathach
2019-11-03seperate DEBUG from LOGhathach
2019-10-28Merge pull request #202 from smunaut/dfu-rthathach
2019-10-28Add example of usage for the DFU Runtime supportSylvain Munaut
2019-10-24adding more loghathach
2019-10-18change to use nrfx uartehathach
2019-10-18change DEBUG optimization option from O0 to Oghathach
2019-10-12adding log support with uarthathach
2019-10-09Merge branch 'master' into develophathach
2019-10-04Add Spresense boardKamil Tomaszewski
2019-10-04adding lpc1549, but couldnt recieve setup packet, though setup received inter...hathach
2019-10-02Add testcase for EP0 stall recovery to USBTMC test script.Nathan Conrad
2019-09-30Merge branch 'master' into develophathach
2019-09-27Fix typo of CFG_TUD_ENDOINT0_SIZE.Nathan Conrad
2019-09-27add -Wextra for more warnings to examplehathach
2019-09-26Merge pull request #160 from pigrew/usbtmchathach
2019-09-25Remove _app from callback function names.Nathan Conrad
2019-09-25USBTMC: Minor updates to testing script.Nathan Conrad
2019-09-25Change getting the capabilities structure to a callback instead of an extern ...Nathan Conrad
2019-09-25Rename USBTMC functions.Nathan Conrad
2019-09-24Remove rhport from app code. If anything, it should be the interface_id. Assu...Nathan Conrad
2019-09-24Let application control interface latency...Nathan Conrad