mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-26 20:00:35 +00:00
11 lines
423 B
Plaintext
11 lines
423 B
Plaintext
# Workaround for https://github.com/espressif/esp-idf/issues/7631
|
|
#CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n
|
|
#CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=n
|
|
|
|
# Some examples (ledc_simple, spi_loopback_async) require a larger than the default stack size for
|
|
# the main thread.
|
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8000
|
|
|
|
# Async SPI only enabled when this config is disabled (it is enabled by default)
|
|
CONFIG_SPI_MASTER_ISR_IN_IRAM=n
|