mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
19 lines
631 B
ReStructuredText
19 lines
631 B
ReStructuredText
ASIO 端口
|
|
===========
|
|
|
|
:link_to_translation:`en:[English]`
|
|
|
|
ASIO 是一个跨平台的 C++ 库,参见 https://think-async.com/Asio/。它采用现代 C++ 方法提供了一个一致的异步模型。
|
|
|
|
``ASIO`` 组件自 ESP-IDF 版本 v5.0 起移到了单独的仓库:
|
|
|
|
* `GitHub ASIO 组件 <https://github.com/espressif/esp-protocols/tree/master/components/asio>`__
|
|
|
|
运行 ``idf.py add-dependency espressif/asio`` 将 ASIO 组件添加到你的项目中。
|
|
|
|
文档
|
|
------
|
|
|
|
访问以下链接查看相关文档:
|
|
|
|
* `ASIO 文档 (English) <https://docs.espressif.com/projects/esp-protocols/asio/docs/latest/index.html>`__ |