| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-27 | Fix CI. | HiFiPhile | |
| 2024-04-27 | Update .gitignore. | HiFiPhile | |
| 2024-04-27 | Buffer int msg to ensure alignment and placement correctness. | HiFiPhile | |
| 2024-04-27 | bulk_in: copy buffer to ensure alignment correctness. | HiFiPhile | |
| 2024-03-15 | [usbtmc] cast to uintptr_t to get rid of const for usbd_edpt_xfer. | Tommie Gannert | |
| 2024-02-26 | add notification support for device class USBTMC. | Tommie Gannert | |
| The ep_int_in is already used for responding to USB488 READ_STATUS_BYTE requests, but that EP is defined for all of USBTMC. This extends the functionality to let callers send notifications and receive ACKs. | |||
| 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 | |
| 2024-01-17 | more clean up | hathach | |
| 2024-01-16 | change code style and code cleanup | IngHK | |
| 2024-01-16 | change code style | hathach | |
| 2024-01-16 | merge and cherry pick changes | hathach | |
| 2024-01-16 | fix number of endpoint for ch340x, also open notification even not used for now | hathach | |
| 2024-01-16 | Merge branch 'cdc_ch34x_support' of https://github.com/IngHK/tinyusb into ↵ | IngHK | |
| cdc_ch34x_support | |||
| 2024-01-16 | CDCh host: further work on CH340/CH341 support | IngHK | |
| 2024-01-16 | Merge remote-tracking branch 'remotes/hathach/master' into cdc_ch34x_support | IngHK | |
| 2024-01-16 | move open() ad vid_pid_list into serial driver struct | hathach | |
| 2024-01-16 | Merge branch 'master' into cdc_ch34x_support | hathach | |
| # Conflicts: # src/class/cdc/cdc_host.c | |||
| 2024-01-16 | Merge pull request #2417 from hathach/serialhost-change-ftdi-cp210x-pid-list | Ha Thach | |
| change serila host FTDI/CP210X pid list to vid/pid list | |||
| 2024-01-16 | change CFG_TUH_CDC_FTDI/CP210X_PID_LIST to ↵ | hathach | |
| CFG_TUH_CDC_FTDI/CP210X_VID_PID_LIST which contains both vid and pid. | |||
| 2024-01-15 | fix conflict of BIT() macro | hathach | |
| 2024-01-15 | fix sign-conversion warning | hathach | |
| 2024-01-15 | change code style | hathach | |
| 2024-01-15 | Merge branch 'master' into cdc_ch34x_support | hathach | |
| 2024-01-12 | Merge pull request #2401 from Ryzee119/ohci_more_dev | Ha Thach | |
| [OHCI] Allow more than 16 devices | |||
| 2024-01-12 | Merge pull request #2412 from hathach/change-weak-event-hook-style | Ha Thach | |
| change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation | |||
| 2024-01-12 | style changes | hathach | |
| 2024-01-12 | - change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation | hathach | |
| - change code style | |||
| 2024-01-12 | Merge pull request #2239 from XelaRellum/bugfix_stm32_fsdev_keil | Ha Thach | |
| Fixes #1018 the weak dcd_edpt0_status_complete for Keil Compiler | |||
| 2024-01-12 | Merge pull request #2402 from Okarss/master | Ha Thach | |
| [STM32 FSDEV] Fix ISR race conditions | |||
| 2024-01-11 | [STM32 FSDEV] Align names for consistency | Okarss | |
| 2024-01-12 | Merge pull request #2382 from YixingShen/master | Ha Thach | |
| fixed device/video_capture/src/images.h,main.c CFG_EXAMPLE_VIDEO_DISA… | |||
| 2024-01-11 | fix build with f1 without uart | hathach | |
| 2024-01-11 | Merge pull request #2411 from IngHK/cdch_vendor_class | Ha Thach | |
| [cdch] replaced vendor specific bInterfaceClass number by define | |||
| 2024-01-11 | move gtd extra out of control struct to save sram | hathach | |
| also rename gtd_data to gtd_extra | |||
| 2024-01-11 | add cmake support for lpc17 | hathach | |
| 2024-01-11 | bInterfaceClass number replaced by define | IngHK | |
| 2024-01-11 | Merge pull request #2400 from Ryzee119/hub_fix | Ha Thach | |
| [HUB] Fix double status xfer | |||
| 2024-01-11 | Merge pull request #2404 from Ryzee119/patch-2 | Ha Thach | |
| [HUB] Prevent status request to invalid ep_num | |||
| 2024-01-11 | Merge pull request #2408 from leptun/fix_tickless_ulpi_gating | Ha Thach | |
| Disable ULPI clock during sleep on stm32f7 when using internal phy | |||
