Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uart0_test #822

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PLATFORM_ESP32,SOLO-1,"not recommended for new design, TX:17 RX:16",4,78,1,1,13,
PLATFORM_ESP32,MINI-1,"TX:17 RX:16, ESP32-U4WDH chip inside",4,78,1,1,13,CN,115200,22,19,15,14
PLATFORM_ESP32,ESP32-SDIO,"communicate with MCU via SDIO",4,78,-1,1,13,CN,-1,-1,-1,-1,-1
PLATFORM_ESP32,ESP32-D2WD,"2MB flash, No OTA",4,78,1,1,13,CN,115200,22,19,15,14
PLATFORM_ESP32C3,MINI-1,"TX:7 RX:6",4,78,1,1,13,CN,115200,7,6,5,4
PLATFORM_ESP32C3,MINI-1,TX:21 RX:20,4,78,0,1,13,CN,115200,21,20,5,4
PLATFORM_ESP32C3,ESP32C3-SPI,"communicate with MCU via SPI",4,78,-1,1,13,CN,-1,-1,-1,-1,-1
PLATFORM_ESP32C3,ESP32C3_RAINMAKER,"support rainmaker cloud, TX:7 RX:6",4,78,1,1,13,CN,115200,7,6,5,4
PLATFORM_ESP32C2,ESP32C2-2MB,"single Wi-Fi, 2MB, TX:7 RX:6",4,78,1,1,13,CN,115200,7,6,19,20
Expand Down
13 changes: 12 additions & 1 deletion module_config/module_esp32c3_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ CONFIG_BT_CTRL_MODEM_SLEEP=y
CONFIG_BT_CTRL_MODEM_SLEEP_MODE_1=y

# Log output
CONFIG_LOG_DEFAULT_LEVEL_ERROR=y
CONFIG_LOG_DEFAULT_LEVEL_ERROR=n

# Compiler
CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y
Expand Down Expand Up @@ -168,3 +168,14 @@ CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG=n

# ESP HTTPS OTA
CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP=y


# custom settings
CONFIG_AT_WEB_SERVER_SUPPORT=y
CONFIG_AT_WEB_CAPTIVE_PORTAL_ENABLE=y
CONFIG_AT_WEB_ROOT_DIR="/"

# CONFIG_ESP_CONSOLE_UART_DEFAULT is not set
CONFIG_ESP_CONSOLE_NONE=y

# end of custom settings