Skip to content

Commit b6ffcb7

Browse files
usb: document cdc_inited diagnostic
1 parent b3759c8 commit b6ffcb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/frameworks/usb-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ usb.hid_loop_lag() # ms since the HID task pumped events (~100 healthy)
140140
- `usb.Display(port=0, width=0, height=0, ignore_edid=False)` - Adapter handle. `start()`, `poll()` (True on READY/disconnect/mode change), `ready()`, `width()`, `height()`, `chip_name()`, `update_565(x, y, w, h, buf)`, `fill(x, y, w, h, color)`, `flush(timeout_ms=100)`, `set_mode(w, h)`, `force_reenum()` (root-port power cycle).
141141
- Host inspection: `bus_devices()`, `lsusb()`, `hub_ports()`, `reset_port(hub_addr, port[, power_cycle[, force]])`, `set_watchdog(on)`, `auto_reset_idle([on])` (bare call reads back), `set_log(on)`.
142142
- HID transport: `hid_start()`, `hid_poll()`, `hid_drain()`, `hid_state()`, `hid_claimed_addrs()`, `hid_parked()`, `hid_retry()`, `hid_poll_stats()`, `hid_loop_lag()`, `hid_verbose([on])`, `hid_set_kbd_transient([on])` (keyboards stay persistent by default; the toggle is a live A/B switch).
143-
- Mode switching: `activate_host()`, `deactivate_host()`, `host_active()`.
143+
- Mode switching: `activate_host()`, `deactivate_host()`, `host_active()`, `cdc_inited()` (diagnostic: TinyUSB initialized; needs no host attached).
144144

145145
## Limitations
146146

0 commit comments

Comments
 (0)