Skip to content

Commit

Permalink
Merge pull request ARMmbed#69 from ARMmbed/release_candidate
Browse files Browse the repository at this point in the history
Update for mbed-os-6.11.0
  • Loading branch information
mbedmain authored May 24, 2021
2 parents 41edeb6 + 56ace87 commit 77f02ba
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,15 @@ matrix:
- <<: *cmake-build-test
name: "CMake atecc608a example - debug (K64F)"
env: NAME=cmake_test TARGET_NAME=K64F PROFILE=debug CACHE_NAME=debug-K64F

- <<: *cmake-build-test
name: "CMake atecc608a example - develop (NRF52_DK)"
env: NAME=cmake_test TARGET_NAME=NRF52_DK PROFILE=develop CACHE_NAME=develop-NRF52_DK

- <<: *cmake-build-test
name: "CMake atecc608a example - release (NRF52_DK)"
env: NAME=cmake_test TARGET_NAME=NRF52_DK PROFILE=release CACHE_NAME=release-NRF52_DK

- <<: *cmake-build-test
name: "CMake atecc608a example - debug (NRF52_DK)"
env: NAME=cmake_test TARGET_NAME=NRF52_DK PROFILE=debug CACHE_NAME=debug-NRF52_DK
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The examples in this repository demonstrate how to use the ATECC608A secure elem

A target with I2C and power supply connections, connected to an ATECC608A secure element as shown in [Hardware interface](#hardware-interface).

Note: This example enables Mbed OS PSA. It is _not_ suitable for or compatible with TF-M which has its own PSA implementation
(e.g. Arm TrustZone on Arm v8-M).

## Mbed OS build tools

### Mbed CLI 2
Expand Down
2 changes: 1 addition & 1 deletion atecc608a/mbed-os.lib
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/ARMmbed/mbed-os/#9738b27c7df897c29e9769911d6794ba3e5b3f19
https://github.com/ARMmbed/mbed-os/#14e5d307bb6cdccb554b591ab2602d8d47e0b2d0
7 changes: 2 additions & 5 deletions atecc608a/mbed_app.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"target_overrides": {
"*": {
"target.features_add" : ["EXPERIMENTAL_API"],
"target.features_add" : ["EXPERIMENTAL_API", "PSA"],
"target.extra_labels_add": ["MBED_PSA_SRV"],
"platform.stdio-baud-rate": 9600,
"platform.stdio-convert-newlines": true,
"mbed-trace.enable": 0
},
"NRF52_DK": {
"cryptoauthlib.i2c_sda": "P0_26",
"cryptoauthlib.i2c_scl": "P0_27"
},
"SAML21J18A": {
"cryptoauthlib.i2c_sda": "PA08",
"cryptoauthlib.i2c_scl": "PA09"
}
},
"macros": [
Expand Down

0 comments on commit 77f02ba

Please sign in to comment.