rel_1.6.0 init

This commit is contained in:
guocheng.kgc 2020-06-18 20:06:52 +08:00 committed by shengdong.dsd
commit 27b3e2883d
19359 changed files with 8093121 additions and 0 deletions

View file

@ -0,0 +1,14 @@
## Introduction
This Mbed TLS layer is ported from the open source Mbed TLS, and we only modified the needed parts
to adapt to AliOS Things, so this layer provides the same APIs and features as the open source
Mbed TLS. For details, please refer to https://tls.mbed.org/ .
The major modification for porting Mbed TLS includes:
- provides our network socket APIs in aos/library/net_sockets.c
- provides our threading mutex APIs in aos/library/threading_alt.c
- provides our memory management APIs in aos/library/platform.c
- provides our configuration in include/mbedtls/config.h
## Dependencies
N/A