| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-19 | add hwfifo_flush() | 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-18 | more musb update | hathach | |
| 2024-08-17 | rename register bit definition to prevent conflict | hathach | |
| 2024-08-17 | remove unused register def | hathach | |
| 2024-08-17 | minor update | hathach | |
| 2024-08-17 | refactor fifo configure/setup for dynamic and static fifo | hathach | |
| 2024-08-17 | more refactor to simplify musb driver | hathach | |
| 2024-08-15 | remove analog PHY from musb_regs_t | hathach | |
| hil: remove ch32v203 since not reliable enough | |||
| 2024-08-15 | use musb_ep_csr_t for indexed CSR, also use indexed csr for TI access as ↵ | hathach | |
| well. Merge ep0 and epn together | |||
| 2024-08-15 | update musb fifo usage | hathach | |
| 2024-08-15 | adding universal register structs for musb | hathach | |
| 2024-08-15 | add TUP_USBIP_MUSB macro, minor rename | hathach | |
| 2024-08-14 | use max32 cmsis, fix NVIC_GetEnableIRQ() not defined when using with CMISIS < 5 | hathach | |
| 2024-08-14 | fix spelling, add max32 to ci with arm-gcc build | hathach | |
| 2024-07-25 | Combined DCD MUSB implementations | Brent Kowal | |
| Combined the new MAX32 MUSB implementation with the existing (TI) implementation to provide generic code base for working the MUSB DCD peripheral. - Added abstraction calls for FIFO setup, EP registers, Ctrl registers and interrupt setup. - Combined TM4C and MSP432E into a single header file. - Created musb_max32.h, and removed the MAX32 specific C implementation. - Updated MAX32 build system to use dcd_musb.c. - Added MAX32 conditions for cdc_dual_ports example descriptors missed during first testing. | |||
| 2023-11-24 | made log line end consistent \r\n | IngHK | |
| 2023-09-27 | change hcd_int_handler(rhport, in_isr) signature: add in_isr | hathach | |
| change tuh_int_handler() to take in_isr as optional parameter (default = true) | |||
| 2023-08-04 | Merge branch 'master' into master | Ha Thach | |
| 2023-07-26 | correct hcd_edpt_clear_stall() API signature | hathach | |
| 2023-07-21 | add stub hcd_edpt_abort_xfer() for all ports | hathach | |
| 2023-07-02 | made line ends consistent. | Lars Pötter | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2022-05-31 | Merge pull request #1381 from hathach/add-sof-isr | Ha Thach | |
| Add SOF IRQ Handler | |||
| 2022-03-07 | added dcd_sof_enable() stubs for all other ports | hathach | |
| 2022-03-02 | try to fix ci | hathach | |
| 2022-02-26 | more internal rename | hathach | |
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2021-12-07 | Merge pull request #1213 from kkitayam/add_hcd_for_msp_exp432e401y | Ha Thach | |
| Add a HCD driver for MSP-EXP432E401Y | |||
| 2021-12-04 | Fix buffer overrun at pipe_read_packet() | kkitayam | |
| 2021-12-04 | Fix memory overrun at pipe_read_packet() | kkitayam | |
| 2021-11-30 | Add register settings to handle a HUB | kkitayam | |
| 2021-11-29 | Add hcd_musb.c | kkitayam | |
| 2021-11-27 | Add a compile condition for dcd | kkitayam | |
| 2021-11-08 | add missing musb type file | hathach | |
| 2021-11-08 | rename to simply OPT_MCU_MSP432E4, add msp432e to ci | hathach | |
| 2021-11-08 | musb work well with tm4c123 | hathach | |
| 2021-11-07 | Fix DCD_EVENT_XFER_COMPLETE was signaled, even after EP is closed | kkitayam | |
| 2021-11-06 | Implement dcd_edpt_xfer_fifo for dcd_musb | kkitayam | |
| 2021-11-06 | Add dcd_musb.c | kkitayam | |
