Commit 5cdabfa9 authored by Johann Fischer's avatar Johann Fischer Committed by Dan Kalowsky
Browse files

include: usb: add API version



Add API versions to all relevant USB headers.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent b5a87c7a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -297,6 +297,8 @@ struct udc_data {
 * @brief New USB device controller (UDC) driver API
 * @defgroup udc_api USB device controller driver API
 * @ingroup io_interfaces
 * @since 3.3
 * @version 0.1.0
 * @{
 */

+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@
 * @brief Buffer macros and definitions used in USB device support
 * @defgroup udc_buf Buffer macros and definitions used in USB device support
 * @ingroup usb
 * @since 4.0
 * @version 0.1.0
 * @{
 */

+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
 * @brief USB host controller (UHC) driver API
 * @defgroup uhc_api USB host controller driver API
 * @ingroup io_interfaces
 * @since 3.3
 * @version 0.1.0
 * @{
 */

+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
/**
 * @brief USB Device Controller API
 * @defgroup _usb_device_controller_api USB Device Controller API
 * @since 1.5
 * @version 1.0.0
 * @{
 */

+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
 * @brief USB Binary Device Object Store support
 * @defgroup usb_bos USB BOS support
 * @ingroup usb
 * @since 1.13
 * @version 1.0.0
 * @{
 */

Loading