From 6ba60e33dee1ded4953a0724ce5492dfd0ff0d98 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Mon, 17 Dec 2018 22:34:06 +0200 Subject: [PATCH] Update the CC310 readme file Update the Cryptocell 310 readme file with the binary library version information. --- features/cryptocell/FEATURE_CRYPTOCELL310/Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/cryptocell/FEATURE_CRYPTOCELL310/Readme.md b/features/cryptocell/FEATURE_CRYPTOCELL310/Readme.md index 941954e45a..4ab2853ac0 100644 --- a/features/cryptocell/FEATURE_CRYPTOCELL310/Readme.md +++ b/features/cryptocell/FEATURE_CRYPTOCELL310/Readme.md @@ -8,6 +8,13 @@ The CC 310 driver consists of three libraries: * A platform-specific TRNG library, containing TRNG-related information, for sampling sufficient entropy on the specific platform(`libcc_trng.a`). * A platform-specific library containing extra information, such as the CC register's base addresses on the specific board. (`libcc_ext.a`) +Library version information: + +* The CC 310 libraries were built from version `arm_sw-cc310-1.1.0.1285` +* The `IAR` libraries were built using `IAR ANSI C/C++ Compiler V7.80.1.11864/W32 for ARM` with `--cpu Cortex-M4f`. +* The `ARM` libraries were built using `ARM Compiler 5.06 update 4 (build 422)` with `--cpu cortex-m4`. +* The `GCC_ARM` libraries were built using `arm-none-eabi-gcc 6.3.1 20170620 (release)` with `-mcpu=cortex-m4`. + To port your CC 310 driver to Mbed OS on your specific target, do the following: 1. In `targets.json` add the following to your target: