ASIO: fixed undefined ref to atomic functions and enabled examples for CI (esp32s2beta)

Implemented the atomic functions needed to compile and link the asio examples on esp32s2beta.


* Original commit: espressif/esp-idf@845003a1c3
This commit is contained in:
Marius Vikhammer
2019-11-01 09:54:34 +08:00
committed by gabsuren
parent ee6dbbfeaa
commit ff7d214f9c
4 changed files with 0 additions and 4 deletions

View File

@ -6,6 +6,5 @@ cmake_minimum_required(VERSION 3.5)
# This example uses an extra component for common functions such as Wi-Fi and Ethernet connection.
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
set(SUPPORTED_TARGETS esp32)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(asio_tcp_echo_server)