Skip to content

Commit 8ab00df

Browse files
jh6186GalkinIvanSeokwon Leezhizhezhuzxytddd
authored andcommitted
Adding Samsung Exynos i S111 target code.
Adding a new target of HW development kit using [Samsung Exynos i S111](https://www.samsung.com/semiconductor/minisite/exynos/products/iot/exynos-i-s111/) module to Mbed-OS. This will widen the HW choices of Mbed-OS enabled NB-IoT, GNSS and Security (eFuse, AES, SHA-2, PKA, Secure Storage, Security Sub-System, [PUF](https://en.wikipedia.org/wiki/Physical_unclonable_function)) modules. Target Name: S5JS100 Co-authored-by: Ivan Galkin <[email protected]> Co-authored-by: Seokwon Lee <[email protected]> Co-authored-by: Zhizhe Zhu <[email protected]> Co-authored-by: Xinyi Zhao <[email protected]>
1 parent ee1d998 commit 8ab00df

File tree

102 files changed

+20827
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+20827
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/* mbed Microcontroller Library
2+
* Copyright (c) 2015-2016 Nuvoton
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
#ifndef MBEDTLS_DEVICE_H
17+
#define MBEDTLS_DEVICE_H
18+
19+
//#define MBEDTLS_DES_ALT
20+
21+
//#define MBEDTLS_SHA1_ALT
22+
#define MBEDTLS_SHA256_ALT
23+
#define MBEDTLS_SHA512_ALT
24+
25+
//#define MBEDTLS_AES_ALT
26+
27+
//#define MBEDTLS_ECP_INTERNAL_ALT
28+
/* Support for Weierstrass curves with Jacobi representation */
29+
//#define MBEDTLS_ECP_RANDOMIZE_JAC_ALT
30+
//#define MBEDTLS_ECP_ADD_MIXED_ALT
31+
//#define MBEDTLS_ECP_DOUBLE_JAC_ALT
32+
//#define MBEDTLS_ECP_NORMALIZE_JAC_ALT
33+
//#define MBEDTLS_ECP_NORMALIZE_JAC_MANY_ALT
34+
/* Support for curves with Montgomery arithmetic */
35+
//#define MBEDTLS_ECP_DOUBLE_ADD_MXZ_ALT
36+
//#define MBEDTLS_ECP_RANDOMIZE_MXZ_ALT
37+
//#define MBEDTLS_ECP_NORMALIZE_MXZ_ALT
38+
39+
#endif /* MBEDTLS_DEVICE_H */

0 commit comments

Comments
 (0)