| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-26 | Correct VIDEO_CS_VS_INTERFACE_FRAME_MJPEG to VIDEO_CS_ITF_VS_FRAME_MJPEG for ↵ | YixingShen | |
| #define TUD_VIDEO_DESC_CS_VS_FRM_MJPEG_DISC | |||
| 2023-12-28 | Merge branch 'hathach:master' into master | 沈玴興 | |
| 2023-12-28 | add __ARM_ARCH_8_1M_MAIN__ for M55 | YixingShen | |
| 2023-12-26 | allow rp2040 to use max3421e as host controller | hathach | |
| - fix warnings build hcd max3421 with rp2040 - add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1 will enable this - add max3421 driver implementation for rp2040 family - update tusb_config for host to allow easy enable host selection for rp2040 (default/pio-usb/max3421) | |||
| 2023-12-21 | dcd_nrf5x: Fix dcd_edpt_open for iso endpoint | Jerzy Kasenberg | |
| When ISO endpoint handling was introduced two lines that clear stall and data toggle bit were left unchanged and they were effective for ISO enadpoint as well. This is incorrect behavior since EPSTALL and DTOGGLE registers have only 3 bits for address. Leaving code that clears toggle bit results in endpoint 0 toggle bit being reset when iso endpoint (8) is opened. Now code that clears stall and toggle bit is applied to non-iso endpoint only as it was done before iso handling was introduced. | |||
| 2023-12-15 | Merge branch 'master' into h5 | hathach | |
| 2023-12-13 | Fix CI & typo. | HiFiPhile | |
| 2023-12-13 | try to add samd51 to hil pool using doublereset (rpi gpio) and bossac | hathach | |
| 2023-12-12 | Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation ↵ | henneboi | |
| Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0) | |||
| 2023-12-12 | Merge pull request #2368 from LarssonOliver/master | Ha Thach | |
| Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.h | |||
| 2023-12-12 | Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.h | Oliver Larsson | |
| 2023-12-12 | Merge pull request #2347 from IngHK/HostLogsFixes | Ha Thach | |
| fixed compile errors due to untreated CFG_TUH_LOG_LEVEL | |||
| 2023-12-11 | Merge pull request #2296 from LarssonOliver/master | Ha Thach | |
| Allow external definition of TU_CP210X_PID_LIST | |||
| 2023-12-10 | Add comment to explain why the condition changes | Ángel Molina Núñez | |
| 2023-12-09 | Fix strict-overflow warning when compiling with gcc >= 12 | Angel Molina | |
| 2023-12-08 | improved CFG_TUSB_DEBUG handling due to compile errors | IngHK | |
| 2023-12-08 | Merge remote-tracking branch 'remotes/hathach/master' into HostLogsFixes | IngHK | |
| 2023-11-29 | Merge pull request #2346 from IngHK/LogLineEnds | Ha Thach | |
| made log line end consistent \r\n | |||
| 2023-11-25 | Add configuration option CFG_TUH_CDC_CP210X_PID_LIST to tusb_option.h | Oliver Larsson | |
| 2023-11-24 | fixed compile errors due to untreated CFG_TUH_LOG_LEVEL | IngHK | |
| 2023-11-24 | made log line end consistent \r\n | IngHK | |
| 2023-11-24 | update release version | hathach | |
| 2023-11-24 | minor doc | hathach | |
| 2023-11-24 | Merge pull request #2340 from hathach/hid-set-protocol-pr | Ha Thach | |
| Hid set protocol pr | |||
| 2023-11-24 | Merge pull request #2303 from projectgus/feature/isr_event_hook | Ha Thach | |
| Add optional hooks for DCD and HCD events | |||
| 2023-11-24 | minor update | hathach | |
| 2023-11-24 | add tuh_hid_set_default_protocol() to set default USB host HID protocol | Xudong Zheng | |
| 2023-11-24 | add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb() | hathach | |
| 2023-11-24 | Merge branch 'master' into feature/isr_event_hook | hathach | |
| 2023-11-24 | rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT ↵ | hathach | |
| to tusb_option.h and mandatory for BTH driver | |||
| 2023-11-24 | Merge branch 'master' into bth | hathach | |
| 2023-11-24 | Merge branch 'master' into feature/ch32f20x | Ha Thach | |
| 2023-11-23 | minor-update | hathach | |
| 2023-11-23 | Add optional hooks for DCD and HCD events | Angus Gratton | |
| These are intended to allow bare metal platforms with one-shot scheduling capabilities to schedule the TinyUSB task handlers whenever they know there is work for them to do. Signed-off-by: Angus Gratton <[email protected]> | |||
| 2023-11-22 | fix h7 running on fullspeed phy has issue with WFI if not disable ULPI clock | hathach | |
| 2023-11-22 | add spec version to dwc2 info | hathach | |
| 2023-11-22 | fix typo in cdc line coding enum | hathach | |
| 2023-11-20 | add tuh_max3421_reg_read(), tuh_max3421_reg_read() for application usage | hathach | |
| added max3241 for feather m4 and tested | |||
| 2023-11-19 | Fix CI | HiFiPhile | |
| 2023-11-19 | Add dwc2 info of F429. | HiFiPhile | |
| 2023-11-07 | Add historical EP compatibility to bth class | Antonio Vázquez Blanco | |
| 2023-11-03 | fix -Werror=null-dereference warning | hathach | |
| 2023-11-03 | fix race condition when dev0 is removed while enumerating | hathach | |
| 2023-11-02 | skip tuh_max3421_spi_cs_api() in hcd_init() | hathach | |
| only call tuh_max3421_spi_cs_api() in SPI start/end transfer since Arduino port use this to call begin/endTransaction() | |||
| 2023-11-01 | remove legacy driver st/synopsys | hathach | |
| 2023-10-31 | Merge pull request #2300 from hathach/add-u5a5 | Ha Thach | |
| Add support for stm32u5a5 (highspeed with built-in femtoPHY) | |||
| 2023-10-31 | dwc2 flush tx,rx fifo in dcd_init() | hathach | |
| 2023-10-31 | usb on u5a5 hs work well with correct VBVALEXTOEN/VBVALOVAL set | hathach | |
| 2023-10-31 | minor clean up | hathach | |
| 2023-10-30 | minor space format dwc2 driver | hathach | |
