mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-07-07 20:05:42 +00:00
initial commit
This commit is contained in:
commit
60a7afcc83
2528 changed files with 1001987 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
#define CONFIG_SSL_RSA 1
|
||||
|
||||
#include "rom_ssl_ram_map.h"
|
||||
#define RTL_HW_CRYPTO
|
||||
//#define SUPPORT_HW_SW_CRYPTO
|
||||
#define RTL_CRYPTO_FRAGMENT 15360 /* 15*1024 < 16000 */
|
||||
|
||||
#if CONFIG_SSL_RSA
|
||||
#include "platform_stdlib.h"
|
||||
#include "mbedtls/config_rsa.h"
|
||||
#else
|
||||
#include "platform_stdlib.h"
|
||||
#include "mbedtls/config_all.h"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue