1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00
Files
esp8266/tools/sdk/lib
Ivan Grokhotkov e206093b60 Update libaxtls.a to 324c2fd
Changelog:
324c2fdade Terminate connection if increase_bm_data_size fails
96fbb39f21 Update README.md
c18bb56e61 Add travis CI
9eaeca3a03 Postpone freeing of X509 context to the first data exchange after handshake
28869ea94b Use free followed by malloc instead of realloc when increasing raw buffer
43a90bcf35 Merge pull request #8 from slaff/feature/lwipr-compat
66e1a5f423 Merge pull request #7 from slaff/feature/sni
1154d0a985 Changed the code to reserve bytes for hostname only if needed.
63da8991c2 Added SNI ( https://en.wikipedia.org/wiki/Server_Name_Indication ) support.
7c38865f66 Restructured the lwip raw comat code. Added replacements for the time functions on ESP8266.
885ff3e8f0 Merge pull request #6 from slaff/feature/lwip-raw
d78e7a0799 Initial version of axTLS integration with lwip raw tcp mode (http://lwip.wikia.com/wiki/Raw/TCP).
2016-02-26 18:41:27 +03:00
..
2016-01-09 11:50:58 +01:00
2016-02-26 18:41:27 +03:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00
2015-05-18 16:04:30 +03:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00
2015-12-17 23:14:59 +03:00
2016-01-09 11:50:58 +01:00
2015-07-04 09:45:05 +02:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00

Updating SDK libraries

After updating SDK libraries to a new version, do the following changes.

  1. Remove mem_manager.o from libmain.a to use custom heap implementation

    xtensa-lx106-elf-ar -d libmain.a mem_manager.o