Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
features/storage/FEATURE_STORAGE/cfstore/doc/design/configuration_store_lld.md@0:098463de4c5d, 2017-01-25 (annotated)
- Committer:
- group-onsemi
- Date:
- Wed Jan 25 20:34:15 2017 +0000
- Revision:
- 0:098463de4c5d
Initial commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| group-onsemi | 0:098463de4c5d | 1 | # Configuration Store Low Level Design |
| group-onsemi | 0:098463de4c5d | 2 | Author: Simon Hughes |
| group-onsemi | 0:098463de4c5d | 3 | |
| group-onsemi | 0:098463de4c5d | 4 | # Revision History |
| group-onsemi | 0:098463de4c5d | 5 | 20160127: first version. |
| group-onsemi | 0:098463de4c5d | 6 | |
| group-onsemi | 0:098463de4c5d | 7 | # API |
| group-onsemi | 0:098463de4c5d | 8 | |
| group-onsemi | 0:098463de4c5d | 9 | |
| group-onsemi | 0:098463de4c5d | 10 | ## CFSTORE Client API interface |
| group-onsemi | 0:098463de4c5d | 11 | |
| group-onsemi | 0:098463de4c5d | 12 | The CFSTORE client API interface is represented diagramatically in the following UML digarm |
| group-onsemi | 0:098463de4c5d | 13 | |
| group-onsemi | 0:098463de4c5d | 14 |  |
| group-onsemi | 0:098463de4c5d | 15 | |
| group-onsemi | 0:098463de4c5d | 16 | |
| group-onsemi | 0:098463de4c5d | 17 | The above UML diagram shows the low level design of the CFSTORE API. |