| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-17 | update host example, add pio-pico-usb for rp2040 | hathach | |
| 2023-03-17 | fix enumerate one device at a time | hathach | |
| 2023-03-17 | Merge pull request #1391 from perigoso/renesas-ra | Ha Thach | |
| Renesas ra family support | |||
| 2023-03-17 | reduce number of supported RA to only those that is tested | hathach | |
| 2023-03-16 | more fix | hathach | |
| 2023-03-16 | rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC | hathach | |
| also fix trailing spaces | |||
| 2023-03-16 | add ra4m1_ek board | hathach | |
| 2023-03-16 | Merge pull request #1958 from tyustli/tyustli_st | Ha Thach | |
| fix HAL_Delay no effect bug on st platform | |||
| 2023-03-16 | rename ra board name | hathach | |
| 2023-03-16 | rename symbols | hathach | |
| 2023-03-16 | rename file link to rusb2 | hathach | |
| 2023-03-16 | update pre-commit yaml | hathach | |
| 2023-03-16 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-16 | fix HAL_Delay no effect bug on st platform | tyustli | |
| 2023-03-15 | Merge pull request #1957 from hathach/fix-old-picosdk | Ha Thach | |
| Fix old picosdk | |||
| 2023-03-15 | add pre-commit yaml | 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-13 | Merge pull request #1889 from Tails86/master | Ha Thach | |
| Implemented tuh_hid_send_report | |||
| 2023-03-13 | Avoid spamming out endpoint on connect | James Smith | |
| 2023-03-13 | Removed tabs from host hid_controller example | James Smith | |
| 2023-03-13 | Updated host hid_controller example to demo tuh_hid_send_report | James Smith | |
| 2023-03-13 | Implemented tuh_hid_send_report | James Smith | |
| 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 | minor update get_deps | hathach | |
| 2023-03-11 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-11 | Merge pull request #1950 from hathach/update-get-deps | Ha Thach | |
| update get-deps.py | |||
| 2023-03-11 | update get-deps.py | hathach | |
| 2023-03-11 | remove ra submodules | hathach | |
| 2023-03-11 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-11 | Merge pull request #1947 from hathach/remove-submodules | Ha Thach | |
| Remove submodules and use python script to manage repo dependencies | |||
| 2023-03-11 | Merge pull request #1946 from kasjer/kasjer/nrf5x-fix-iso-memory-corruption | Ha Thach | |
| dcd_nrf5x: ISO OUT handling | |||
| 2023-03-10 | rp2040: include hardware/sync.h explicitly | Dan Halbert | |
| 2023-03-10 | fix ci | hathach | |
| 2023-03-10 | add dependencies repo to git ignore | hathach | |
| 2023-03-10 | remove the rest of mcu submodules | hathach | |
| 2023-03-10 | remove most of the submodules | hathach | |
| 2023-03-10 | update deps script | hathach | |
| 2023-03-10 | adding python script to manage dependencies instead of submodule | hathach | |
| 2023-03-10 | starting to remove submodule cmsis5 and nrfx | hathach | |
| 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-09 | Merge pull request #1931 from branalba/master | Ha Thach | |
| For STM32H7 BSP boards, initialize RCC_...TypeDef structs as empty | |||
| 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 | add G0 to supported platforms in README.rst :) | Hubert Denkmair | |
| 2023-03-08 | fix path to stm32g0xx.h | Hubert Denkmair | |
