]> granicus.if.org Git - esp-idf/commit
asio: initial idf port of asio library without ssl
authorDavid Cermak <david@Davids-MacBook-Pro.local>
Tue, 29 May 2018 09:25:24 +0000 (11:25 +0200)
committerbot <bot@espressif.com>
Mon, 30 Jul 2018 06:28:43 +0000 (06:28 +0000)
commit1ef13c524c484e9fb62e6c0b11482c30c5383728
tree6a241602d1ab335b1de5f5f6427a93f5dcf42520
parenteee34ddd917cbf20732357f10110f570be6a5ae2
asio: initial idf port of asio library without ssl
62 files changed:
.gitmodules
components/asio/asio [new submodule]
components/asio/component.mk [new file with mode: 0644]
components/asio/port/include/esp_asio_config.h [new file with mode: 0644]
components/asio/port/include/esp_exception.h [new file with mode: 0644]
components/lwip/api/sockets.c
components/lwip/include/lwip/lwip/netdb.h
components/lwip/include/lwip/lwip/sockets.h
components/lwip/include/lwip/posix/netdb.h
components/newlib/platform_include/errno.h [new file with mode: 0644]
components/newlib/platform_include/net/if.h [new file with mode: 0644]
components/newlib/platform_include/pthread.h [new file with mode: 0644]
components/newlib/platform_include/sys/poll.h [new file with mode: 0644]
components/newlib/platform_include/sys/uio.h [new file with mode: 0644]
components/newlib/platform_include/sys/un.h [new file with mode: 0644]
components/newlib/platform_include/sys/unistd.h
components/newlib/pthread.c [new file with mode: 0644]
components/vfs/include/sys/ioctl.h
docs/en/COPYRIGHT.rst
docs/en/api-reference/protocols/asio.rst [new file with mode: 0644]
docs/en/api-reference/protocols/index.rst
docs/zh_CN/api-reference/protocols/asio.rst [new file with mode: 0644]
examples/protocols/asio/chat_client/Makefile [new file with mode: 0644]
examples/protocols/asio/chat_client/README.md [new file with mode: 0644]
examples/protocols/asio/chat_client/asio_chat_client_test.py [new file with mode: 0644]
examples/protocols/asio/chat_client/components/component.mk [new file with mode: 0644]
examples/protocols/asio/chat_client/components/wifi_asio.cpp [new file with mode: 0644]
examples/protocols/asio/chat_client/main/Kconfig.projbuild [new file with mode: 0644]
examples/protocols/asio/chat_client/main/chat_client.cpp [new file with mode: 0644]
examples/protocols/asio/chat_client/main/chat_message.hpp [new file with mode: 0644]
examples/protocols/asio/chat_client/main/component.mk [new file with mode: 0644]
examples/protocols/asio/chat_client/sdkconfig.defaults [new file with mode: 0644]
examples/protocols/asio/chat_server/Makefile [new file with mode: 0644]
examples/protocols/asio/chat_server/README.md [new file with mode: 0644]
examples/protocols/asio/chat_server/asio_chat_server_test.py [new file with mode: 0644]
examples/protocols/asio/chat_server/components/component.mk [new file with mode: 0644]
examples/protocols/asio/chat_server/components/wifi_asio.cpp [new file with mode: 0644]
examples/protocols/asio/chat_server/main/Kconfig.projbuild [new file with mode: 0644]
examples/protocols/asio/chat_server/main/chat_message.hpp [new file with mode: 0644]
examples/protocols/asio/chat_server/main/chat_server.cpp [new file with mode: 0644]
examples/protocols/asio/chat_server/main/component.mk [new file with mode: 0644]
examples/protocols/asio/chat_server/sdkconfig.defaults [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/Makefile [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/README.md [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/asio_tcp_server_test.py [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/components/component.mk [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/components/wifi_asio.cpp [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/main/Kconfig.projbuild [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/main/component.mk [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/main/echo_server.cpp [new file with mode: 0644]
examples/protocols/asio/tcp_echo_server/sdkconfig.defaults [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/Makefile [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/README.md [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/asio_udp_server_test.py [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/components/component.mk [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/components/wifi_asio.cpp [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/main/Kconfig.projbuild [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/main/component.mk [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/main/udp_echo_server.cpp [new file with mode: 0644]
examples/protocols/asio/udp_echo_server/sdkconfig.defaults [new file with mode: 0644]
examples/protocols/asio/wifi_init/wifi_asio.cpp [new file with mode: 0644]
tools/ci/mirror-list.txt