summaryrefslogtreecommitdiff
path: root/src/class/usbtmc/usbtmc.h
AgeCommit message (Collapse)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
* license: use SPDX identifiers for src/ headers Replace the full ~20-line MIT license boilerplate on every src/ file with a two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500 lines of duplicated boilerplate.
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