We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8245195 commit d145263Copy full SHA for d145263
doc/guides/device_mgmt/dfu.rst
@@ -10,8 +10,8 @@ The Device Firmware Upgrade subsystem provides the necessary frameworks to
10
upgrade the image of a Zephyr-based application at run time. It currently
11
consists of two different modules:
12
13
-* :file:`boot/`: Interface code to bootloaders
14
-* :file:`img_util/`: Image management code
+* :zephyr_file:`subsys/dfu/boot/`: Interface code to bootloaders
+* :zephyr_file:`subsys/dfu/img_util/`: Image management code
15
16
The DFU subsystem deals with image management, but not with the transport
17
or management protocols themselves required to send the image to the target
0 commit comments