You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a set of examples demonstrating the compilation and use of Mbed Crypto on Mbed OS.
4
-
5
-
List of examples contained within this repository:
6
-
* Example code snippets for using the library, with [documentation](https://github.com/ARMmbed/mbed-crypto/blob/development/docs/getting_started.md).
2
+
# Running PSA Crypto examples on Mbed OS
3
+
This repository contains an example demonstrating the compilation and use of PSA Crypto on Mbed OS.
* On TF-M targets, this API is provided by TF-M and always enabled.
8
+
* On other targets, Mbed OS PSA can be enabled by adding `target.extra_labels_add": ["MBED_PSA_SRV"]`
9
+
to `target_overrides` in [`getting-started/mbed_app.json`](./getting-started/mbed_app.json). Note that
10
+
this cannot coexist with TF-M.
11
+
12
+
## Mbed OS build tools
13
+
14
+
### Mbed CLI 2
15
+
Starting with version 6.5, Mbed OS uses Mbed CLI 2. It uses Ninja as a build system, and CMake to generate the build environment and manage the build process in a compiler-independent manner. If you are working with Mbed OS version prior to 6.5 then check the section [Mbed CLI 1](#mbed-cli-1).
0 commit comments