mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-29 01:31:32 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
14
Living_SDK/utility/mbedtls/aos/README.md
Normal file
14
Living_SDK/utility/mbedtls/aos/README.md
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue