File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
doc/connectivity/usb/device_next/api Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ New USB device support APIs
11
11
usbd_hid_device.rst
12
12
uac2_device.rst
13
13
usbd_msc_device.rst
14
- usb_midi .rst
14
+ usbd_midi2 .rst
15
15
usbd_dfu.rst
Original file line number Diff line number Diff line change 1
- .. _ usb_midi :
1
+ .. _ usbd_midi2 :
2
2
3
3
MIDI 2.0 Class device API
4
4
#########################
@@ -8,5 +8,5 @@ USB MIDI 2.0 device specific API defined in :zephyr_file:`include/zephyr/usb/cla
8
8
API Reference
9
9
*************
10
10
11
- .. doxygengroup :: usb_midi
11
+ .. doxygengroup :: usbd_midi2
12
12
.. doxygengroup :: midi_ump
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ extern "C" {
13
13
14
14
/**
15
15
* @brief USB MIDI 2.0 class device API
16
- * @defgroup usb_midi USB MIDI 2.0 Class device API
16
+ * @defgroup usbd_midi2 USB MIDI 2.0 Class device API
17
17
* @ingroup usb
18
18
* @since 4.1
19
19
* @version 0.1.0
Original file line number Diff line number Diff line change 1
- .. zephyr :code-sample :: midi
2
- :name: USB MIDI device class
3
- :relevant-api: usbd_api usb_midi input_events
1
+ .. zephyr :code-sample :: usb-midi2-device
2
+ :name: USB MIDI2 device
3
+ :relevant-api: usbd_api usbd_midi2 input_events
4
4
5
- Implements a simple USB- MIDI loopback and keyboard device.
5
+ Implements a simple USB MIDI loopback and keyboard device.
6
6
7
7
Overview
8
8
********
You can’t perform that action at this time.
0 commit comments