summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-15Merge branch 'feature-kuiic' of https://github.com/nxf58843/tinyusb into ↵Greg Steiert
feature-kuiic
2021-12-15added KUIIC to supported boards listGreg Steiert
2021-12-15Update midi_test endpoints and FT9xx codeGordon McNab
2021-12-13Merge branch 'hathach:master' into feature-kuiicnxf58843
2021-12-13Merge branch 'master' of https://github.com/hathach/tinyusb into feature-kuiicGreg Steiert
2021-12-13Merge pull request #1243 from hathach/g4-nucleoHa Thach
Add G4 support
2021-12-13Merge branch 'master' of https://github.com/hathach/tinyusb into feature-kuiicGreg Steiert
2021-12-13correct wiring notehathach
2021-12-13update doc to include g4hathach
2021-12-09Merge pull request #1233 from vmilea/rp2040_bugfix/ep_closeHa Thach
Handle the closing of endpoints on RP2040
2021-12-09update g4 bsphathach
2021-12-08added support for building uf2 fileGreg Steiert
2021-12-08adding support for KUIIC boardGreg Steiert
2021-12-09Merge pull request #1221 from kasjer/kasjer/fix-nrf5x-vbus-race-conditionHa Thach
nrf5x: Fix race condition during startup
2021-12-08Correct path for using the ft90x-sdk submodule (BRTSG-FOSS / ft90x-sdk). ↵Gordon McNab
Default to ft90x-sdk instead of pre-built library.
2021-12-08Fix spelling mistakes and verify endpoint numbering.Gordon McNab
2021-12-08Revert "Merge in upstream changes"Gordon McNab
This reverts commit fa06bd01c97a3a14215ea145764c09aecaa0dd79.
2021-12-08Handle xfer events before closing EPValentin Milea
2021-12-08Merge in upstream changesGordon McNab
Merge upstream changes and expand example support to hid examples.
2021-12-08Add FT9xx to more examples which support High-SpeedGordon McNab
2021-12-08Update code to implement changes from upstream masterGordon McNab
2021-12-08Merge branch 'master' into port-ft90xGordon McNab
2021-12-08nrf5x: Fix race condition during startupJerzy 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-08Initialize MMU if we are executing from DDRYunhao Tian
2021-12-08try updating clock configure for g4 nucleo (not work yet)hathach
2021-12-07Update READMEYunhao Tian
2021-12-07Add mksunxi tool to make flashable imageYunhao Tian
2021-12-07Remove buffer reclaim logsValentin Milea
2021-12-07Merge pull request #1222 from scoudreau/swo_loggerHa Thach
Remove unused-parameter errors when LOGGER=swo
2021-12-07Merge pull request #1213 from kkitayam/add_hcd_for_msp_exp432e401yHa Thach
Add a HCD driver for MSP-EXP432E401Y
2021-12-07skip host ci for tm4c due to sram overflowhathach
2021-12-07change uart baudrate for tm4c123 to 115200hathach
2021-12-07move hcd_musb.c include to family.mkhathach
2021-12-06Support disabling feedback format correction #1234Valentin Milea
2021-12-06Fix handling of RXRDY bitYunhao Tian
2021-12-06Merge pull request #1227 from kkitayam/fix_dcd_musb_buffer_overrunHa Thach
Fix buffer overrun in dcd_musb driver
2021-12-05Change 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-05Fix a typo that leads to incorrect RX handlingYunhao Tian
2021-12-05Add FIFO size checkYunhao Tian
2021-12-05Close all EPs upon resetYunhao Tian
2021-12-05Save current EP before querying other EPsYunhao Tian
2021-12-04Handle the closing of endpoints on RP2040Valentin Milea
2021-12-04Add TODO to READMEYunhao Tian
2021-12-04Add BSP support for F1C100sYunhao Tian
2021-12-04Modify sunxi_musb codeYunhao Tian
2021-12-04Fix buffer overrun at pipe_read_packet()kkitayam
2021-12-04Fix memory overrun at pipe_read_packet()kkitayam
2021-12-03Merge branch 'master' into add_hcd_for_msp_exp432e401yHa Thach
2021-12-03Merge pull request #1225 from perigoso/doc-requirementsHa Thach
after commit: eae4132 this dependency is no longer required
2021-12-02after commit: eae4132 this dependency is no longer requiredRafael Silva
Signed-off-by: Rafael Silva <[email protected]>