| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-28 | implement multiple interfaces support | Peter Lawrence | |
| 2019-12-21 | Merge branch 'master' into port-samg55 | hathach | |
| 2019-12-09 | update descriptor, enhance ep in transfer | hathach | |
| 2019-11-26 | missing source file for cdc_msc to compile | Noe Brun | |
| 2019-11-22 | rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XX | hathach | |
| 2019-11-22 | rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XX | hathach | |
| 2019-11-22 | config clean up | hathach | |
| 2019-11-22 | fix segger host example | hathach | |
| 2019-11-20 | move -flto to board.mk | hathach | |
| current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out). | |||
| 2019-11-20 | adding support for NXP rt1064 evk board, boad test led + sw8 work. | hathach | |
| LTO is temporary disabled | |||
| 2019-11-13 | examples: make: specify CROSS_COMPILE for fomu | Sean 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-11 | added and tested nRF52833DK (pca10100) | hathach | |
| 2019-11-05 | Merge branch 'master' into cr1901-msp430f5529 | hathach | |
| 2019-11-03 | seperate DEBUG from LOG | hathach | |
| 2019-11-03 | fix travis build issue | hathach | |
| 2019-11-02 | Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529 | hathach | |
| 2019-10-29 | clean up warning, msp430 gcc 8.3 fixed the library lto issue | hathach | |
| 2019-10-28 | Merge pull request #202 from smunaut/dfu-rt | hathach | |
| Add support for DFU Runtime class for devices | |||
| 2019-10-28 | Add example of usage for the DFU Runtime support | Sylvain Munaut | |
| Signed-off-by: Sylvain Munaut <[email protected]> | |||
| 2019-10-25 | Merge branch 'master' into cr1901-msp430f5529 | hathach | |
| 2019-10-24 | adding more log | hathach | |
| 2019-10-18 | change to use nrfx uarte | hathach | |
| 2019-10-18 | change DEBUG optimization option from O0 to Og | hathach | |
| add uart write to board test example | |||
| 2019-10-12 | adding log support with uart | hathach | |
| started with pca10056 | |||
| 2019-10-09 | Merge branch 'master' into develop | hathach | |
| 2019-10-04 | Add Spresense board | Kamil Tomaszewski | |
| 2019-10-04 | examples: Fix #ifndef guard for CFG_TUD_ENDPOINT0_SIZE. | William D. Jones | |
| 2019-10-04 | adding lpc1549, but couldnt recieve setup packet, though setup received ↵ | hathach | |
| interrupt is triggered | |||
| 2019-10-02 | Merge remote-tracking branch 'origin' into msp430f5529 | William D. Jones | |
| 2019-10-02 | Add testcase for EP0 stall recovery to USBTMC test script. | Nathan Conrad | |
| 2019-09-30 | Merge branch 'master' into develop | hathach | |
| 2019-09-27 | Fix typo of CFG_TUD_ENDOINT0_SIZE. | Nathan Conrad | |
| 2019-09-27 | Fix typo of CFG_TUD_ENDOINT0_SIZE. | Nathan Conrad | |
| 2019-09-27 | add -Wextra for more warnings to example | hathach | |
| non-stack warning (probably mcu driver) should be suppressed in the board.mk | |||
| 2019-09-26 | Merge pull request #160 from pigrew/usbtmc | hathach | |
| Add usbtmc class driver (READY FOR TESTING) | |||
| 2019-09-25 | Remove _app from callback function names. | Nathan Conrad | |
| 2019-09-25 | USBTMC: Minor updates to testing script. | Nathan Conrad | |
| 2019-09-25 | Change getting the capabilities structure to a callback instead of an extern ↵ | Nathan Conrad | |
| struct. | |||
| 2019-09-25 | Rename USBTMC functions. | Nathan Conrad | |
| 2019-09-24 | Remove rhport from app code. If anything, it should be the interface_id. ↵ | Nathan Conrad | |
| Assume a single interface, for now. | |||
| 2019-09-24 | Let application control interface latency... | Nathan Conrad | |
| 2019-09-23 | examples: Allow user to override EP0 size. | William D. Jones | |
| 2019-09-23 | examples: Allow user to override EP0 size. | William D. Jones | |
| 2019-09-21 | Lots of updates (especially error handling) | Nathan Conrad | |
| 2019-09-21 | Merge branch 'master' into usbtmc | Nathan Conrad | |
| 2019-09-20 | added stm32 L0 support | hathach | |
| close #125 | |||
| 2019-09-20 | added stm32L0538 discovery board, board test exmaple works | hathach | |
| 2019-09-19 | Rename functions to include tud_ and _cb | Nathan Conrad | |
| 2019-09-19 | Rename USBTMC_CFG_ENABLE_488, and fix build with it off. | Nathan Conrad | |
| 2019-09-19 | Move descriptors to usbd.h | Nathan Conrad | |
