summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-29improved & fixed compiler warnings device descriptor handlingIngHK
2024-02-29FTDI fixed itf_num and some improvementIngHK
2024-02-29Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-02-26work around possible RP2040 erratumTaylor Yu
RP2040 device controller does not seem to clear pending transactions configured in EP0 buffer controls when the host aborts a control transfer. This causes assertion failures, including when a buffer AVAILABLE flag set for a previous transfer causes an unexpected transaction completion.
2024-02-26add notification support for device class USBTMC.Tommie Gannert
The ep_int_in is already used for responding to USB488 READ_STATUS_BYTE requests, but that EP is defined for all of USBTMC. This extends the functionality to let callers send notifications and receive ACKs.
2024-02-26Merge pull request #2490 from IngHK/compiler_warningHa Thach
fixed compiler warning src/tusb.c
2024-02-24MCX family pointing to updated mcux-sdk repositoryJerry Palacios
2024-02-24fixed compiler warning src/tusb.cIngHK
2024-02-24Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-02-24improved PL2303 TU_LOGsIngHK
2024-02-24improved TU_LOGsIngHK
2024-02-24small changes & code styleIngHK
2024-02-24updated contribution, readme and some commentsIngHK
2024-02-24added PL2303 supportIngHK
2024-02-24improved CP210x supportIngHK
2024-02-24improved FTDI supportIngHK
2024-02-24created set_line_coding_sequence() and void ↵IngHK
set_line_coding_stage1_complete() to be reused by FTDI & CP210x
2024-02-24fixed CFG_TUH_CDC_LINE_CONTROL_ON_ENUM handling. only set if defined. value ↵IngHK
0 is also valid
2024-02-24fixed #2448 CH34x ch34x_set_line_coding() callback bugIngHK
2024-02-24improved ACM checksIngHK
2024-02-24added continue enum after config failIngHK
2024-02-24created set_function_call()IngHK
2024-02-24changed to use of p_cdc->requested_line_stateIngHK
2024-02-24changed to use of p_cdc->requested_line_codingIngHK
2024-02-24splitted cdch_internal_control_complete() into driver's ↵IngHK
_internal_control_complete() and moved them into driver's sections. no functional change
2024-02-24Merge pull request #2489 from hathach/fix-non-crystal-less-ci-fsHa Thach
fix crytsal-less access on unsupported kinetis mcu
2024-02-24only save/restore CLK_RECOVER_IRC_EN/CTRL if ↵hathach
FSL_FEATURE_USB_KHCI_IRC48M_MODULE_CLOCK_ENABLED is defined to 1
2024-02-23improved TU_LOGsIngHK
2024-02-23sorted driver functions into Control Request, Driver API, Enumeration and ↵IngHK
Helper. no functional changes
2024-02-24Merge pull request #2168 from emb4fun/nxp_k64Ha Thach
Added support for the NXP K64 series
2024-02-24fix build with cpu without USB_CLK_RECOVER using old dcd_khci driverhathach
2024-02-24update freertosconfighathach
2024-02-24frdm k64f usb work well, add kinetis_k to ci cmakehathach
2024-02-23adding frdm k64f, board test run well with led, button and uarthathach
2024-02-22Revert "Merge branch 'hathach:master' into MCX"Jerry Palacios
This reverts commit 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0, reversing changes made to 5c14bd13da211ff2679115b0dba96ac80c1a516c.
2024-02-22Merge branch 'hathach:master' into MCXjerpa77
2024-02-22Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-02-22Merge pull request #2487 from hathach/update-cdc_msc_freertos-exampleHa Thach
slightly change cdc_msc_freertos example
2024-02-22slightly change cdc_msc_freertos examplehathach
2024-02-22Merge pull request #2420 from zx96/use-cfg-tud-msc-log-levelHa Thach
msc_device: Fix check for including MSC lookup tables
2024-02-21Merge pull request #2484 from eightycc/uninitedHa Thach
video_device: fix uninitialized variable warning
2024-02-20MCX A and MCX N merged to MCX familyJerry Palacios
2024-02-20video_device: fix uninitialized warningBob Abeles
2024-02-20Merge pull request #2463 from kasjer/kasjer/nrf5x-isoout-corruption-detectionHa Thach
nrf5x: Handle ISOOUT CRC errors
2024-02-20Merge pull request #2481 from xudongzheng/pca10095-prHa Thach
Fix nRF5340 DK USB host shield build
2024-02-19Fix nRF5340 DK USB host shield buildXudong Zheng
- Fix incorrect UART pins - Enable MAX3421 host shield - Use GPIOTE1_IRQn instead of GPIOTE_IRQn
2024-02-19Opt-out for USB Test-ModeRocky04
2024-02-19Merge pull request #2480 from hathach/fix-k32l2-clockHa Thach
add clock_config.c/h from mcux to frdmk32l2a4 and frdm_k32l2b
2024-02-19add clock_config.c/h from mcux to frdmk32l2a4 and frdm_k32l2bhathach
2024-02-19Merge pull request #2479 from hathach/fix-ohci-volatile-2318Ha Thach
fix wrong volatile usage in ohci gtd