Skip to content

Commit

Permalink
doc: building: mention Zephyr USB device_next support in a note
Browse files Browse the repository at this point in the history
Move the mention of experimental support for the Zephyr USB device "next"
stack to a note.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
  • Loading branch information
henrikbrixandersen committed Jan 21, 2025
1 parent 7ea5155 commit 18d473c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ To use the ``release`` configuration, which has reduced log levels, set ``FILE_S
west build -b lpcxpresso55s16/lpc55s16 cannectivity/app/ -- -DFILE_SUFFIX=release
Build configurations for using the experimental ``device_next`` USB device stack in Zephyr are also
provided. These can be selected by setting either ``FILE_SUFFIX=usbd_next`` or
``FILE_SUFFIX=usbd_next_release``.

After building, the firmware can be flashed to the board by running the ``west flash`` command.

.. note::

Build configurations for using the experimental ``device_next`` USB device stack in Zephyr are
also provided. These can be selected by setting either ``FILE_SUFFIX=usbd_next`` or
``FILE_SUFFIX=usbd_next_release``.

USB Device Firmware Upgrade (DFU) Mode
--------------------------------------

Expand Down

0 comments on commit 18d473c

Please sign in to comment.