Skip to content

Commit 3ffe45c

Browse files
author
AnotherButler
committed
Undo heading levels in PSA APIs
Undo heading levels because these are APIs, which live at a different level in this option.
1 parent d59e2fa commit 3ffe45c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### PSA internal storage
1+
## PSA internal storage
22

33
PSA internal storage APIs enable saving data to and retrieving data from a PSA internal flash.
44

@@ -7,11 +7,11 @@ The implementation of PSA internal storage varies depending on the target type:
77
- On a single core ARMv7-M target, PSA internal storage APIs are implemented by calling the default internal TDBStore instance.
88
- On PSA targets that implement Secure Partition Manager (SPM), PSA internal storage is implemented as a secure service. The service uses an access control list to ensure that it only accesses entries created from the Non-Secure Processing Environment (NSPE).
99

10-
#### PSA internal storage class reference
10+
### PSA internal storage class reference
1111

1212
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/development/mbed-os-api-doxy/psa__prot__internal__storage_8h.html)
1313

14-
#### Related content
14+
### Related content
1515

1616
- [API specification in Mbed OS](../apis/storage.html).
1717
- [PSA secure storage](https://pages.arm.com/PSA-APIs).
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### PSA protected storage
1+
## PSA protected storage
22

33
PSA protected storage APIs enable saving data to and retrieving data from PSA protected storage.
44

55
Unlike [PSA internal storage](../apis/psa-internal-storage.html), PSA protected storage always runs on the NSPE side and redirects calls to the KVStore instance.
66

7-
#### PSA protected storage class reference
7+
### PSA protected storage class reference
88

99
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/development/mbed-os-api-doxy/protected__storage_8h.html)
1010

11-
#### Related content
11+
### Related content
1212

1313
- [API specification in Mbed OS](../apis/storage.html).
1414
- [PSA Secure Storage](https://pages.arm.com/PSA-APIs).

0 commit comments

Comments
 (0)