asio: initial idf port of asio library without ssl

* Original commit: espressif/esp-idf@1ef13c524c
This commit is contained in:
David Cermak
2018-05-29 11:25:24 +02:00
committed by gabsuren
parent 51a50db0fd
commit 5472d5c52f
45 changed files with 2068 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#
# Main component makefile.
#
# This Makefile can be left empty. By default, it will take the sources in the
# src/ directory, compile them and link them into lib(subdirectory_name).a
# in the build directory. This behaviour is entirely configurable,
# please read the ESP-IDF documents if you need to do this.
#