summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2023-03-17fix enumerate one device at a timehathach
2023-03-17Merge pull request #1391 from perigoso/renesas-raHa Thach
Renesas ra family support
2023-03-17reduce number of supported RA to only those that is testedhathach
2023-03-16more fixhathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-16add ra4m1_ek boardhathach
2023-03-16Merge pull request #1958 from tyustli/tyustli_stHa Thach
fix HAL_Delay no effect bug on st platform
2023-03-16rename ra board namehathach
2023-03-16rename symbolshathach
2023-03-16rename file link to rusb2hathach
2023-03-16update pre-commit yamlhathach
2023-03-16Merge branch 'master' into renesas-rahathach
2023-03-16fix HAL_Delay no effect bug on st platformtyustli
2023-03-15Merge pull request #1957 from hathach/fix-old-picosdkHa Thach
Fix old picosdk
2023-03-15add pre-commit yamlhathach
2023-03-15fix PICO_SHARED_IRQ_HANDLER_HIGHEST_ORDER_PRIORITY not defined in old pico-sdkhathach
2023-03-14Merge pull request #1953 from tannewt/fix_cached_imx_resetHa Thach
Flush the dcd data on reset
2023-03-13Flush the dcd data on resetScott Shawcroft
2023-03-13Merge pull request #1889 from Tails86/masterHa Thach
Implemented tuh_hid_send_report
2023-03-13Avoid spamming out endpoint on connectJames Smith
2023-03-13Removed tabs from host hid_controller exampleJames Smith
2023-03-13Updated host hid_controller example to demo tuh_hid_send_reportJames Smith
2023-03-13Implemented tuh_hid_send_reportJames Smith
2023-03-12dcd_write_packet_memory: use volatile modifier for destination pointerHubert Denkmair
2023-03-12minor formathathach
2023-03-11Merge pull request #1948 from dhalbert/remove-volatile-cast-includeHa Thach
rp2040: include hardware/sync.h explicitly
2023-03-11minor update get_depshathach
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-11Merge pull request #1950 from hathach/update-get-depsHa Thach
update get-deps.py
2023-03-11update get-deps.pyhathach
2023-03-11remove ra submoduleshathach
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-11Merge pull request #1947 from hathach/remove-submodulesHa Thach
Remove submodules and use python script to manage repo dependencies
2023-03-11Merge pull request #1946 from kasjer/kasjer/nrf5x-fix-iso-memory-corruptionHa Thach
dcd_nrf5x: ISO OUT handling
2023-03-10rp2040: include hardware/sync.h explicitlyDan Halbert
2023-03-10fix cihathach
2023-03-10add dependencies repo to git ignorehathach
2023-03-10remove the rest of mcu submoduleshathach
2023-03-10remove most of the submoduleshathach
2023-03-10update deps scripthathach
2023-03-10adding python script to manage dependencies instead of submodulehathach
2023-03-10starting to remove submodule cmsis5 and nrfxhathach
2023-03-10dcd_nrf5x: ISO OUT handlingJerzy 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-09Merge pull request #1931 from branalba/masterHa Thach
For STM32H7 BSP boards, initialize RCC_...TypeDef structs as empty
2023-03-08fix incorrect merge of hcd linkhathach
2023-03-08fix freertos build with iar, format/indent link_typehathach
2023-03-08Merge branch 'master' into renesas-rahathach
2023-03-08add G0 to supported platforms in README.rst :)Hubert Denkmair
2023-03-08fix path to stm32g0xx.hHubert Denkmair