mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(configs): Remove mentions of ASIO from configs files
This commit is contained in:
@@ -14,7 +14,7 @@ int pthread_setcancelstate(int state, int *oldstate)
|
||||
return 0;
|
||||
}
|
||||
|
||||
// This functions (pthread_sigmask(), sigfillset) are called from ASIO::signal_blocker to temporarily silence signals
|
||||
// This functions (pthread_sigmask(), sigfillset) might be called from external libs to temporarily silence signals
|
||||
// Since signals are not yet supported in ESP pthread these functions serve as no-ops
|
||||
//
|
||||
int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict oset)
|
||||
|
||||
@@ -158,7 +158,6 @@ Copyright (C) 2011 ChaN, all right reserved.
|
||||
.. _CMock: https://github.com/ThrowTheSwitch/CMock
|
||||
.. _protobuf-c: https://github.com/protobuf-c/protobuf-c
|
||||
.. _Unity: https://github.com/ThrowTheSwitch/Unity
|
||||
.. _asio: https://github.com/chriskohlhoff/asio
|
||||
.. _zephyr: https://github.com/zephyrproject-rtos/zephyr
|
||||
.. _mynewt-nimble: https://github.com/apache/mynewt-nimble
|
||||
.. _ESP-IDF Programming Guide: https://docs.espressif.com/projects/esp-idf/en/latest/
|
||||
|
||||
@@ -158,7 +158,6 @@ TJpgDec - Tiny JPEG 解压器 R0.01 (C) 2011 ChaN,是一个用于小型嵌入
|
||||
.. _CMock: https://github.com/ThrowTheSwitch/CMock
|
||||
.. _protobuf-c: https://github.com/protobuf-c/protobuf-c
|
||||
.. _Unity: https://github.com/ThrowTheSwitch/Unity
|
||||
.. _asio: https://github.com/chriskohlhoff/asio
|
||||
.. _zephyr: https://github.com/zephyrproject-rtos/zephyr
|
||||
.. _mynewt-nimble: https://github.com/apache/mynewt-nimble
|
||||
.. _ESP-IDF 编程指南: https://docs.espressif.com/projects/esp-idf/zh_CN/latest/
|
||||
|
||||
+1
-1
@@ -108,7 +108,7 @@ esp_err_t example_disconnect(void);
|
||||
/**
|
||||
* @brief Configure stdin and stdout to use blocking I/O
|
||||
*
|
||||
* This helper function is used in ASIO examples. It wraps installing the
|
||||
* This helper function is used in some examples. It wraps installing the
|
||||
* UART driver and configuring VFS layer to use UART driver for console I/O.
|
||||
*/
|
||||
esp_err_t example_configure_stdin_stdout(void);
|
||||
|
||||
@@ -85,13 +85,6 @@ esp_libc_component:
|
||||
- BSD-2-Clause-FreeBSD AND Apache-2.0
|
||||
license_for_new_files: Apache-2.0
|
||||
|
||||
asio_component:
|
||||
include:
|
||||
- 'components/asio/port/**'
|
||||
allowed_licenses:
|
||||
- Apache-2.0
|
||||
- BSL-1.0
|
||||
|
||||
freertos_component:
|
||||
include:
|
||||
- 'components/freertos/**'
|
||||
|
||||
@@ -8,7 +8,6 @@ ignore:
|
||||
|
||||
skip:
|
||||
# submodules and third-party code
|
||||
- "components/asio/asio"
|
||||
- "components/bootloader/subproject/components/micro-ecc/micro-ecc"
|
||||
- "components/bt/controller/lib_esp32"
|
||||
- "components/bt/controller/lib_esp32c3_family"
|
||||
|
||||
Reference in New Issue
Block a user