| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-04 | Add BSP support for F1C100s | Yunhao Tian | |
| 2021-12-04 | Modify sunxi_musb code | Yunhao Tian | |
| 2021-12-01 | Add support for Allwinner F1Cx00s family | Yunhao Tian | |
| Allwinner F1Cx00s family is a series of SoCs with Mentor MUSB controller and HS phy. It comes with a slightly different register space layout, and some quirks, so it's not multiplexed with the existing musb support library. This library currently requires to be compiled with https://github.com/hongxuyao/F1C100s_with_Keil_RTX4_emWin5 | |||
| 2021-11-23 | more clean up | hathach | |
| 2021-11-23 | clean up | hathach | |
| 2021-11-23 | fix nrf easy dma race condition | hathach | |
| 2021-11-22 | Merge pull request #1206 from hathach/bcm-dwc2-address | Ha Thach | |
| Bcm dwc2 address | |||
| 2021-11-22 | use USB_OTG_GLOBAL_BASE instead of hard code value | hathach | |
| 2021-11-17 | clean up | hathach | |
| 2021-11-15 | set DCFG_XCVRDLY when using external ULPI highspeed phy | hathach | |
| 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 | |
| 2021-11-05 | RP2040 HCD: Move invalid ep->active assert in hw_trans_complete. The check ↵ | Liam Fraser | |
| for ep->active should only happen if a setup packet was just sent. Otherwise the transaction is handled in hw_handle_buff_status. | |||
| 2021-11-05 | Merge pull request #1180 from hathach/add-xmc4500 | Ha Thach | |
| Add xmc4500 | |||
| 2021-11-05 | xmc4500 ported, cdc msc example run fine | hathach | |
| 2021-11-04 | broadcom/dcd: Fix mynewt build | Jerzy Kasenberg | |
| dcd_synopsys.c included broadcom/interrupts.h before preprocessor check whether file should be used. Since mynewt build does not include all folders it resulted in build error. Now offending include is moved few lines after preprocessor check. | |||
| 2021-11-04 | adding g4 family with g474nucleo, able to blink led and button | hathach | |
| 2021-11-04 | Merge pull request #1163 from hathach/generalize-synopsys-dwc2 | Ha Thach | |
| Generalize synopsys dwc2 | |||
| 2021-11-04 | add hint/question with ISB | hathach | |
| 2021-11-04 | fix issue with bcm2711 caching issue by ading ISB() after dwc2_dcd_int_enable90 | hathach | |
| also add hwcfg_list for reference | |||
| 2021-11-03 | clean up | hathach | |
| 2021-11-02 | grouping stm32L4 family in bsp | hathach | |
| 2021-11-02 | minor clean up | hathach | |
| 2021-11-02 | add fix for stm32l4 (version 3.10a) which generate transfer complete when ↵ | hathach | |
| setup recieved and control out data complete | |||
| 2021-10-31 | change F207 to use new dwc2 | hathach | |
| 2021-10-30 | remove dcd_efm32 | hathach | |
| 2021-10-30 | add support for EFM32GG | hathach | |
| merge GG12 GG12 to simply OPT_MCU_EFM32GG | |||
| 2021-10-29 | skip snpsid check for gd32, abstract phyfs turnaround, set max timeout ↵ | hathach | |
| calibration. still has issue with gd32 with msc (does work with running with rtt as log). | |||
| 2021-10-29 | correctly init hs phy for bcm | hathach | |
| 2021-10-28 | support bcm2711 on pi4, enhance dcd init with utmi and ulpi hs phy | hathach | |
| 2021-10-26 | update bcm dcd | hathach | |
| 2021-10-26 | Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2 | hathach | |
| 2021-10-26 | add synopsys id check, rename GCCFG_* to STM32_GCCFG-* | hathach | |
| 2021-10-26 | add hw config struct | hathach | |
| 2021-10-26 | enhance fifo read/write | hathach | |
| 2021-10-26 | more clean up | hathach | |
| 2021-10-26 | clean up | hathach | |
| 2021-10-26 | use dwc2->epin | hathach | |
| 2021-10-26 | update the access epout | hathach | |
| 2021-10-26 | use dwc2->fifo[] | hathach | |
| 2021-10-26 | complete dwc2 regs struct | hathach | |
| 2021-10-26 | add epin, epout to dwc2 regs | hathach | |
| 2021-10-26 | more rename | hathach | |
| 2021-10-26 | update dwc2_type | hathach | |
| 2021-10-25 | spacing | hathach | |
| 2021-10-25 | update dcd_esp32sx with correct include list | suda-morris | |
