summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/qstrdefsport.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/qstrdefsport.h')
-rw-r--r--stmhal/qstrdefsport.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h
index c3c141e4f9..937998eb40 100644
--- a/stmhal/qstrdefsport.h
+++ b/stmhal/qstrdefsport.h
@@ -42,6 +42,8 @@ Q(stop)
Q(standby)
Q(main)
Q(usb_mode)
+Q(hid_mouse)
+Q(hid_keyboard)
Q(sync)
Q(gc)
Q(repl_info)
@@ -53,7 +55,6 @@ Q(read)
Q(readall)
Q(readline)
Q(write)
-Q(have_cdc)
Q(repl_uart)
Q(hid)
Q(time)
@@ -98,10 +99,19 @@ Q(tell)
// for USB VCP class
Q(USB_VCP)
Q(setinterrupt)
+Q(isconnected)
+Q(have_cdc)
+Q(any)
Q(send)
Q(recv)
Q(timeout)
+// for USB HID class
+Q(USB_HID)
+Q(any)
+Q(send)
+Q(recv)
+
// for RTC class
Q(RTC)
Q(info)