esp-protocols/components/asio
David Cermak 9fe44a4504 fix(common): Re-applie refs to common comps idf_component.yml
This reverts commit 74fc228cdf.
This reverts commit b176d3abbb.
This reverts commit f9e0281a04.
2023-11-28 09:32:52 +01:00
..
asio@a2e0f70d61 bump(asio): 1.28.0~0 -> 1.28.2~0 2023-11-14 13:48:12 +01:00
examples fix(common): Re-applie refs to common comps idf_component.yml 2023-11-28 09:32:52 +01:00
port feat(asio): Updates asio to 1.28 2023-10-10 10:13:06 +02:00
.cz.yaml bump(asio): 1.14.1~3 -> 1.28.0~0 2023-10-23 11:01:05 +02:00
CHANGELOG.md bump(asio): 1.28.0~0 -> 1.28.2~0 2023-11-14 13:48:12 +01:00
CMakeLists.txt feat(asio): Updates asio to 1.28 2023-10-10 10:13:06 +02:00
CONTRIBUTING.md bump(asio): 1.28.0~0 -> 1.28.2~0 2023-11-14 13:48:12 +01:00
idf_component.yml bump(asio): 1.28.0~0 -> 1.28.2~0 2023-11-14 13:48:12 +01:00
Kconfig feat(asio): Updates asio to 1.28 2023-10-10 10:13:06 +02:00
LICENSE Add homepage URL and License to all components 2023-03-02 12:35:17 +01:00
README.md docs(common): updated component and example links 2023-04-19 11:58:05 +04:00

ASIO port

Component Registry

Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It provides a consistent asynchronous model using a modern C++ approach.

Examples

Get started with examples examples

Documentation