summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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-05Merge branch 'master' into cr1901-msp430f5529hathach
2019-11-03seperate DEBUG from LOGhathach
2019-11-03fix travis build issuehathach
2019-11-02Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529hathach
2019-10-29clean up warning, msp430 gcc 8.3 fixed the library lto issuehathach
2019-10-28Merge pull request #202 from smunaut/dfu-rthathach
2019-10-28Add example of usage for the DFU Runtime supportSylvain Munaut
2019-10-25Merge branch 'master' into cr1901-msp430f5529hathach
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-04examples: Fix #ifndef guard for CFG_TUD_ENDPOINT0_SIZE.William D. Jones
2019-10-04adding lpc1549, but couldnt recieve setup packet, though setup received inter...hathach
2019-10-02Merge remote-tracking branch 'origin' into msp430f5529William D. Jones
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-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
2019-09-23examples: Allow user to override EP0 size.William D. Jones
2019-09-23examples: Allow user to override EP0 size.William D. Jones
2019-09-21Lots of updates (especially error handling)Nathan Conrad
2019-09-21Merge branch 'master' into usbtmcNathan Conrad
2019-09-20added stm32 L0 supporthathach
2019-09-20added stm32L0538 discovery board, board test exmaple workshathach
2019-09-19Rename functions to include tud_ and _cbNathan Conrad
2019-09-19Rename USBTMC_CFG_ENABLE_488, and fix build with it off.Nathan Conrad
2019-09-19Move descriptors to usbd.hNathan Conrad