Developer tools & libraries
TinyUSB Tool
WebUSB descriptor sniffer + TinyUSB config generator.
A WebUSB-based browser tool that scans connected USB devices, parses their descriptors and generates ready-to-paste TinyUSB descriptor and config files. Toggle between Device mode (TUD callbacks) and Host mode (TUH handlers) with device-specific stubs for HID, CDC, MSC and MIDI.
Specifications
- WebUSB device + descriptor scanner — runs in Chromium
- Generates usb_descriptors.c with TUD callbacks (device mode)
- Generates usb_host.c with TUH handlers (host mode)
- Auto-creates HID / CDC / MSC / MIDI device stubs
- Generates a matching tusb_config.h
More from Developer tools & libraries
-
logicanalyzer-mcpAn MCP server that lets an LLM drive a logic analyzer.
A Go-based logic analyzer tool with a DSLogic-first hardware abstraction layer, native UART/SPI/I2C/CAN/1-Wire decoders, a JS decoder runtime via goja, and an MCP server that exposes 18 tools so an LLM can capture, decode, search and assert digital signals from inside a chat.
-
dsplab projectsDSPLab Projects and Modules
DSPLab Projects and Modules
-
webcomponent serialterminalJavaScript project.
An open-source JavaScript project by DatanoiseTV.
-
Vult LSPLanguage server + VSCode extension for the Vult DSP language.
A full LSP for Vult — diagnostics from the actual compiler engine, cross-file go-to-definition, hover types, signature help, workspace-wide rename, find-references, document symbols and a tidy formatter.
-
tinyice appFlutter Desktop/Mobile Application for controlling TinyIce
Flutter Desktop/Mobile Application for controlling TinyIce.
-
abletonlink-goGo bindings for Ableton Link with Link Audio support.
Complete Go API coverage of Ableton Link, plus support for Link Audio multi-channel network audio streaming. Static linking, thread-safe, with separate audio/application thread contexts and callbacks for tempo, peer count and transport state.