drivers: Add retained memory driver interface
Adds a new driver interface for retained memory devices which can be used to store data and have it retained whilst the device is powered thorugh different application execution states (though this data may be lost in low power states). Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
db193332fa
commit
2fedb306f7
6 changed files with 262 additions and 0 deletions
|
@ -63,6 +63,7 @@ source "drivers/ptp_clock/Kconfig"
|
|||
source "drivers/pwm/Kconfig"
|
||||
source "drivers/regulator/Kconfig"
|
||||
source "drivers/reset/Kconfig"
|
||||
source "drivers/retained_mem/Kconfig"
|
||||
source "drivers/sdhc/Kconfig"
|
||||
source "drivers/sensor/Kconfig"
|
||||
source "drivers/serial/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue