| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-29 | Fix transfers issues with FT9xx | Gordon McNab | |
| Correct USB FIFO use for setup data phases (OUT transfers). We cannot stop traffic on the control endpoint so we set a flag and pull data from host when tinyUSB requests it from the USB FIFO. Extend this for all endpoints although currently not required. Rename all instances of ft90x which can apply to ft93x as ft9xx. Add support for the cdc_dual_ports example for ft9xx. Add LED pin definition for board LED in a simple to access place on the Bridgetek MM900EVx boards. | |||
| 2022-11-28 | Fix issue with the CDC SetLineCoding request | Gordon McNab | |
| The SetLineCoding would fail as host would send the SETUP OUT phase before tinyUSB had setup a transaction for it. ft9xx port would ignore the transfer since there was no valid transaction setup for it. One SETUP data phase packet is cached now. | |||
| 2022-11-24 | Update to v2.6.0 library | Gordon McNab | |
| 2022-11-23 | Merge pull request #1750 from hathach/rework-host-msc-complete-callback | Ha Thach | |
| Rework host msc complete callback | |||
| 2022-11-23 | rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_t | hathach | |
| add user arg to all scsi command API that support complete callback | |||
| 2022-11-23 | allow all host examples to use pico-pio-usb for rp2040 | hathach | |
| 2022-11-21 | Merge pull request #1746 from hathach/host-msc-example | Ha Thach | |
| Add host msc explorer example | |||
| 2022-11-21 | add board_getchar() for non-blocking getchar() | hathach | |
| 2022-11-21 | host msc example work well with rp2040 pio-usb | hathach | |
| 2022-11-21 | suppress fatfs cast-qual | hathach | |
| 2022-11-21 | house keeping | hathach | |
| 2022-11-21 | whitespace | hathach | |
| 2022-11-21 | add pwd | hathach | |
| 2022-11-21 | implement rm command | hathach | |
| 2022-11-21 | fix build with rp2040 and rx65 | hathach | |
| 2022-11-20 | implement cp command | hathach | |
| 2022-11-19 | add mv command | hathach | |
| 2022-11-19 | add mkdir | hathach | |
| 2022-11-19 | implement cat command | hathach | |
| 2022-11-19 | add cd command | hathach | |
| 2022-11-19 | msc explorer ls work great | hathach | |
| 2022-11-18 | update uart read for lpc18/43 for testing | hathach | |
| 2022-11-18 | Merge pull request #1712 from kripton/fixDhserver | Ha Thach | |
| dhserver: Support DHCP clients that don't send the MESSAGETYPE as first option | |||
| 2022-11-18 | add msc file explorer example | hathach | |
| - add lib/fatfs version 15 - add lib/embedded-cli | |||
| 2022-11-16 | Merge pull request #1738 from kaysievers/midi-port-names | Ha Thach | |
| MIDI: support port name strings | |||
| 2022-11-16 | Merge pull request #1740 from hathach/add-HiFiPhile-selfhost | Ha Thach | |
| Add hifiphile self-hosted | |||
| 2022-11-16 | more ci warnings | hathach | |
| 2022-11-16 | fix other ci warnings | hathach | |
| 2022-11-16 | disable orphan board workflow and minor update to pi4 workflow | hathach | |
| 2022-11-16 | only print flash output if failed | hathach | |
| 2022-11-16 | skip usb msc test | hathach | |
| 2022-11-15 | more flash script | hathach | |
| 2022-11-15 | more test | hathach | |
| 2022-11-15 | correct flash.sh creation | hathach | |
| 2022-11-15 | update yml | hathach | |
| 2022-11-15 | try running HiFiPhile self-host with stm32l412nucleo | hathach | |
| 2022-11-15 | Merge pull request #1727 from HiFiPhile/bsp_412 | Ha Thach | |
| Add support for STM32L412. | |||
| 2022-11-11 | MIDI: support port name strings | Kay Sievers | |
| This allows to set custom descriptive names for virtual MIDI ports/cables. A MIDI port offers different functionality on the same physical USB device. The names make it easier to distinguish one from the other. | |||
| 2022-11-08 | Fix FREERTOS USB IRQ priority. | Mengsk | |
| 2022-11-07 | Fix DCD build. | Mengsk | |
| 2022-11-07 | Merge branch 'master' of https://github.com/hathach/tinyusb into bsp_412 | Mengsk | |
| 2022-11-07 | Add support for STM32L412. | Mengsk | |
| 2022-11-07 | Merge pull request #1718 from hfegran/efm32_freertos_port_fix | Ha Thach | |
| Fixed wrong FreeRTOS port for EFM32GG12 | |||
| 2022-11-07 | Merge pull request #1724 from hathach/add-self-host | Ha Thach | |
| Add self host | |||
| 2022-11-06 | final clean up | hathach | |
| 2022-11-06 | remove trigger hardware step | hathach | |
| 2022-11-06 | move test_hardware into build_arm | hathach | |
| 2022-11-06 | use gh cli instead of action for workflow dispatch | hathach | |
| 2022-11-06 | Merge pull request #1723 from hathach/fix-rp2040-minor | Ha Thach | |
| Fix rp2040 minor | |||
| 2022-11-06 | bump up setup python action to v4 | hathach | |
