| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-15 | Merge branch 'feature-kuiic' of https://github.com/nxf58843/tinyusb into ↵ | Greg Steiert | |
| feature-kuiic | |||
| 2021-12-15 | added KUIIC to supported boards list | Greg Steiert | |
| 2021-12-15 | Update midi_test endpoints and FT9xx code | Gordon McNab | |
| 2021-12-13 | Merge branch 'hathach:master' into feature-kuiic | nxf58843 | |
| 2021-12-13 | Merge branch 'master' of https://github.com/hathach/tinyusb into feature-kuiic | Greg Steiert | |
| 2021-12-13 | Merge pull request #1243 from hathach/g4-nucleo | Ha Thach | |
| Add G4 support | |||
| 2021-12-13 | Merge branch 'master' of https://github.com/hathach/tinyusb into feature-kuiic | Greg Steiert | |
| 2021-12-13 | correct wiring note | hathach | |
| 2021-12-13 | update doc to include g4 | hathach | |
| 2021-12-09 | Merge pull request #1233 from vmilea/rp2040_bugfix/ep_close | Ha Thach | |
| Handle the closing of endpoints on RP2040 | |||
| 2021-12-09 | update g4 bsp | hathach | |
| 2021-12-08 | added support for building uf2 file | Greg Steiert | |
| 2021-12-08 | adding support for KUIIC board | Greg Steiert | |
| 2021-12-09 | Merge pull request #1221 from kasjer/kasjer/fix-nrf5x-vbus-race-condition | Ha Thach | |
| nrf5x: Fix race condition during startup | |||
| 2021-12-08 | Correct path for using the ft90x-sdk submodule (BRTSG-FOSS / ft90x-sdk). ↵ | Gordon McNab | |
| Default to ft90x-sdk instead of pre-built library. | |||
| 2021-12-08 | Fix spelling mistakes and verify endpoint numbering. | Gordon McNab | |
| 2021-12-08 | Revert "Merge in upstream changes" | Gordon McNab | |
| This reverts commit fa06bd01c97a3a14215ea145764c09aecaa0dd79. | |||
| 2021-12-08 | Handle xfer events before closing EP | Valentin Milea | |
| 2021-12-08 | Merge in upstream changes | Gordon McNab | |
| Merge upstream changes and expand example support to hid examples. | |||
| 2021-12-08 | Add FT9xx to more examples which support High-Speed | Gordon McNab | |
| 2021-12-08 | Update code to implement changes from upstream master | Gordon McNab | |
| 2021-12-08 | Merge branch 'master' into port-ft90x | Gordon McNab | |
| 2021-12-08 | nrf5x: Fix race condition during startup | Jerzy Kasenberg | |
| When NRF5x device is reset by software (after DFU for example), power event is ready from the beginning. When power interrupt is triggered before tud_init() finished USBD_IRQn is enabled before it would be enabled in tud_init(). This in turn may result in BUS RESET event being sent from USB interrupt to USB task when queue is not initialized yet. This scenario often happens in Mynewt build where queue creation takes more time. To prevent this scenario USBD_IRQn is not enabled in power event interrupt handler before dcd_init() was called. | |||
| 2021-12-08 | Initialize MMU if we are executing from DDR | Yunhao Tian | |
| 2021-12-08 | try updating clock configure for g4 nucleo (not work yet) | hathach | |
| 2021-12-07 | Update README | Yunhao Tian | |
| 2021-12-07 | Add mksunxi tool to make flashable image | Yunhao Tian | |
| 2021-12-07 | Remove buffer reclaim logs | Valentin Milea | |
| 2021-12-07 | Merge pull request #1222 from scoudreau/swo_logger | Ha Thach | |
| Remove unused-parameter errors when LOGGER=swo | |||
| 2021-12-07 | Merge pull request #1213 from kkitayam/add_hcd_for_msp_exp432e401y | Ha Thach | |
| Add a HCD driver for MSP-EXP432E401Y | |||
| 2021-12-07 | skip host ci for tm4c due to sram overflow | hathach | |
| 2021-12-07 | change uart baudrate for tm4c123 to 115200 | hathach | |
| 2021-12-07 | move hcd_musb.c include to family.mk | hathach | |
| 2021-12-06 | Support disabling feedback format correction #1234 | Valentin Milea | |
| 2021-12-06 | Fix handling of RXRDY bit | Yunhao Tian | |
| 2021-12-06 | Merge pull request #1227 from kkitayam/fix_dcd_musb_buffer_overrun | Ha Thach | |
| Fix buffer overrun in dcd_musb driver | |||
| 2021-12-05 | Change FIFO size to 4KB (not sure) | Yunhao Tian | |
| The datasheet says 2KB FIFO, but accroding to many code examples, the F1C100s has at least 4KB of FIFO memory. This is working with cdc_msc example, but I'm not sure, this should be checked. | |||
| 2021-12-05 | Fix a typo that leads to incorrect RX handling | Yunhao Tian | |
| 2021-12-05 | Add FIFO size check | Yunhao Tian | |
| 2021-12-05 | Close all EPs upon reset | Yunhao Tian | |
| 2021-12-05 | Save current EP before querying other EPs | Yunhao Tian | |
| 2021-12-04 | Handle the closing of endpoints on RP2040 | Valentin Milea | |
| 2021-12-04 | Add TODO to README | Yunhao Tian | |
| 2021-12-04 | Add BSP support for F1C100s | Yunhao Tian | |
| 2021-12-04 | Modify sunxi_musb code | Yunhao Tian | |
| 2021-12-04 | Fix buffer overrun at pipe_read_packet() | kkitayam | |
| 2021-12-04 | Fix memory overrun at pipe_read_packet() | kkitayam | |
| 2021-12-03 | Merge branch 'master' into add_hcd_for_msp_exp432e401y | Ha Thach | |
| 2021-12-03 | Merge pull request #1225 from perigoso/doc-requirements | Ha Thach | |
| after commit: eae4132 this dependency is no longer required | |||
| 2021-12-02 | after commit: eae4132 this dependency is no longer required | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
