dataman: clarify default storage backend (#24626)

This commit is contained in:
Alexander Lerach
2025-03-28 16:27:12 +01:00
committed by GitHub
parent 69b7a21f02
commit 72454c4fd2
+7 -3
View File
@@ -34,10 +34,14 @@
/**
* Dataman storage backend
*
* If the board supports persistent storage (i.e., the KConfig variable DATAMAN_PERSISTENT_STORAGE is set),
* the 'Default storage' backend uses a file on persistent storage. If not supported, this backend uses
* non-persistent storage in RAM.
*
* @group System
* @value -1 Disabled
* @value 0 default (SD card)
* @value 1 RAM (not persistent)
* @value -1 Dataman disabled
* @value 0 Default storage
* @value 1 RAM storage
* @boolean
* @reboot_required true
*/