877 Commits

Author SHA1 Message Date
2c05ca3151 feat(lwip): Modify lwipopts and add menunconfig
1. Disable multi-socket.
2. Add menuconfig of lwip options.
3. Use os_malloc/os_calloc/os_free instead of malloc/calloc/free in lwip.
2018-05-02 17:10:30 +08:00
8b5df2adb9 Merge branch 'feature/change_esp8266_ip_address' into 'feature/update_lwip'
feat(esp8266): Change ip_addr/ip_addr_t to ip4_addr/ip4_addr_t

See merge request sdk/ESP8266_RTOS_SDK!104
2018-05-02 16:48:05 +08:00
0c5ad1c701 Merge branch 'feature/modify_tcpip_adapter_accordiing_to_lwip_2_0_3' into 'feature/update_lwip'
feat(tcpip_adapter): Change ip_addr/ip_addr_t to ip4_addr/ip4_addr_t

See merge request sdk/ESP8266_RTOS_SDK!106
2018-05-02 16:47:20 +08:00
de7856864d feat(lwip): Modify lwip port according to the lwip library update
1. Change ip_addr/ip_addr_t to ip4_addr/ip4_addr_t.
2. Use GCC error number instead of lwip error define.
3. Change the unit of sys_now to milliseconds.
2018-05-02 16:40:12 +08:00
71a216dbc4 feat(tcpip_adapter): Change ip_addr/ip_addr_t to ip4_addr/ip4_addr_t 2018-05-02 16:37:26 +08:00
6018aa6b8c feat(wolfssl): Remove insecure cipher suites RC4 and RABBIT 2018-05-01 17:22:54 +08:00
57880c7a41 feat(esp8266): Change ip_addr/ip_addr_t to ip4_addr/ip4_addr_t 2018-05-01 13:26:52 +08:00
8f93ab7629 feat(lwip): Update lwip from 1.4.0 to 2.0.3
Source: https://git.savannah.nongnu.org/git/lwip.git
2018-04-30 12:23:02 +08:00
91dffcc10b Merge branch 'feature/remove_nopoll' into 'master'
feat(nopoll): Remove nopoll support

See merge request sdk/ESP8266_RTOS_SDK!102
2018-04-28 20:50:40 +08:00
81ec660a2d feat(nopoll): Remove nopoll support
It's LGPL license.
2018-04-28 20:45:21 +08:00
ac5665ff5f feat(espconn): Remove espconn support 2018-04-28 20:41:39 +08:00
9ba5d39551 feat(esp8266): Modify ld files back
commit: 3dda7069 enlarges .text section temperary
2018-04-28 16:17:13 +08:00
0e8280e1dc feat(freertos): Put freertos in flash by default 2018-04-27 21:56:36 +08:00
2f058746c0 Merge branch 'feature/update_freertos_to_newest' into 'master'
update freertos to v10.0.1

See merge request sdk/ESP8266_RTOS_SDK!95
2018-04-27 20:58:20 +08:00
bfe7957820 feat(freertos): Add backward compatibility 2018-04-27 20:54:32 +08:00
025f49d228 feat(freertos): Initialize cpu_sr when FreeRTOS core call port function xPortStartScheduler 2018-04-27 20:54:32 +08:00
3dda706968 feat(esp8266): Add 0xD00 bytes IRAM space for new FreeRTOS 2018-04-27 20:54:32 +08:00
8418cb26d2 feat(freertos): Make components compiling OK 2018-04-27 20:54:32 +08:00
e10c902c3e feat(freertos): Update FreeRTOS version to TAG 1.2.3
URL: https://github.com/aws/amazon-freertos
2018-04-27 20:54:32 +08:00
48f338bf35 feat(freertos): Change FreeRTOS directory structure to prepare updating it 2018-04-27 19:54:53 +08:00
632af7388e feat(esp8266): Add panic function when crash 2018-04-27 17:54:26 +08:00
1ff0028252 Merge branch 'refactor' into 'master'
Add esp socket between lwip and wifi

See merge request sdk/ESP8266_RTOS_SDK!96
2018-04-27 17:52:27 +08:00
040cf5820d feat(tcpip_adapter): Remove unused function 2018-04-27 14:42:10 +08:00
2951ce795a Merge branch 'feature/add_mbedtls_example' into 'master'
feat(examples): Add https mbedtls example

See merge request sdk/ESP8266_RTOS_SDK!84
2018-04-26 18:09:17 +08:00
98bb966357 feat(wifi): Using esp socket in WiFi libs 2018-04-26 18:05:21 +08:00
a1abb1ef32 feat(examples): Add https-wolfssl example 2018-04-26 17:50:21 +08:00
28b56c4fce Merge branch 'bugfix/close_esp_socket_when_rm_netif' into 'refactor'
Close esp_socket when close netif

See merge request sdk/ESP8266_RTOS_SDK!91
2018-04-26 17:17:38 +08:00
ee5e49a703 feat(LWIP): Transform custom pbuf to raw pbuf at output LWIP packet 2018-04-26 16:46:35 +08:00
56ee3d8103 feat(tcpip_adapter): Close esp_socket when close netif 2018-04-26 15:12:55 +08:00
c449c39388 feat(examples): Add https mbedtls example 2018-04-25 19:05:57 +08:00
02708419d2 fix(wolfssl): Fix wolfssl verify cert chain failed error 2018-04-25 18:31:23 +08:00
f23d3fc404 feat(lwip): LWIP and tcpip adapter using esp_socket to read/write low-level data 2018-04-24 15:14:16 +08:00
39b77d4337 feat(lwip): Add macro "LWIP_SUPPORT_CUSTOM_PBUF"
LWIP of newer version has this.
2018-04-23 16:42:50 +08:00
a22f76fc74 feat(doc): Add doc to describe each 3rd party component's version
Since we don't use submodule in current sdk, note each 3rd party component's version in VERSION.md.
2018-04-23 15:01:02 +08:00
bd8ef5a84c Merge branch 'feature/add_wolfssl_library' into 'master'
feat(wolfssl): Add wolfssl commercial library V3.14.0

See merge request sdk/ESP8266_RTOS_SDK!79
2018-04-23 14:10:56 +08:00
895b1b7a6f feat(wolfssl): Add wolfssl commercial library V3.14.0 2018-04-23 13:56:34 +08:00
1644dba60f Merge branch 'feature/redefine_nopoll_file_folder_structure' into 'master'
feat(nopoll): Redefine nopoll file folder structure

See merge request sdk/ESP8266_RTOS_SDK!80
2018-04-21 21:35:55 +08:00
e82247bf35 feat(nopoll): Redefine nopoll file folder structure 2018-04-21 14:26:44 +08:00
1dcf28de32 feat(cJSON): Update cJSON library to V1.7.6
Source: https://github.com/DaveGamble/cJSON.git
2018-04-20 21:33:27 +08:00
27888f19cc feat(esp8266): Add WIFI socket and async APIs
1. add section to linking file
2018-04-20 21:00:32 +08:00
0e2445bfdb Merge branch 'feature/redefine_lwip_file_structure' into 'master'
feat(lwip): Redefine lwip folder structure

See merge request sdk/ESP8266_RTOS_SDK!76
2018-04-20 18:07:22 +08:00
8b0d705345 feat(lwip): add sockets_mt.c to component.mk
Remove sockets_mt.c declare  from sockets.c
2018-04-20 16:39:21 +08:00
a20e4c1218 feat(lwip): Redefine lwip file structure 2018-04-20 16:19:31 +08:00
f55807c17b Merge branch 'feature/add_esp8266_wifi_osi' into 'master'
Add esp8266 wifi osi and make internal libs independent with FreeRTOS

See merge request sdk/ESP8266_RTOS_SDK!55
2018-04-20 14:38:12 +08:00
aa1db3c3f9 Merge branch 'feature/redefine_cjson_file_structure' into 'master'
feat(cJSON): Redefine cJSON file structure

See merge request sdk/ESP8266_RTOS_SDK!75
2018-04-20 13:31:50 +08:00
c171ce3e9a feat(cJSON): Redefine cJSON file structure 2018-04-20 10:48:49 +08:00
d7cedfade5 feat(mbedtls): Update mbedtls from V2.2.1 to V2.8.0
Source: https://github.com/ARMmbed/mbedtls.git
2018-04-19 20:53:10 +08:00
9ef67e4505 feat(freertos): Add port to pass compiling 2018-04-19 20:16:48 +08:00
34cd06c059 feat(esp8266): Remove freeRTOS dependence in internal libs 2018-04-19 20:16:48 +08:00
8b3fb84266 feat(mbedtls): Redefine mbedtls file structure 2018-04-19 18:45:44 +08:00