|
a4369522b9
|
feat(heap): Remove old heap and modify old heap API
|
2018-09-12 11:12:30 +08:00 |
|
|
bf0b8c8bb6
|
feat(esp8266): Modify old system APIs to new ones
|
2018-06-25 20:37:38 +08:00 |
|
|
6c066fad87
|
fix(openssl): Fix warning in openssl
|
2018-05-31 15:33:42 +08:00 |
|
|
5340fae48b
|
feat(mbedtls): Modify openssl according to mbedtls V2.8.0
1. Remove SSL_CTX_set_default_read_buffer_len and SSL_set_default_read_buffer_len.
2. Add SSL_CTX_load_verify_buffer to load CA certification.
|
2018-05-25 20:42:11 +08:00 |
|
|
e518650b36
|
feat: Don't use c_types.h in SDK
|
2018-05-24 20:41:29 +08:00 |
|
|
d75ffa61eb
|
feat(esp8266): Don't use ICACHE_RODATA_ATTR to let string to be in flash
rodata will be in flash by default.
|
2018-05-24 11:02:34 +08:00 |
|
|
7665082ad0
|
feat(esp8266): Make os_printf equal to printf
Since the string used by printf are put in flash by default.
Don't need the old os_printf to define a macro to put string to flash manually.
|
2018-05-24 10:17:00 +08:00 |
|
|
7e8a728427
|
feat(mbedtls): Make openssl into mbedtls
|
2018-05-17 18:21:50 +08:00 |
|