Skip to content

Commit 8a409bb

Browse files
mkapala-nordicrlubos
authored andcommitted
samples: bluetooth: fast_pair: locator_tag: Remove stale note from docs
Removed stale note from docs as DFU is already supported in the locator_tag sample. Signed-off-by: Mateusz Kapala <[email protected]>
1 parent 57e1218 commit 8a409bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

samples/bluetooth/fast_pair/locator_tag/README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,6 @@ To build the sample in a release variant, set the ``FILE_SUFFIX=release`` CMake
498498
The build will use the :file:`prj_release.conf` configuration file instead of :file:`prj.conf`.
499499
Check the contents of both files to learn which configuration changes you should apply when preparing the production build of your end product.
500500

501-
.. note::
502-
The sample does not support the DFU functionality.
503-
504501
The release build reduces the code size and RAM usage of the sample by disabling logging functionality and performing other optimizations.
505502
Additionally, it enables the Link Time Optimization (LTO) configuration through the :kconfig:option:`CONFIG_LTO` Kconfig option, which further reduces the code size.
506503
LTO is an advanced compilation technique that optimizes across all compiled units of an application at the link stage, rather than optimizing each unit separately.

0 commit comments

Comments
 (0)