| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-17 | Update weak callbacks to new syntax | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-25 | change dcd_dcache_*() API return type from void to bool | hathach | |
| 2024-11-20 | have p4 dma somewhat working but having issue with buffer that does not ↵ | hathach | |
| occupy the whole cache line | |||
| 2024-10-14 | change dcd_init() return from void to bool | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | fix fuzzing build | hathach | |
| 2024-10-11 | change dcd_init() to take rhport struct | hathach | |
| 2024-08-19 | remove weak from dcd_edpt_close() for port without TUP_DCD_EDPT_ISO_ALLOC | hathach | |
| 2024-08-19 | fix ci build | hathach | |
| 2024-08-19 | implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ↵ | hathach | |
| example with iso kind of work but not smoothly. audio example does not seems to work as expected | |||
| 2024-07-30 | add edpt0_open(), slightly update dtog | hathach | |
| 2024-07-25 | fix race condition where reset event cleaar setup count | hathach | |
| 2024-07-12 | simplify dwc2 test mode | hathach | |
| - all dwc2 ip seems to support test mode in both fs/hs -> remove TUP_USBIP_DWC2_TEST_MODE - remove dcd_check_test_mode_support(), all should be supported - move enum tusb_feature_test_mode_t to tusb_types.h | |||
| 2024-05-24 | minor clean up | hathach | |
| 2024-05-24 | add ch32 support for fsdev driver. v20x can select fsdev or usbfs with ↵ | hathach | |
| make/cmake PORT=0/1. default to fsdev | |||
| 2024-05-13 | Adjust logic. | HiFiPhile | |
| 2024-05-13 | Merge branch 'master' into test-mode-support | HiFiPhile | |
| 2024-04-08 | add class driver deinit | hathach | |
| 2024-04-08 | Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode. | Felix "xq" Queißner | |
| 2024-01-15 | Merge branch 'master' into test-mode-support | Rocky04 | |
| 2024-01-15 | Removed whitespace | Rocky04 | |
| 2024-01-15 | Change to control complete cb | Rocky04 | |
| 2024-01-15 | Add DWC2 Test Mode SUpport | Rocky04 | |
| 2024-01-12 | Merge pull request #2239 from XelaRellum/bugfix_stm32_fsdev_keil | Ha Thach | |
| Fixes #1018 the weak dcd_edpt0_status_complete for Keil Compiler | |||
| 2023-11-24 | minor doc | hathach | |
| 2023-08-29 | Fix the weak dcd_edpt0_status_complete for Keil Compiler | Alexander Mueller | |
| The Keil compiler seems to have different semantics and the defined function was never called. The same is probably true for the other weak functions. I can change those too. | |||
| 2023-06-16 | fix build warnings | hathach | |
| 2023-06-09 | move protocol message to stack, disable battery in PWR's CR3 | hathach | |
| there is still issue with CC1/CC2 pull down resistor and vstate is not correct. | |||
| 2023-05-23 | Enhance chipidea (#2075) | Ha Thach | |
| * update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd | |||
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-02-28 | Merge pull request #1828 from HiFiPhile/stm32_fsdev | Ha Thach | |
| stm32_fsdev & ISO EP buffer allocation improvements | |||
| 2023-01-13 | fix: Replace device calls to memcpy with tu_memcpy_s | Nathaniel Brough | |
| Introduces a new function tu_memcpy_s, which is effectively a backport of memcpy_s. The change also refactors calls to memcpy over to the more secure tu_memcpy_s. | |||
| 2022-12-29 | UAC : Enable fifo based transfer on stm32_fsdev | Mengsk | |
| 2022-12-29 | Add dcd_edpt_iso_alloc() / dcd_edpt_iso_activate() for ISO EP buffer management. | Mengsk | |
| 2022-06-24 | fix redundant-decls warnings by usbd/usbh | hathach | |
| 2022-05-31 | Merge pull request #1381 from hathach/add-sof-isr | Ha Thach | |
| Add SOF IRQ Handler | |||
| 2022-04-18 | clean up pio driver | hathach | |
| 2022-03-07 | added dcd_sof_enable(), tud_sof_isr_set() | hathach | |
| make number of interface configurable (default to 8) CFG_TUD_INTERFACE_MAX | |||
| 2022-02-26 | more internal rename | hathach | |
| 2022-02-25 | rename and move dcd_attr.h to tusb_mcu_attr.h | hathach | |
| 2021-11-30 | Ignore certain compiler options on ARMCC | Yunhao Tian | |
| ARMCC also sets __GNU__ macro, but doesn't support GCC diagnostic pragmas. | |||
| 2021-10-14 | More warning cleanup | graham sanderson | |
| - physically suppress warnings in TinyUSB headers using pragmas so they don't break -Werror compilation of external files that include them - fix compiler warnings in rp2040 port - add cmake method to rp2040 port to allow an external project to suppress warnings in TinyUSB itself | |||
| 2021-09-01 | rp2040 correct ep set/clear stall | hathach | |
| - stall will remove pending (not complete) transfer. Correct reset data toggle when clear stall. - remove buf ctrl debug code | |||
| 2021-08-26 | add dcd_edpt_close_all() for clear existing configured state | hathach | |
| correctly responded to TD 9.13 Set Configuration Test | |||
| 2021-08-12 | simplify hw_endpoint_init() | hathach | |
| 2021-07-22 | fix ci | hathach | |
| 2021-07-22 | add dcd_attr for DCD_ATTR_ENDPOINT_MAX | hathach | |
| could be useful with more dcd specific attribute | |||
| 2021-06-10 | implement usbh_edpt_busy (WIP), remove hcd_edpt_busy | hathach | |
| 2021-05-27 | include clean up | hathach | |
| 2021-05-23 | clean up | hathach | |
