circuitpython/ports/espressif/esp-idf-config/sdkconfig-esp32s3.defaults

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

48 lines
800 B
Plaintext
Raw Normal View History

#
# Espressif IoT Development Framework Configuration
#
#
# Component config
#
#
# Bluetooth
#
#
# NimBLE Options
#
CONFIG_BT_NIMBLE_PINNED_TO_CORE_1=y
# end of NimBLE Options
# end of Bluetooth
#
# ESP System Settings
#
2022-01-14 12:22:12 -08:00
CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1=y
# end of ESP System Settings
#
# IPC (Inter-Processor Call)
#
CONFIG_ESP_IPC_TASK_STACK_SIZE=1536
# end of IPC (Inter-Processor Call)
#
# Wi-Fi
#
CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=4
CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=8
CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=16
# CONFIG_ESP32_WIFI_NVS_ENABLED is not set
# end of Wi-Fi
#
# Ultra Low Power (ULP) Co-processor
#
2023-01-06 12:15:06 +05:30
CONFIG_ULP_COPROC_RESERVE_MEM=8176
# end of Ultra Low Power (ULP) Co-processor
# end of Component config
# end of Espressif IoT Development Framework Configuration