| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-08 | Fix ESPs without device support | Scott Shawcroft | |
| The newer tusb_option.h assumes that there is a number of device endpoints to check against. | |||
| 2024-07-19 | - add tud_cdc_n_ready() though not used | hathach | |
| - usbd now change _usbd_dev.cfg_num before calling driver's open() | |||
| 2024-07-12 | simplify dwc2 test mode | hathach | |
| - all dwc2 ip seems to support test mode in both fs/hs -> remove TUP_USBIP_DWC2_TEST_MODE - remove dcd_check_test_mode_support(), all should be supported - move enum tusb_feature_test_mode_t to tusb_types.h | |||
| 2024-06-15 | Merge pull request #2672 from tinic/master | Ha Thach | |
| Add support for STM32U535xx/STM32U545xx | |||
| 2024-06-14 | add ch32v103 bsp support, compile but does not run, probably due to ↵ | hathach | |
| compile/linker issue | |||
| 2024-06-12 | Make it work. | Tinic Uro | |
| 2024-05-30 | Use correct backend. | Tinic Uro | |
| 2024-05-24 | add ch32 support for fsdev driver. v20x can select fsdev or usbfs with ↵ | hathach | |
| make/cmake PORT=0/1. default to fsdev | |||
| 2024-05-24 | wch usbfs/usbhs need to specify which driver to use. for v307 default to ↵ | hathach | |
| highspeed | |||
| 2024-05-20 | Merge pull request #2362 from dragonlock2/master | Ha Thach | |
| Add CH32V20x USB OTG/FS Driver | |||
| 2024-05-20 | use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEED | hathach | |
| 2024-05-20 | temp code | hathach | |
| 2024-05-17 | Merge pull request #2648 from tannewt/esp32c2_h2 | Ha Thach | |
| Add esp32c2 and esp32h2 for max3421 support | |||
| 2024-05-16 | Add esp32c2 and esp32h2 for max3421 support | Scott Shawcroft | |
| 2024-05-15 | add CH32V20x USB OTG/FS driver | Matthew Tran | |
| 2024-05-13 | Adjust logic. | HiFiPhile | |
| 2024-05-13 | Merge branch 'master' into test-mode-support | HiFiPhile | |
| 2024-05-06 | Merge pull request #2618 from HiFiPhile/fifo_const_split | Ha Thach | |
| tusb_fifo: skip constant address functions if not used | |||
| 2024-05-02 | add cmake for pi zero (renamed from pi zero_w), build but the flash size ↵ | hathach | |
| seem wrong (only 24 bytes for text) | |||
| 2024-04-29 | Guard const addr fifo functions with TUP_MEM_CONST_ADDR. | HiFiPhile | |
| 2024-04-26 | - add esp32 c3, c6 mcu option | hathach | |
| - skip breakpoint for espressif riscv | |||
| 2024-04-25 | revert a change in tusb_mcu | hathach | |
| 2024-04-25 | adding support for esp32 for use with max3421e host | hathach | |
| 2024-04-25 | Fix IAR breakpoint test. | HiFiPhile | |
| 2024-04-19 | - clang h743 build and run cdc_msc ok | hathach | |
| - switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm) | |||
| 2024-04-10 | remove the usage of TU_BIT() and TU_GENMASK() from tusb_types.h | hathach | |
| 2024-04-09 | make veryfi static in ccrx consistent with the rest | hathach | |
| 2024-04-09 | Fixed behavior of the PRCR register. Previous write protection will be ↵ | Matthias Schär | |
| recovered. | |||
| 2024-04-08 | Merge pull request #2567 from HiFiPhile/iso_alloc | Ha Thach | |
| ISO endpoint allocation improvments | |||
| 2024-04-05 | reverted un-related file changes | hathach | |
| 2024-04-02 | Move endpoint alloc define to tusb_mcu.h | HiFiPhile | |
| 2024-04-02 | Merge branch 'master' into MCX | hathach | |
| 2024-03-22 | add tu_edpt_stream_deinit() | hathach | |
| 2024-03-22 | code format | hathach | |
| 2024-02-24 | Merge pull request #2168 from emb4fun/nxp_k64 | Ha Thach | |
| Added support for the NXP K64 series | |||
| 2024-02-22 | Revert "Merge branch 'hathach:master' into MCX" | Jerry Palacios | |
| This reverts commit 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0, reversing changes made to 5c14bd13da211ff2679115b0dba96ac80c1a516c. | |||
| 2024-02-22 | Merge branch 'hathach:master' into MCX | jerpa77 | |
| 2024-02-20 | MCX A and MCX N merged to MCX family | Jerry Palacios | |
| 2024-02-19 | Merge pull request #2389 from IngHK/improve_debug_prints | Ha Thach | |
| improved hex debug print, improved USBH debug prints, added pid/vid debug print | |||
| 2024-02-14 | fixed #2469 | IngHK | |
| 2024-02-08 | missing \r\n after TU_LOG_BUF => moved \r\n to tu_print_buf() | IngHK | |
| 2024-02-07 | frdmmcxa153 files added | Jerry Palacios | |
| 2024-02-07 | Back to original | Jerry Palacios | |
| 2024-02-07 | Merge remote-tracking branch 'remotes/hathach/master' into improve_debug_prints | IngHK | |
| 2024-02-04 | Merge branch 'hathach:master' into nxp_k64 | Michael Fischer | |
| 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-25 | minor update to video capture example | hathach | |
| 2024-01-15 | Test mode support only for Hi-Speed devices | Rocky04 | |
| 2024-01-15 | Merge branch 'master' into test-mode-support | Rocky04 | |
| 2024-01-15 | Add DWC2 Test Mode SUpport | Rocky04 | |
