refactor(examples/storage): update document links

This commit is contained in:
sonika.rathi
2025-03-26 09:04:55 +01:00
parent f1ff9e1afc
commit b077caeebc
14 changed files with 42 additions and 66 deletions
+1 -1
View File
@@ -186,6 +186,6 @@ The current bootloader implementation allows a project to extend it or modify it
In the bootloader space, you cannot use the drivers and functions from other components unless they explicitly support run in bootloader. If necessary, then the required functionality should be placed in the project's `bootloader_components` directory (note that this will increase its size). Examples of components that can be used in the bootloader are:
* :example:`storage/nvs_bootloader`
* :example:`storage/nvs/nvs_bootloader`
If the bootloader grows too large then it can collide with the partition table, which is flashed at offset 0x8000 by default. Increase the :ref:`partition table offset <CONFIG_PARTITION_TABLE_OFFSET>` value to place the partition table later in the flash. This increases the space available for the bootloader.