| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-17 | fix HID_REPORT_ID_N() | hathach | |
| 2022-02-15 | Merge pull request #1327 from hathach/msc-request-sense | Ha Thach | |
| Add msc request sense callback | |||
| 2022-02-15 | minor rename set sense function | hathach | |
| 2022-02-15 | msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported command | hathach | |
| LUN1 of msc_disk_dual will be set to not ready to simulate medium not present (e.g SD card removed) | |||
| 2022-02-15 | Merge pull request #1318 from JayToltTech/master | Ha Thach | |
| Nit spelling correction | |||
| 2022-02-15 | Merge pull request #1322 from ZenithalHourlyRate/ZenithalHourlyRate-readme-typo | Ha Thach | |
| readme: fix typo | |||
| 2022-02-14 | add tud_msc_request_sense_cb() as weak callback | hathach | |
| set default error sense to NOT READY, Medium not present | |||
| 2022-02-10 | readme: fix typo | Zenithal | |
| 2022-02-09 | Nit spelling correction | Jay Beavers | |
| 2022-02-09 | Merge pull request #1304 from kkitayam/add_hcd_for_frdm_kl25z | Ha Thach | |
| Add hcd driver for frdm kl25z | |||
| 2022-02-02 | Merge pull request #1291 from kasjer/kasjer/da1469x-fix-resume | Ha Thach | |
| da1469x: fix resume | |||
| 2022-02-01 | Merge pull request #1305 from Ryzee119/patch-1 | Ha Thach | |
| OHCI: Fix array out of bounds issue | |||
| 2022-02-01 | Merge pull request #1303 from mysterywolf/master | Ha Thach | |
| add rt-thread's tinyusb repo address | |||
| 2022-01-28 | OHCI: Fix array out of bounds issue | Ryzee119 | |
| If using a USB hub, a request outside the array size can occur Original line: https://github.com/hathach/tinyusb/blob/ffb257ac17f162bc5a4c26596d7a1e954db98aa5/src/portable/ohci/ohci.h#L162 It can happen in a few places but one such example is here: https://github.com/hathach/tinyusb/blob/ffb257ac17f162bc5a4c26596d7a1e954db98aa5/src/portable/ohci/ohci.c#L460 ie. if HUB address is 5, this would be an array index out of bounds on control endpoints as `CFG_TUH_DEVICE_MAX+1` is only 5. This fix just includes num of hubs in the reserve array size. Fixing locally fixed this issue. | |||
| 2022-01-28 | Add a partial support mark to KL25 | kkitayam | |
| 2022-01-27 | Fix handling for pending transfers | kkitayam | |
| 2022-01-27 | Add hcd into source list | kkitayam | |
| 2022-01-27 | Change hcd_edpt_xfer to send at the next SOF | kkitayam | |
| 2022-01-27 | Add handling for NAK response | kkitayam | |
| 2022-01-27 | Fix handling control transfer | kkitayam | |
| 2022-01-27 | Add HCD functions for KL25Z | kkitayam | |
| 2022-01-26 | add rt-thread's tinyusb repo address | Man, Jianting (Meco) | |
| 2022-01-26 | Merge pull request #1301 from hathach/fix-mynewt-sunxi | Ha Thach | |
| fix mynewt build sunxi | |||
| 2022-01-26 | fix mynewt build sunxi | hathach | |
| 2022-01-26 | Merge pull request #1220 from t123yh/master | Ha Thach | |
| Add support for Allwinner F1C100s family | |||
| 2022-01-25 | Merge branch 'master' into master | Ha Thach | |
| 2022-01-20 | dcd_da1469x: Re-enable RX after resume | Jerzy Kasenberg | |
| Going to suspend states disable reception on non-0 RX endpoints. Now when USB resume condition is detected, all RX endpoints with pending transfers are resumed. | |||
| 2022-01-20 | dcd_da1469x: Fix over-run/under-run mask | Jerzy Kasenberg | |
| Bit mask enabling/disabling over-run/unde-run was shifted by one nibble, so interrupt was never enabled. It did not force any issue as this situation could only happen on ISO endpoints without DMA. | |||
| 2022-01-19 | Merge pull request #1288 from hathach/rx-host-example-ci | Ha Thach | |
| enable ci build for RX65X host example | |||
| 2022-01-19 | enable ci build for RX65X host example | hathach | |
| update comment for unit not ready 3a-00 additional sense | |||
| 2022-01-19 | Merge pull request #1265 from kkitayam/add_hcd_for_renesas_rx | Ha Thach | |
| Add HCD driver for Renesas RX | |||
| 2022-01-19 | Merge pull request #1287 from alisitsyn/bugfix/fix_idfgh6508 | Ha Thach | |
| fix idfgh-6508: return type in tu_fifo_peek_n() | |||
| 2022-01-19 | fix idfgh-6508: return type in tu_fifo_peek_n() | ||
| https://github.com/espressif/esp-idf/issues/8161 | |||
| 2022-01-19 | Merge pull request #1286 from hathach/fix-fifo-mutex-when-full | Ha Thach | |
| fix locked mutex when fifo is full | |||
| 2022-01-19 | Merge pull request #1279 from kasjer/kasjer/nrf5x-int-race | Ha Thach | |
| nrf5x: Fix EP OUT race conditions | |||
| 2022-01-19 | fix locked mutex when fifo is full | hathach | |
| 2022-01-19 | Merge pull request #1283 from kasjer/kasjer/olimex-pic32-board-fixes | Ha Thach | |
| olimex pic32 board fixes | |||
| 2022-01-18 | Merge pull request #1274 from kasjer/kasjer/nrf5x-request-clock-in-mynewt | Ha Thach | |
| nrf5x: Request HFXO via OS | |||
| 2022-01-18 | nrf5x: Request HFXO via OS | Jerzy Kasenberg | |
| Mynewt (similar to Soft Device) has its own reference counting for HFXO oscillator. So far TinyUSB requested HFXO when VBUS was detected and stopped when VBUS was removed. But with Mynewt running HFXO can be stopped when other interested parties don't require HFXO anymore. This results in very difficult to track USB transmission errors. This change enables Mynewt specific HFXO management in Soft Device fashion. | |||
| 2022-01-17 | pic32/olimex boards: Fix active state of button | Jerzy Kasenberg | |
| Buttons for olimex_emz64 and olimex_hmz144 should be set to active low in board configuration. | |||
| 2022-01-17 | pic32mz: Fix remote_wakeup without OS | Jerzy Kasenberg | |
| Remote wakeup requires 10ms of delay when RESUME bit is toggled. It was covered for OS build. For non-OS build simple delay based on board_millis() is used to wait required amount of time. Without this remote wakup may not work. | |||
| 2022-01-17 | Merge pull request #1276 from kkitayam/fix_video_capture_frame_interval | Ha Thach | |
| Fix video_capture example fails enumeration when 8FPS | |||
| 2022-01-17 | Merge pull request #1284 from kasjer/kasjer/ft9xx-mynewt | Ha Thach | |
| ft9xx: Fix Mynewt build | |||
| 2022-01-17 | ft9xx: Fix Mynewt build | Jerzy Kasenberg | |
| Includes were moved few lines down to restore build with Mynewt build system. | |||
| 2022-01-17 | Merge pull request #1277 from liamfraser/fix-cmake-skip | Ha Thach | |
| Fix family_support.cmake to use new skip.txt and only.txt files | |||
| 2022-01-17 | Merge pull request #1238 from ftdigdm/port-ft90x | Ha Thach | |
| Port ft90x | |||
| 2022-01-17 | Merge pull request #1269 from mysterywolf/master | Ha Thach | |
| [rt-thread] add rt-thread os in readme | |||
| 2022-01-17 | Merge branch 'master' into port-ft90x | Ha Thach | |
| 2022-01-17 | correct link in rst | hathach | |
| 2022-01-16 | Merge pull request #1270 from kasjer/kasjer/pic32mz | Ha Thach | |
| Driver for Microchip PIC32MZ family | |||
