Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add logging config documentation
Browse files Browse the repository at this point in the history
JeffMboya committed Jan 12, 2025
1 parent 3aeaf00 commit 278a588
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions embed-proplet/boards/esp32s3_devkitc_procpu.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CONFIG_WIFI_ESP32=y
# CONFIG_ESP32_WIFI_STA_AUTO_DHCPV4=y
# CONFIG_ESP32_WIFI_AP_STA_MODE=y
# CONFIG_WIFI_NM=y
# CONFIG_WIFI=y
# CONFIG_WIFI_NM_MAX_MANAGED_INTERFACES=2
# This file can be useful for board-specific overrides or testing alternative configurations without affecting the main project-wide settings.

# - CONFIG_LOG: Enables logging support in the system.
# - CONFIG_LOG_BUFFER_SIZE: Configures the size of the logging buffer.
# - CONFIG_LOG_MODE_IMMEDIATE: Ensures logs are immediately output without buffering.
# - CONFIG_LOG_DEFAULT_LEVEL: Sets the default logging verbosity level.
# - CONFIG_THREAD_RUNTIME_STATS: Enables tracking and reporting of thread runtime statistics.

0 comments on commit 278a588

Please sign in to comment.