NVProperty generic key value store using the MCU flash area.
Dependents: Turtle_RadioShuttle
Revision 3:968b84113ef3, committed 2019-01-24
- Comitter:
- Helmut Tschemernjak
- Date:
- Thu Jan 24 15:38:20 2019 +0100
- Parent:
- 2:7ab0f5202860
- Child:
- 4:eb6850e3bc21
- Commit message:
- Updated
Changed in this revision
| NVProperty_L4OTP.cpp | Show annotated file Show diff for this revision Revisions of this file |
| NVProperty_SRAM.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/NVProperty_L4OTP.cpp Thu Jan 24 15:27:56 2019 +0100 +++ b/NVProperty_L4OTP.cpp Thu Jan 24 15:38:20 2019 +0100 @@ -13,6 +13,7 @@ #include <mbed.h> #include "main.h" +#include "arch.h" #include <algorithm> #include <NVPropertyProviderInterface.h> #include <NVProperty_L4OTP.h>
--- a/NVProperty_SRAM.cpp Thu Jan 24 15:27:56 2019 +0100 +++ b/NVProperty_SRAM.cpp Thu Jan 24 15:38:20 2019 +0100 @@ -12,6 +12,7 @@ #include <string.h> #include <stdlib.h> #include <stdint.h> +#include "arch.h" #include <NVPropertyProviderInterface.h> #include <NVProperty.h> #include <NVProperty_SRAM.h>
Helmut Tschemernjak