Skip to content

Commit 71263ae

Browse files
frkvtejlmand
authored andcommitted
crypto: Adding nrf_cc310_mbedcrypto version 0.9.1
-Added 0.9.1 version of the crypto library -Added changelog Ref: NCSDK-3403 Signed-off-by: Frank Audun Kvamtrø <[email protected]> Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent a806f5f commit 71263ae

File tree

34 files changed

+59
-4
lines changed

34 files changed

+59
-4
lines changed

crypto/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ endif()
4040

4141
if (CONFIG_NRF_CC310_PLATFORM)
4242
set (NRF_CC310_PLATFORM_BASE ${CMAKE_CURRENT_SOURCE_DIR}/nrf_cc310_platform)
43-
set (NRF_CC310_PLATFORM_VER 0.9.0)
43+
set (NRF_CC310_PLATFORM_VER 0.9.1)
4444
if (NOT CONFIG_CC310_INTERRUPTS_BACKEND)
4545
set(CC310_PLATFORM_FLAVOR no-interrupts)
4646
endif()
@@ -70,7 +70,7 @@ endif()
7070

7171
if (CONFIG_CC310_BACKEND)
7272
set(NRF_CC310_BASE ${CMAKE_CURRENT_SOURCE_DIR}/nrf_cc310_mbedcrypto)
73-
set(NRF_CC310_VER 0.9.0)
73+
set(NRF_CC310_VER 0.9.1)
7474
if (NOT CONFIG_CC310_INTERRUPTS_BACKEND)
7575
set(CC310_FLAVOR no-interrupts)
7676
endif()

crypto/nrf_cc310_mbedcrypto/CHANGELOG.rst

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,61 @@ Changelog - nRF cc310 mbed crypto
55

66
All notable changes to this project are documented in this file.
77

8+
nrf_cc310_mbedcrypto - 0.9.1
9+
****************************
10+
11+
New experimental version of nrf_cc310_mbedcrypto with general bugfixes. This version is dependent on nrf_cc310_platform library for low-level initialization of the system and proper RTOS integration.
12+
13+
Added
14+
=====
15+
16+
Added new build of nRF_cc310_mbedcrypto library for nRF9160 and nRF52 architectures.
17+
18+
..note:
19+
20+
short-wchar: Those libraries are compiled with a wchar_t size of 16 bits.
21+
22+
* nrf_cc310_mbedcrypto, nRF9160 variants
23+
24+
* ``cortex-m33/hard-float/libnrf_cc310_mbedcrypto_0.9.1.a``
25+
* ``cortex-m33/soft-float/libnrf_cc310_mbedcrypto_0.9.1.a``
26+
27+
* No interrupts
28+
29+
* ``cortex-m33/soft-float/no-interrupts/libnrf_cc310_mbedcrypto_0.9.1.a``
30+
* ``cortex-m33/hard-float/no-interrupts/libnrf_cc310_mbedcrypto_0.9.1.a``
31+
32+
* short-wchar
33+
34+
* ``cortex-m33/hard-float/short-wchar/libnrf_cc310_mbedcrypto_0.9.1.a``
35+
* ``cortex-m33/soft-float/short-wchar/libnrf_cc310_mbedcrypto_0.9.1.a``
36+
37+
* short-wchar, No interrupts
38+
39+
* ``cortex-m33/hard-float/short-wchar/no-interrupts/libnrf_cc310_mbedcrypto_0.9.1.a``
40+
* ``cortex-m33/soft-float/short-wchar/no-interrupts/libnrf_cc310_mbedcrypto_0.9.1.a``
41+
42+
* nrf_cc310_mbedcrypto, nRF52 variants
43+
44+
* ``cortex-m4/soft-float/libnrf_cc310_mbedcrypto_0.9.1.a``
45+
* ``cortex-m4/hard-float/libnrf_cc310_mbedcrypto_0.9.1.a``
46+
47+
* No interrupts
48+
49+
* ``cortex-m4/hard-float/no-interrupts/libnrf_cc310_mbedcrypto_0.9.1.a``
50+
* ``cortex-m4/soft-float/no-interrupts/libnrf_cc310_mbedcrypto_0.9.1.a``
51+
52+
* short-wchar
53+
54+
* ``cortex-m4/soft-float/short-wchar/libnrf_cc310_mbedcrypto_0.9.1.a``
55+
* ``cortex-m4/hard-float/short-wchar/libnrf_cc310_mbedcrypto_0.9.1.a``
56+
57+
* short-wchar, No interrupts
58+
59+
* ``cortex-m4/soft-float/short-wchar/no-interrupts/libnrf_cc310_mbedcrypto_0.9.1.a``
60+
* ``cortex-m4/hard-float/short-wchar/no-interrupts/libnrf_cc310_mbedcrypto_0.9.1.a``
61+
62+
863
nrf_cc310_mbedcrypto - 0.9.0
964
****************************
1065

@@ -63,10 +118,10 @@ Added new build of nRF_cc310_mbedcrypto library for nRF9160 and nRF52 architectu
63118
nrf_cc310_mbedcrypto - 0.8.1
64119
****************************
65120

66-
New experimental version of nrf_cc310_mbedcrypto with general bugfixes.
121+
New experimental version of nrf_cc310_mbedcrypto with general bugfixes.
67122

68123
..note::
69-
This version should be used for nRF9160 devices. Use of earlier versions may lead to
124+
This version should be used for nRF9160 devices. Use of earlier versions may lead to
70125
undefined behavior on some nRF9160 devices.
71126

72127
Added

0 commit comments

Comments
 (0)