| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-27 | Changes to use ft90x-sdk as submodule or installed SDK from toolchain. | Gordon McNab | |
| 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 | |
| 2021-10-25 | change usage of TU_CHECK_MCU() to prevent macro conflict | hathach | |
| 2021-10-25 | house keeping | hathach | |
| 2021-10-25 | moving esp32s2 to dwc2, abstract dwc2_set_turnaround() | hathach | |
| 2021-10-25 | update dwc int enable/disable | hathach | |
| 2021-10-25 | more clean up | hathach | |
| 2021-10-25 | minor rename | hathach | |
| 2021-10-25 | switch gd32 and stm32f4 to use new dwc2 driver | hathach | |
| 2021-10-24 | adding generalized dwc2 driver | hathach | |
| 2021-10-24 | Merge pull request #1160 from cr1901/msp-fix | Ha Thach | |
| msp430x5xx: Set base of transmit_packet buffer earlier to avoid incre… | |||
| 2021-10-24 | more wMaxPacketSize | hathach | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-23 | msp430x5xx: Set base of transmit_packet buffer earlier to avoid incrementing ↵ | William D. Jones | |
| past unsent data. | |||
| 2021-10-23 | Merge branch 'master' into fix-warnings | Ha Thach | |
| 2021-10-22 | Update broadcom library | Scott Shawcroft | |
| 2021-10-22 | Update submodule | Scott Shawcroft | |
| 2021-10-22 | pi cm4 enumerated as full speed device | hathach | |
| 2021-10-19 | Merge pull request #1139 from hathach/release-0.12.00.12.0 | Ha Thach | |
| update changelog and increase version for 0.12.0 | |||
| 2021-10-18 | enable -Wnull-dereference | hathach | |
| 2021-10-17 | add volatile to EPx_REGS for -Wcast-qual | hathach | |
| since gcc does difference between volatile struct and member when casting pointer | |||
| 2021-10-17 | more -Wcast-qual | hathach | |
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-10-15 | fix -Wcast-qual | hathach | |
| 2021-10-15 | dcd_da146xx: Drop unexpected data | Jerzy Kasenberg | |
| USB3CV tool verifies MSC device by sending too short or too long packets. In case of too long packets (msc_device requested 31 bytes but incoming data had 32 bytes) extra byte(s) were left in FIFO resulting in some data mismatch later on. Now if more data is received in packet that expected extra bytes are just dropped. | |||
