summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)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
current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out).
2019-11-20adding support for NXP rt1064 evk board, boad test led + sw8 work.hathach
LTO is temporary disabled
2019-11-13examples: make: specify CROSS_COMPILE for fomuSean Cross
When BOARD=fomu, use the riscv cross-compiler. Otherwise, use the default arm compiler. This can be overridden by passing CROSS_COMIPLE on the command line. Note that there are now three common risc-v prefixes: - riscv32-unknown-elf- : Common for users who compile their own - riscv64-unknown-elf- : Upstream multiarch toolchain from SiFive - riscv-none-embed- : xPack embedded version of SiFive toolchain Here we assume users are using the `riscv-none-embed-` toolchain from xPack, because it appears to be growing more common. Additionally, there is much confusion surrounding `riscv64-unknown-elf-`, which actually includes both 32- and 64-bit runtimes and can generate software for both. Signed-off-by: Sean Cross <[email protected]>
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
Add support for DFU Runtime class for devices
2019-10-28Add example of usage for the DFU Runtime supportSylvain Munaut
Signed-off-by: Sylvain Munaut <[email protected]>
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
add uart write to board test example
2019-10-12adding log support with uarthathach
started with pca10056
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 ↵hathach
interrupt is triggered
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
non-stack warning (probably mcu driver) should be suppressed in the board.mk
2019-09-26Merge pull request #160 from pigrew/usbtmchathach
Add usbtmc class driver (READY FOR TESTING)
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
struct.
2019-09-25Rename USBTMC functions.Nathan Conrad
2019-09-24Remove rhport from app code. If anything, it should be the interface_id. ↵Nathan Conrad
Assume a single interface, for now.
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
close #125
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