Searched refs:esp_console_new_repl_uart (Results 1 – 19 of 19) sorted by relevance
/hal_espressif-3.6.0/examples/ethernet/iperf/main/ |
D | ethernet_example_main.c | 52 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/components/console/test/ |
D | test_console.c | 53 TEST_ESP_OK(esp_console_new_repl_uart(&uart_config, &repl_config, &s_repl));
|
/hal_espressif-3.6.0/examples/wifi/iperf/main/ |
D | iperf_example_main.c | 37 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_console_main.c | 79 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_tools/main/ |
D | i2ctools_example_main.c | 55 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/examples/system/console/basic/main/ |
D | console_example_main.c | 92 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/ |
D | main.c | 128 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/components/console/ |
D | esp_console.h | 328 esp_err_t esp_console_new_repl_uart(const esp_console_dev_uart_config_t *dev_config, const esp_cons…
|
D | esp_console_repl.c | 201 esp_err_t esp_console_new_repl_uart(const esp_console_dev_uart_config_t *dev_config, const esp_cons… in esp_console_new_repl_uart() function
|
/hal_espressif-3.6.0/examples/peripherals/uart/uart_repl/main/ |
D | uart_repl_example_main.c | 172 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/docs/zh_CN/api-reference/system/ |
D | console.rst | 165 在一个典型的 console 应用中,你只需要调用 :cpp:func:`esp_console_new_repl_uart`,它会为你初始化好构建在 UART 基础上的 REPL 环境,其中包括安…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/ |
D | main.c | 208 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/examples/protocols/icmp_echo/main/ |
D | echo_example_main.c | 203 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &s_repl)); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/main/ |
D | cmd_mcpwm_motor.c | 281 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in cmd_mcpwm_motor_init()
|
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/ |
D | simple_sniffer_example_main.c | 386 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/ |
D | main.c | 752 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/examples/wifi/ftm/main/ |
D | ftm_main.c | 619 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in app_main()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/ |
D | main.c | 755 ESP_ERROR_CHECK(esp_console_new_repl_uart(&uart_config, &repl_config, &repl)); in wifi_console_init()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | console.rst | 154 In a typical application, you only need to call :cpp:func:`esp_console_new_repl_uart` to initialize…
|