| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-15 | Do not enable the Mode mismatch interrupt source, it is not cleared | Chris Desjardins | |
| If this interrupt ever hits it will result in an infinite interrupt loop as it is never cleared. | |||
| 2024-02-06 | Merge pull request #2442 from IngHK/hidh_mounted_fix | Ha Thach | |
| HIDh tuh_hid_mounted() returns true before process set config is completed | |||
| 2024-02-02 | Merge pull request #2454 from hathach/fix-esp-build | Ha Thach | |
| Fix esp build | |||
| 2024-02-02 | fix rmt legacy driver warning | hathach | |
| 2024-02-02 | build esp32 ci with v5.1 | hathach | |
| 2024-02-01 | Merge pull request #1928 from ↵ | HiFiPhile | |
| gschorcht/src/portable/synopsys/dwc2/fix_sof_int_handling synopsys/dwc2: fix SOF interrupt handling | |||
| 2024-02-01 | Merge branch 'master' into src/portable/synopsys/dwc2/fix_sof_int_handling | HiFiPhile | |
| 2024-02-01 | Merge pull request #2443 from mamiral/tud_vendor_mutex | HiFiPhile | |
| Update vendor_device.c fifo mutex config similar to cdc_device.c. | |||
| 2024-02-01 | Merge pull request #2445 from IngHK/ch34x_fix2444 | Ha Thach | |
| fix #2444 and other small things | |||
| 2024-01-31 | fix #2444 and other small things | IngHK | |
| 2024-01-31 | Update vendor_device.c fifo mutex config similar to cdc_device.c. | mamiral | |
| 2024-01-30 | fix tuh_hid_mounted() similar to #2437 | IngHK | |
| 2024-01-30 | Merge pull request #2438 from IngHK/cdch_mounted_fix | Ha Thach | |
| fix of #2437 CDCh tuh_cdc_mounted() returns true before process config is completed | |||
| 2024-01-30 | cdch: de-configure when closing, rename configured to mounted | hathach | |
| 2024-01-30 | Merge pull request #2428 from YixingShen/master | Ha Thach | |
| update video_capture | |||
| 2024-01-30 | revert the change in the f1 family.c since it break compile with other f1 ↵ | YixingShen | |
| that does not use UART. | |||
| 2024-01-30 | Merge pull request #2435 from hathach/enhance-uvc | Ha Thach | |
| Enhance UVC decriptors and example | |||
| 2024-01-29 | add freertos build support for video_capture example | hathach | |
| 2024-01-29 | fixed #2437 | IngHK | |
| 2024-01-29 | remove the use of descriptor template for video capture example | hathach | |
| 2024-01-26 | update example to work with iso streaming | hathach | |
| 2024-01-26 | update example to work bulk mjpeg | hathach | |
| 2024-01-26 | rename and add more video descriptors | hathach | |
| use struct to define uvc descriptor for video_capture since uvc is rather too complicated to use macro templates | |||
| 2024-01-26 | Merge branch 'master' of https://github.com/YixingShen/tinyusb | YixingShen | |
| 2024-01-26 | add "set tx_busy 1" into video_capture's video_tas for "if (tx_busy) return" | YixingShen | |
| 2024-01-26 | Merge branch 'hathach:master' into master | 沈玴興 | |
| 2024-01-26 | Revert "Merge branch 'master' of https://github.com/YixingShen/tinyusb" | YixingShen | |
| This reverts commit 611f9d948be47b96520e84773525b9b79d3c7189, reversing changes made to a7de4ac9b7a2dfb1fa44921fb0f41f249c8cdd5e. | |||
| 2024-01-26 | Merge branch 'master' of https://github.com/YixingShen/tinyusb | YixingShen | |
| 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 | |||
| 2024-01-26 | Merge pull request #2427 from hathach/setup-python@v5 | Ha Thach | |
| bump up to actions/setup-python@v5 | |||
| 2024-01-25 | bump up to actions/setup-python@v5 | hathach | |
| 2024-01-25 | Merge pull request #2426 from hathach/cleanup-uvc-example | Ha Thach | |
| house keeping uvc example | |||
| 2024-01-25 | minor update to video capture example | hathach | |
| 2024-01-24 | clean up video example for readability | hathach | |
| 2024-01-24 | Merge pull request #2424 from hathach/retry-hil-s3 | Ha Thach | |
| Retry hil s3 | |||
| 2024-01-24 | add message when flashing failed | hathach | |
| 2024-01-24 | build workflow with hil-test when test/hil changes | hathach | |
| 2024-01-24 | retry flashih a few time due to random failed by s3 | hathach | |
| 2024-01-23 | Merge pull request #2422 from ↵ | HiFiPhile | |
| kasjer/kasjer/audio_device-fix-unused-param-warning audio_device: Fix unused variable warning | |||
| 2024-01-23 | audio_device: Fix unused variable warning | Jerzy Kasenberg | |
| In some configurations local variable p_desc_parse_for_params is declared and never used resulting in warning that can be escalated to build error (for mynewt) Now variable is surrounded with same preprocessor condition as function that uses it audiod_parse_for_AS_params() | |||
| 2024-01-22 | Merge pull request #2391 from IngHK/cdc_ch34x_support | Ha Thach | |
| initial support of CH34x CDC device | |||
| 2024-01-20 | accumulated review changes | IngHK | |
| 2024-01-20 | make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34x | hathach | |
| 2024-01-19 | - add new API tuh_cdc_set_data_format() | hathach | |
| - add typedef for cdc enum | |||
| 2024-01-19 | move code around | hathach | |
| 2024-01-19 | - add ch34x_set_data_format() | hathach | |
| - add ch34x_set_line_coding() | |||
| 2024-01-19 | refactor process_internal_control_complete() | hathach | |
| 2024-01-19 | - add requested line coding to make update data format easier | hathach | |
| - change ch34x_xfer_get_itf_num() to simply 0 | |||
| 2024-01-19 | - revert the use of serial init for set line coding | hathach | |
| - update ch34x_get_lcr and ch34x_get_factor_divisor | |||
| 2024-01-17 | implemented ch34x_set_line_coding() and some code cleanup | IngHK | |
