| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-03 | Add STM32L5 support - no OTG similar to some L4s | John Cronin | |
| 2023-03-24 | separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to | hathach | |
| - CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN - CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN - fix missing mem section and align for host | |||
| 2023-03-20 | more compatible with IAR | hathach | |
| 2023-03-18 | more update to kinetis bsp | hathach | |
| 2023-03-18 | merge kinetis into its own family in bsp | hathach | |
| 2023-03-18 | Add support for NXP FRDM_K32L2A4S eval board. | Bob Paddock | |
| 2023-03-18 | more clean up | hathach | |
| 2023-03-17 | Merge branch 'master' into portability | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-16 | more fix | hathach | |
| 2023-03-16 | rename symbols | hathach | |
| 2023-03-16 | rename file link to rusb2 | hathach | |
| 2023-03-16 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-15 | fix PICO_SHARED_IRQ_HANDLER_HIGHEST_ORDER_PRIORITY not defined in old pico-sdk | hathach | |
| 2023-03-14 | Merge pull request #1953 from tannewt/fix_cached_imx_reset | Ha Thach | |
| Flush the dcd data on reset | |||
| 2023-03-13 | Flush the dcd data on reset | Scott Shawcroft | |
| 2023-03-12 | dcd_write_packet_memory: use volatile modifier for destination pointer | Hubert Denkmair | |
| 2023-03-12 | minor format | hathach | |
| 2023-03-11 | Merge pull request #1948 from dhalbert/remove-volatile-cast-include | Ha Thach | |
| rp2040: include hardware/sync.h explicitly | |||
| 2023-03-11 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-10 | rp2040: include hardware/sync.h explicitly | Dan Halbert | |
| 2023-03-10 | dcd_nrf5x: ISO OUT handling | Jerzy Kasenberg | |
| For incoming ISO OUT packets it was possible to start DMA from endpoint to RAM before transfer was started resulting in unrelated memory corruption. This is scenario that causes memory corruption: - ISO OUT packet is received - Packet is transferred by DMA to transfer buffer - xfer->started is cleared and xfer->buffer is updated as it is in every case - Application takes to long to handle it (it happens when debugger is connected breakpoint is hit slowing down software). - Next ISO OUT packet arrives At this point there was no check if transfer was started and packet was copied by DMA to location beyond previous data, possibly overwriting unrelated memory. This solves the issue by checking that transfer was started and there is buffer ready for incoming packet. | |||
| 2023-03-08 | fix incorrect merge of hcd link | hathach | |
| 2023-03-08 | fix freertos build with iar, format/indent link_type | hathach | |
| 2023-03-08 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-08 | fix path to stm32g0xx.h | Hubert Denkmair | |
| 2023-03-08 | add basic STM32G0 support | Hubert Denkmair | |
| 2023-03-02 | rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARM | graham sanderson | |
| 2023-03-01 | add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32, clean up ifdef with stm32 | hathach | |
| 2023-02-28 | Merge pull request #1828 from HiFiPhile/stm32_fsdev | Ha Thach | |
| stm32_fsdev & ISO EP buffer allocation improvements | |||
| 2023-02-28 | rename ep_num to ep_idx, minor clean up | hathach | |
| 2023-02-27 | synopsys/dwc2: fix SOF interrupt handling | Gunar Schorcht | |
| SOF is not a flag of the GOTGINT register but of the GINTSTS register. Therefore the flag must be written in the GINTSTS register instead of the GOTGINT register to clear the interrupt. | |||
| 2023-02-22 | comment out osal_task_delay if using os none | hathach | |
| 2023-02-22 | move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virt | hathach | |
| also add place holder for tusb_app_dcache_flush() and tusb_app_dcache_invalidate() | |||
| 2023-02-22 | rename OHCI_RHPORTS to TUP_OHCI_RHPORTS | hathach | |
| 2023-02-18 | ohci: Disable MIE interrupt during IRQ processing, zero HccADoneHead on ↵ | wooyay | |
| completion | |||
| 2023-02-18 | ohci: Use enum instead of magic number | Ryzee119 | |
| 2023-02-18 | ohci: Add ability to separate physical and virtual memory | Ryan Wendland | |
| 2023-02-18 | ohci: Set skip on ed prior to removal | Ryan Wendland | |
| 2023-02-18 | ohci: Fix bug in ed removal | Ryan Wendland | |
| 2023-02-18 | ohci: Direct port commands to the correct rhport. | Ryzee119 | |
| 2023-02-18 | ohci: Force reset of devices already connected on power up | Ryzee119 | |
| 2023-02-18 | ohci: Wait POTG time after port power | Ryzee119 | |
| 2023-02-18 | ohci: Toggle frameinterval bit on update | Ryzee119 | |
| 2023-02-18 | ohci: Leave SMM or bios mode during init | Ryzee119 | |
| 2023-02-18 | ohci: Support configurable number of roothub ports | Ryzee119 | |
| 2023-02-18 | ohci: Expand roothub descriptors into unions | Ryzee119 | |
| 2023-01-31 | Merge pull request #1779 from P33M/rp2040_device_babble_fix | Ha Thach | |
| rp2040: avoid device-mode state machine hang | |||
| 2023-01-31 | fix typos | hathach | |
| 2023-01-31 | move errata to end of c file | hathach | |
