Searched refs:Failed (Results 1 – 25 of 38) sorted by relevance
12
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/ |
D | BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md | 77 ESP_LOGE(TAG, "%s: Failed to set matching device UUID", __func__); 91 ESP_LOGE(TAG, "%s: Failed to add local application key", __func__); 106 ESP_LOGE(TAG, "%s: Failed to bind AppKey with OnOff Client Model", __func__); 112 ESP_LOGE(TAG, "%s: Failed to bind AppKey with Fast Prov Client Model", __func__); 128 ESP_LOGE(TAG, "%s: Failed to start provisioning a device", __func__); 167 ESP_LOGE(TAG, "%s: Failed to set Fast Prov Info Set message", __func__); 196 ESP_LOGE(TAG, "%s: Failed to send Fast Prov Node Address Get message", __func__); 215 ESP_LOGE(TAG, "%s: Failed to send Generic OnOff Set Unack message", __func__);
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/ |
D | app_trace.rst | 78 ESP_LOGE(TAG, "Failed to write data to host!"); 91 ESP_LOGE(TAG, "Failed to get buffer!"); 98 ESP_LOGE(TAG, "Failed to put buffer!"); 117 ESP_LOGE(TAG, "Failed to read data from host!"); 139 ESP_LOGE(TAG, "Failed to get buffer!"); 151 ESP_LOGE(TAG, "Failed to put buffer!");
|
/hal_espressif-3.5.0/examples/openthread/ot_br/ |
D | README.md | 97 W(65559) OPENTHREAD:[WARN]-MESH-CP-: Failed to notify commissioner on ProxyRx (c/ur): DestinationAd… 99 W(65579) OPENTHREAD:[WARN]-MESH-CP-: Failed to notify commissioner on ProxyRx (c/ur): DestinationAd… 102 W(65629) OPENTHREAD:[WARN]-MESH-CP-: Failed to notify commissioner on ProxyRx (c/ur): DestinationAd… 104 W(65649) OPENTHREAD:[WARN]-MESH-CP-: Failed to notify commissioner on ProxyRx (c/ur): DestinationAd… 107 W(65689) OPENTHREAD:[WARN]-MESH-CP-: Failed to notify commissioner on ProxyRx (c/ur): DestinationAd… 111 W(65749) OPENTHREAD:[WARN]-MESH-CP-: Failed to notify commissioner on ProxyRx (c/ur): DestinationAd…
|
/hal_espressif-3.5.0/docs/zh_CN/api-reference/protocols/ |
D | mdns.rst | 97 printf("Query Failed"); 149 ESP_LOGE(TAG, "Query Failed");
|
/hal_espressif-3.5.0/docs/en/api-reference/system/ |
D | freertos_additions.rst | 58 printf("Failed to create ring buffer\n"); 64 printf("Failed to send item\n"); 89 printf("Failed to acquire memory for item\n"); 101 printf("Failed to send item\n"); 124 //Failed to receive item 125 printf("Failed to receive item\n"); 155 //Failed to receive item 156 printf("Failed to receive item\n"); 180 //Failed to receive item 181 printf("Failed to receive item\n"); [all …]
|
/hal_espressif-3.5.0/examples/system/gcov/ |
D | README.md | 135 Failed to wait halt on bp target (-4)! 136 Failed to halt targets (-4)! 137 Failed to connect to targets (-4)!
|
/hal_espressif-3.5.0/docs/zh_CN/get-started/ |
D | linux-setup.rst | 36 使用某些 Linux 版本向 {IDF_TARGET_NAME} 烧录固件时,可能会出现 ``Failed to open port /dev/ttyUSB0`` 错误消息。此时可以将用户添加至 :…
|
/hal_espressif-3.5.0/docs/en/api-reference/protocols/ |
D | mdns.rst | 97 printf("Query Failed"); 149 ESP_LOGE(TAG, "Query Failed");
|
/hal_espressif-3.5.0/examples/system/base_mac_address/ |
D | README.md | 81 E (298) BASE_MAC: Failed to get base MAC address from EFUSE BLK3. (ESP_ERR_INVALID_VERSION) 90 E (298) BASE_MAC: Failed to get base MAC address from EFUSE BLK3. (ESP_ERR_INVALID_VERSION)
|
/hal_espressif-3.5.0/components/spiffs/ |
D | project_include.cmake | 64 set(message "Failed to create SPIFFS image for partition '${partition}'. "
|
/hal_espressif-3.5.0/docs/zh_CN/get-started-legacy/ |
D | linux-setup.rst | 87 某些 Linux 版本可能在烧写 ESP32 时会出现 ``Failed to open port /dev/ttyUSB0`` 错误消息,这可以通过 :ref:`将当前用户添加到 dialout …
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | twai.rst | 383 printf("Failed to install driver\n"); 391 printf("Failed to start driver\n"); 425 printf("Failed to queue message for transmission\n"); 444 printf("Failed to receive message\n"); 477 printf("Failed to reconfigure alerts"); 499 printf("Failed to stop driver\n"); 507 printf("Failed to uninstall driver\n");
|
/hal_espressif-3.5.0/docs/en/get-started/ |
D | linux-setup.rst | 36 With some Linux distributions you may get the ``Failed to open port /dev/ttyUSB0`` error message wh…
|
/hal_espressif-3.5.0/tools/cmake/ |
D | kconfig.cmake | 70 … message(WARNING "Failed to detect version of mconf-idf. Return code was ${mconf_res}.") 266 … message(FATAL_ERROR "Failed to run confgen.py (${confgen_basecommand}). Error ${config_result}")
|
D | build.cmake | 200 message(FATAL_ERROR "Failed to resolve component '${req}'.") 289 … message(FATAL_ERROR "Failed to run Python dependency check. Python: ${python}, Error: ${result}") 505 message(FATAL_ERROR "Failed to resolve component '${component}'.")
|
D | utilities.cmake | 239 set(fail_message "Failed executing target (see errors on lines above)")
|
/hal_espressif-3.5.0/examples/storage/sd_card/sdmmc/ |
D | README.md | 128 A fatal error occurred: Failed to connect to Espressif device: Invalid head of packet (0x34) 144 example: Failed to mount filesystem. If you want the card to be formatted, set the EXAMPLE_FORMAT_I…
|
/hal_espressif-3.5.0/docs/en/get-started-legacy/ |
D | linux-setup.rst | 87 With some Linux distributions you may get the ``Failed to open port /dev/ttyUSB0`` error message wh…
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | app_trace.rst | 78 ESP_LOGE(TAG, "Failed to write data to host!"); 91 ESP_LOGE(TAG, "Failed to get buffer!"); 98 ESP_LOGE(TAG, "Failed to put buffer!"); 117 ESP_LOGE(TAG, "Failed to read data from host!"); 139 ESP_LOGE(TAG, "Failed to get buffer!"); 151 ESP_LOGE(TAG, "Failed to put buffer!");
|
D | error-handling.rst | 19 …- Failed assertions (using ``assert`` macro and equivalent methods, see :ref:`assertions`) and ``a…
|
/hal_espressif-3.5.0/examples/wifi/getting_started/station/ |
D | README.md | 113 I (10299) wifi station: Failed to connect to SSID:myssid, password:mypassword
|
/hal_espressif-3.5.0/examples/storage/sd_card/sdspi/ |
D | README.md | 107 example: Failed to mount filesystem. If you want the card to be formatted, set the EXAMPLE_FORMAT_I…
|
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/ |
D | BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md | 180 ESP_LOGE(TAG, "%s: Failed to initialize fast prov server model", __func__); 234 ESP_LOGE(TAG, "%s: Failed to initialize fast prov client Model", __func__);
|
/hal_espressif-3.5.0/examples/system/sysview_tracing/ |
D | README.md | 26 ESP_EARLY_LOGE(TAG, "Failed to notify task %p", tim_arg->thnd);
|
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/ |
D | BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md | 201 ESP_LOGE(TAG, "%s: Failed to initialize BLE Mesh", __func__);
|
12