This repository contains an example demonstrating the compilation and use of Mbed Crypto on Mbed OS.
getting-started/mbed_app.json@2:b0f0cdcada7f, 2019-11-18 (annotated)
- Committer:
- mbed_official
- Date:
- Mon Nov 18 15:02:35 2019 +0000
- Revision:
- 2:b0f0cdcada7f
- Parent:
- 0:f34b7234a060
Merge pull request #52 from dgreen-arm/add-jenkinsfile
Add Jenkinsfile for PR testing
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-mbed-crypto
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 0:f34b7234a060 | 1 | { |
mbed_official | 0:f34b7234a060 | 2 | "target_overrides": { |
mbed_official | 0:f34b7234a060 | 3 | "*": { |
mbed_official | 0:f34b7234a060 | 4 | "platform.stdio-convert-newlines": true, |
mbed_official | 0:f34b7234a060 | 5 | "target.components_remove": ["SD"] |
mbed_official | 0:f34b7234a060 | 6 | } |
mbed_official | 0:f34b7234a060 | 7 | }, |
mbed_official | 0:f34b7234a060 | 8 | "macros": [ |
mbed_official | 0:f34b7234a060 | 9 | "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_user_config.h\"" |
mbed_official | 0:f34b7234a060 | 10 | ] |
mbed_official | 0:f34b7234a060 | 11 | } |
mbed_official | 0:f34b7234a060 | 12 |