/hal_espressif-3.5.0/components/newlib/ |
D | pthread.c | 26 int sigfillset(sigset_t *what) in sigfillset() argument 29 if (what != NULL) { in sigfillset() 30 *what = ~0; in sigfillset()
|
/hal_espressif-3.5.0/examples/protocols/asio/asio_chat/main/ |
D | asio_chat.cpp | 59 … ESP_LOGE(TAG, "Exception occured during client thread execution %s", e.what()); in start_client() 101 … ESP_LOGE(TAG, "Exception occured during server thread execution %s", e.what()); in app_main() 114 ESP_LOGE(TAG, "Exception occured during run %s", e.what()); in app_main()
|
/hal_espressif-3.5.0/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 12 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 16 A clear and concise description of what you want to happen.
|
/hal_espressif-3.5.0/tools/ci/ |
D | check_public_headers.py | 61 def exec_cmd_to_temp_file(what, suffix=''): argument 63 rc, out, err = exec_cmd(what, out_file) 69 def exec_cmd(what, out_file=subprocess.PIPE): argument 70 p = subprocess.Popen(what, stdin=subprocess.PIPE, stdout=out_file, stderr=subprocess.PIPE)
|
/hal_espressif-3.5.0/components/xtensa/esp32/include/xtensa/config/ |
D | core.h | 831 #define XCHAL_ITLB_SET(n,what) _XCHAL_ITLB_SET(n, _ ## what ) argument 833 #define XCHAL_ITLB_SET_E(n,i,what) _XCHAL_ITLB_SET_E(n,i, _ ## what ) argument 835 #define XCHAL_DTLB_SET(n,what) _XCHAL_DTLB_SET(n, _ ## what ) argument 837 #define XCHAL_DTLB_SET_E(n,i,what) _XCHAL_DTLB_SET_E(n,i, _ ## what ) argument
|
/hal_espressif-3.5.0/components/xtensa/esp32s2/include/xtensa/config/ |
D | core.h | 885 #define XCHAL_ITLB_SET(n,what) _XCHAL_ITLB_SET(n, _ ## what ) argument 887 #define XCHAL_ITLB_SET_E(n,i,what) _XCHAL_ITLB_SET_E(n,i, _ ## what ) argument 889 #define XCHAL_DTLB_SET(n,what) _XCHAL_DTLB_SET(n, _ ## what ) argument 891 #define XCHAL_DTLB_SET_E(n,i,what) _XCHAL_DTLB_SET_E(n,i, _ ## what ) argument
|
/hal_espressif-3.5.0/components/xtensa/esp32s3/include/xtensa/config/ |
D | core.h | 881 #define XCHAL_ITLB_SET(n,what) _XCHAL_ITLB_SET(n, _ ## what ) argument 883 #define XCHAL_ITLB_SET_E(n,i,what) _XCHAL_ITLB_SET_E(n,i, _ ## what ) argument 885 #define XCHAL_DTLB_SET(n,what) _XCHAL_DTLB_SET(n, _ ## what ) argument 887 #define XCHAL_DTLB_SET_E(n,i,what) _XCHAL_DTLB_SET_E(n,i, _ ## what ) argument
|
/hal_espressif-3.5.0/components/unity/include/ |
D | unity_test_runner.h | 26 #define UNITY_TEST_UID(what) UNITY_EXPAND(what, __LINE__) argument
|
/hal_espressif-3.5.0/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 46 it, ‘and what is the use of a book,’ thought Alice ‘without pictures or 76 plenty of time as she went down to look about her and to wonder what was 77 going to happen next. First, she tried to look down and make out what 99 ‘--yes, that’s about the right distance--but then I wonder what Latitude 100 or Longitude I’ve got to?’ (Alice had no idea what Latitude was, or 107 right word) ‘--but I shall have to ask them what the name of the country 110 through the air! Do you think you could manage it?) ‘And what an 204 what I should be like then?’ And she tried to fancy what the flame of a 275 Oh dear, what nonsense I’m talking!’ 292 she hastily dried her eyes to see what was coming. It was the White [all …]
|
/hal_espressif-3.5.0/examples/cxx/experimental/experimental_cpp_component/ |
D | esp_exception.cpp | 23 const char *ESPException::what() const noexcept { in what() function in idf::ESPException
|
/hal_espressif-3.5.0/components/asio/port/include/ |
D | esp_exception.h | 25 ESP_LOGE("esp32_asio_exception", "Caught exception: %s!", e.what()); in throw_exception()
|
/hal_espressif-3.5.0/examples/peripherals/uart/uart_repl/ |
D | README.md | 19 …on is needed in order to run the example. However, as stated before, if you are willing to see what 47 Here is a diagram of what UARTs will look like:
|
/hal_espressif-3.5.0/examples/cxx/experimental/experimental_cpp_component/include/ |
D | esp_exception.hpp | 45 virtual const char *what() const noexcept;
|
/hal_espressif-3.5.0/tools/test_apps/system/no_embedded_paths/ |
D | sdkconfig.ci.silentasserts | 5 # try to maximize what we can check
|
D | sdkconfig.ci.noasserts | 6 # try to maximize what we can check
|
D | sdkconfig.ci.replacepaths | 5 # try to maximize what we can check
|
/hal_espressif-3.5.0/examples/cxx/exceptions/main/ |
D | exception_example_main.cpp | 52 cout << "Exception caught: " << e.what() << endl; in app_main()
|
/hal_espressif-3.5.0/examples/cxx/experimental/experimental_cpp_component/host_test/fixtures/ |
D | test_fixtures.hpp | 38 virtual const char *what() const noexcept in what() function in CMockException
|
/hal_espressif-3.5.0/docs/ |
D | TEMPLATE_EXAMPLE_README.md | 19 …un on any commonly available ESP32 development board. Otherwise, describe what specific hardware s… 63 …n be done by breaking down the execution path step by step, or explaining what each major function…
|
/hal_espressif-3.5.0/examples/cxx/experimental/experimental_cpp_component/test/ |
D | test_cxx_exceptions.cpp | 57 TEST_ASSERT(strcmp(esp_err_to_name(ESP_FAIL), e.what()) == 0);
|
/hal_espressif-3.5.0/examples/cxx/experimental/sensor_mcp9808/main/ |
D | sensor_mcp9808.cpp | 50 cout << "I2C Exception with error: " << e.what(); in app_main()
|
/hal_espressif-3.5.0/components/ |
D | README.md | 5 This document contains details about what the core components are, what they contain, and how they … 14 nature of what these components contain, the likelihood is high that a lot of other components will…
|
/hal_espressif-3.5.0/components/esp_event/host_test/ |
D | fixtures.hpp | 34 virtual const char *what() const noexcept in what() function in CMockException
|
/hal_espressif-3.5.0/examples/system/app_trace_to_host/main/ |
D | Kconfig.projbuild | 18 in your applications, if you are not sure what you are doing.
|
/hal_espressif-3.5.0/ |
D | .mypy.ini | 23 # Directs what to do with imports when the imported module is found as a .py file and not part of t…
|