mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-05 22:11:04 +08:00
feat(vfs): modify vfs for ESP8266
This commit is contained in:
@ -13,7 +13,6 @@
|
||||
#include "driver/uart.h"
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#ifdef CONFIG_USING_ESP_VFS
|
||||
esp_err_t example_configure_stdin_stdout(void)
|
||||
{
|
||||
// Initialize VFS & UART so we can use std::cout/cin
|
||||
@ -29,4 +28,3 @@ esp_err_t example_configure_stdin_stdout(void)
|
||||
esp_vfs_dev_uart_set_tx_line_endings(ESP_LINE_ENDINGS_CRLF);
|
||||
return ESP_OK;
|
||||
}
|
||||
#endif
|
||||
|
@ -1,4 +1,3 @@
|
||||
CONFIG_USING_ESP_VFS=y
|
||||
CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y
|
||||
CONFIG_SUPPORT_TERMIOS=y
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
CONFIG_USING_ESP_VFS=y
|
||||
CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y
|
||||
CONFIG_SUPPORT_TERMIOS=y
|
||||
|
||||
|
@ -1,8 +1,3 @@
|
||||
#
|
||||
# Virtual file system
|
||||
#
|
||||
CONFIG_USING_ESP_VFS=y
|
||||
|
||||
#
|
||||
# PThreads
|
||||
#
|
||||
|
Reference in New Issue
Block a user