3fdfb9bd32
This fixes ESP32 because the BufferedIn used the old ADC API and I2S did too indirectly. Fixes #8429
79 lines
1.3 KiB
Plaintext
79 lines
1.3 KiB
Plaintext
#
|
|
# Espressif IoT Development Framework Configuration
|
|
#
|
|
#
|
|
# Component config
|
|
#
|
|
#
|
|
# Driver Configurations
|
|
#
|
|
#
|
|
# TWAI Configuration
|
|
#
|
|
# 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
|
|
|
|
#
|
|
# PCNT Configuration
|
|
#
|
|
CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN=y
|
|
# end of PCNT Configuration
|
|
|
|
#
|
|
# RMT Configuration
|
|
#
|
|
CONFIG_RMT_SUPPRESS_DEPRECATE_WARN=y
|
|
# end of RMT Configuration
|
|
|
|
# end of Driver Configurations
|
|
|
|
#
|
|
# ESP System Settings
|
|
#
|
|
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=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_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE is not set
|
|
# end of Wi-Fi
|
|
|
|
#
|
|
# Newlib
|
|
#
|
|
CONFIG_NEWLIB_NANO_FORMAT=y
|
|
# end of Newlib
|
|
|
|
#
|
|
# 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
|
|
#
|
|
CONFIG_ULP_COPROC_ENABLED=y
|
|
CONFIG_ULP_COPROC_RESERVE_MEM=4080
|
|
# end of Ultra Low Power (ULP) Co-processor
|
|
|
|
# end of Component config
|
|
|
|
# end of Espressif IoT Development Framework Configuration
|