Commit 7fc0486c authored by Emil Obalski's avatar Emil Obalski Committed by Carles Cufi
Browse files

doc: release notes: Update contents for 2.2.0



Update to API change in regards of USB changes.

Signed-off-by: default avatarEmil Obalski <emil.obalski@nordicsemi.no>
parent ab346a50
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -27,6 +27,15 @@ Deprecated in this release
Stable API changes in this release
==================================

* USB

  * The usb_enable() function, which was previously invoked automatically
    by the USB stack, now needs to be explicitly called by the application
    in order to enable the USB subsystem.
  * The usb_enable() function now takes a parameter, usb_dc_status_callback
    which can be set by the application to a callback to receive status events
    from the USB stack. The parameter can also be set to NULL if no callback is required.

Removed APIs in this release
============================