Martin Havlik
42056cca1d
feat(examples/storage): Add NVS iteration example
...
Add a new example showcasing iterating over NVS entries
of a specific (or any) type, and the info to be obtained from therein.
2025-11-10 12:18:31 +01:00
Martin Havlik
7d756ebd0a
feat(examples/storage): Add NVS statistics example
...
Add a new example showcasing how to obtain and interpret statistics
about the usage of an NVS partition.
Also demonstrates how stats change after writing some key-value pairs
in 2 separate namespaces.
2025-11-10 11:53:04 +01:00
sonika.rathi
b077caeebc
refactor(examples/storage): update document links
2025-04-03 14:21:11 +02:00
radek.tandler
c445ec134b
feat(nvs_flash): Implemented basic nvs_flash support for bootloader
2024-11-14 11:56:45 +01:00
Tomáš Rohlínek
f633839ece
feat(storage/fatfs): add advanced example for fatfs
2024-10-10 16:41:58 +08:00
Tomáš Rohlínek
b9a54fb1f3
feat(storage/fatfs): add minimal FatFS example
2024-10-10 16:41:58 +08:00
Tomáš Rohlínek
84ba1a323c
fix(storage/fatfs): move test app to correct directory
2024-10-10 16:41:58 +08:00
sonika.rathi
360f7b1e14
fix(sd_card): update sd_card troubleshooting notes in readme.md
2023-10-25 11:19:08 +02:00
Angus Gratton
a67d5d89e0
Replace all DOS line endings with Unix
...
Command run was:
git ls-tree -r HEAD --name-only | xargs dos2unix
2018-07-12 19:10:37 +08:00
krzychb
0b6598c492
Added README.md to example category folders
2017-01-18 21:03:15 +01:00