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

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

85 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-07-28 17:52:27 -04:00
#
# Espressif IoT Development Framework Configuration
2022-07-28 17:52:27 -04:00
#
2022-06-26 17:45:35 -04:00
#
# Component config
#
2022-07-08 10:50:00 -04:00
#
# Driver Configurations
2022-07-08 10:50:00 -04:00
#
#
# TWAI Configuration
2022-07-08 10:50:00 -04:00
#
# CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC is not set
# CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST is not set
# CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID is not set
# CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT is not set
# end of TWAI Configuration
2022-07-08 10:50:00 -04:00
2023-09-08 15:10:49 -04:00
#
# PCNT Configuration
#
CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN=y
# end of PCNT Configuration
#
# RMT Configuration
#
CONFIG_RMT_SUPPRESS_DEPRECATE_WARN=y
# end of RMT Configuration
#
# I2S Configuration
#
CONFIG_I2S_SUPPRESS_DEPRECATE_WARN=y
# end of I2S Configuration
# end of Driver Configurations
2022-06-26 17:45:35 -04:00
2023-09-08 15:10:49 -04:00
#
# ESP System Settings
#
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
# end of ESP System Settings
2022-07-08 10:50:00 -04:00
#
# IPC (Inter-Processor Call)
#
CONFIG_ESP_IPC_TASK_STACK_SIZE=1536
# end of IPC (Inter-Processor Call)
2022-06-26 17:45:35 -04:00
#
# Wi-Fi
#
2022-07-08 10:50:00 -04:00
# CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE is not set
2022-06-26 17:45:35 -04:00
# end of Wi-Fi
2023-09-12 15:18:21 -04:00
#
# Newlib
#
CONFIG_NEWLIB_NANO_FORMAT=y
# end of Newlib
2022-07-08 10:50:00 -04:00
#
# SPI Flash driver
#
#
# Auto-detect flash chips
#
CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP=y
CONFIG_SPI_FLASH_SUPPORT_TH_CHIP=y
# end of Auto-detect flash chips
# end of SPI Flash driver
#
# Ultra Low Power (ULP) Co-processor
2022-07-08 10:50:00 -04:00
#
2023-09-08 15:10:49 -04:00
CONFIG_ULP_COPROC_ENABLED=y
CONFIG_ULP_COPROC_RESERVE_MEM=4080
# end of Ultra Low Power (ULP) Co-processor
2022-07-08 10:50:00 -04:00
2022-06-26 17:45:35 -04:00
# end of Component config
# end of Espressif IoT Development Framework Configuration