summaryrefslogtreecommitdiff
path: root/src/class/usbtmc/usbtmc.h
AgeCommit message (Collapse)Author
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
fix compiling with nuc family
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.
2023-03-22more updatehathach
2023-03-22fix bitorder in usbtmc_response_capabilities_488_thathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-12-04Fix typosBastien Nocera
2022-06-26USBTMC: Handle busy interrupt in.NConrad
2019-09-19Rename functions to include tud_ and _cbNathan Conrad
2019-09-19s/USBTMC488/USB488/ ; fix types in bitfieldNathan Conrad
2019-09-18usbtmc updates....Nathan Conrad
2019-09-17Changes1...Nathan Conrad
2019-09-17More proper handling of clear.Nathan Conrad
2019-09-17ClearNathan Conrad
2019-09-14Combined status response enum (std with 488), support trigger.Nathan Conrad
2019-09-14Add usbtmc class driver.Nathan Conrad