1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-16 22:27:59 +03:00
Ivan Grokhotkov 78c24497f9 Makefile: use -f{function,data}-sections, don’t rename sections
Platform- and application-specific section placement is best done in
the application makefiles and linker scripts. On the other hand,
compiling with split sections allows code and data usage to be reduced
without tuning specific options in config file.
2017-04-29 22:26:08 +08:00
2017-04-29 22:09:38 +08:00
2017-04-29 22:09:38 +08:00
2017-04-29 22:09:38 +08:00
2015-08-30 13:46:41 +03:00
2016-04-19 08:41:06 +03:00
2015-08-30 13:34:00 +03:00
2015-08-30 13:34:00 +03:00

Replacement for Espressif's libssl, kept as close as possible to axTLS source. Currently based on axTLS 1.5.3+.

Build status

This is not a self-sufficient library. Application has to provide the following symbols (list not complete yet):

ax_port_malloc
ax_port_calloc
ax_port_realloc
ax_port_free
ax_port_read
ax_port_write
ax_port_open
ax_port_close
ax_get_file
phy_get_rand  (provided by the IoT SDK)
ets_printf    (in ESP8266 ROM)
ets_putc      (in ESP8266 ROM)
gettimeofday
time
ctime

For use with LwIP raw TCP API, see compat/README.md

To build, add xtensa toolchain to your path, and run make.

See LICENSE file for axTLS license.

Description
No description provided
Readme LGPL-2.1 1.9 GiB
Languages
C++ 61.3%
C 32.7%
Python 3.7%
HTML 0.9%
Shell 0.8%
Other 0.6%