| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-29 | update handle in/out, separate allocated and xfer result to make it easier ↵ | hathach | |
| to manage. Fix channel disable/deallocated. | |||
| 2024-10-25 | more progress on dwc2 hcd, initial code for edpt xfer | hathach | |
| 2024-10-18 | testing hcd with f723 due to h743eval issue with mfx vbus drive. | hathach | |
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach | |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach | |
| update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible | |||
| 2024-10-02 | Merge branch 'master' into fork/Maerdl/master | hathach | |
| 2024-10-01 | support stm32U0 device | Haefner, Martin | |
| 2024-09-30 | added p4, seems to work well and enumerated | hathach | |
| 2024-09-30 | try to add esp32 p4 and esp-idf v5.3 support | hathach | |
| 2024-09-24 | add CFG_TUD_DWC2_DMA, make it compile time option | hathach | |
| 2024-09-11 | Merge pull request #2450 from HiFiPhile/vendor_fifo | Ha Thach | |
| Allow vendor class to be used without FIFO. | |||
| 2024-09-10 | reduce ep stream footprint by using is_mps512 since it only support bulk so far | hathach | |
| 2024-09-10 | remove vendor ep_addr, use stream api instead | hathach | |
| 2024-09-10 | minor clean up | hathach | |
| 2024-09-10 | change edpt stream api to take hwid from API to reduce memory footprint | hathach | |
| 2024-09-10 | update edpt_stream to support non-buffered (no fifo) mode | hathach | |
| 2024-09-10 | change vendor device to use edpt stream API | hathach | |
| 2024-09-04 | Merge pull request #2788 from dp111/cppcheck | HiFiPhile | |
| make function prototypes match functions( found by cppcheck) | |||
| 2024-09-04 | dwc2: for esp32 force disconnect/connect using USB_WRAP otg pad override ↵ | hathach | |
| (DM=DP=0) in addition to dwc2's dctrl | |||
| 2024-09-03 | make function prototypes match ( found by cppcheck) | dp111 | |
| 2024-09-02 | Merge pull request #2786 from dp111/breakinside | HiFiPhile | |
| Put break inside #if | |||
| 2024-08-19 | rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY | hathach | |
| 2024-08-19 | implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ↵ | hathach | |
| example with iso kind of work but not smoothly. audio example does not seems to work as expected | |||
| 2024-08-17 | define and use TUD_ENDPOINT_EXCLUSIVE_NUMBER | hathach | |
| 2024-08-17 | more refactor to simplify musb driver | hathach | |
| 2024-08-16 | Put break inside #if #endif | dp111 | |
| 2024-08-15 | add TUP_USBIP_MUSB macro, minor rename | hathach | |
| 2024-08-14 | Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_port | hathach | |
| 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-07-01 | Add MAX78002 Support | Brent Kowal | |
| -Added support for MAX78002, MAX78002EVKIT -Added provisions for remaining MAX32 USB parts | |||
| 2024-06-28 | Initial Commit for MAX32 Support | Brent Kowal | |
| Initial commit for the port of TUSB to MAX32xxx parts, staring with MAX32690 - Added dcd_max32.c (based on dcd_musb.c) for interfacing with the peripheral - Added MAX32690 part family support - Added max32690evkit board support - Updated examples for unique EP number requirement - Updated get_deps.py to fetch the MSDK Known Issues / Additional Testing Required - msc_dual_lun only shown 1 volume on Windows - USBTMC does not have a valid Windowsdriver - DFU does not have a valid Windows driver - WebUSB is "Device not Recognized" - Need to test build scripts with IAR and Clang | |||
| 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 | |||
