Skip to content

Commit ac499ba

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Merge pull request #9122 from RonEld/update_cc310_iar_libs
Update the CC310 IAR libraries
2 parents 9edbcd7 + 2446470 commit ac499ba

File tree

12 files changed

+7
-0
lines changed

12 files changed

+7
-0
lines changed

features/cryptocell/FEATURE_CRYPTOCELL310/Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ The CC 310 driver consists of three libraries:
88
* A platform-specific TRNG library, containing TRNG-related information, for sampling sufficient entropy on the specific platform(`libcc_trng.a`).
99
* A platform-specific library containing extra information, such as the CC register's base addresses on the specific board. (`libcc_ext.a`)
1010

11+
Library version information:
12+
13+
* The CC 310 libraries were built from version `arm_sw-cc310-1.1.0.1285`
14+
* The `IAR` libraries were built using `IAR ANSI C/C++ Compiler V7.80.1.11864/W32 for ARM` with `--cpu Cortex-M4f`.
15+
* The `ARM` libraries were built using `ARM Compiler 5.06 update 4 (build 422)` with `--cpu cortex-m4`.
16+
* The `GCC_ARM` libraries were built using `arm-none-eabi-gcc 6.3.1 20170620 (release)` with `-mcpu=cortex-m4`.
17+
1118
To port your CC 310 driver to Mbed OS on your specific target, do the following:
1219

1320
1. In `targets.json` add the following to your target:
Binary file not shown.

0 commit comments

Comments
 (0)