Skip to content

Instantly share code, notes, and snippets.

@zinke-ct-video
zinke-ct-video / sdkconfig
Created October 17, 2019 06:22
sdkconfig for reproducing issue "Compiler error in driver/can.c if optimized for performance" #4143
#
# Automatically generated file. DO NOT EDIT.
# Espressif IoT Development Framework (ESP-IDF) Project Configuration
#
CONFIG_IDF_TARGET_ESP32=y
CONFIG_IDF_TARGET="esp32"
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000
#
# SDK tool configuration
@zinke-ct-video
zinke-ct-video / sdkconfig_release
Created October 7, 2021 07:26
Release mode sdkconfig file causing a compilation error in file components/esp_adc_cal/esp_adc_cal_esp32.c
#
# Automatically generated file. DO NOT EDIT.
# Espressif IoT Development Framework (ESP-IDF) Project Configuration
#
CONFIG_IDF_CMAKE=y
CONFIG_IDF_TARGET_ARCH_XTENSA=y
CONFIG_IDF_TARGET="esp32"
CONFIG_IDF_TARGET_ESP32=y
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000
@zinke-ct-video
zinke-ct-video / sdkconfig_debug
Created October 7, 2021 07:28
Debug mode sdkconfig file, compilation succeeds
#
# Automatically generated file. DO NOT EDIT.
# Espressif IoT Development Framework (ESP-IDF) Project Configuration
#
CONFIG_IDF_CMAKE=y
CONFIG_IDF_TARGET_ARCH_XTENSA=y
CONFIG_IDF_TARGET="esp32"
CONFIG_IDF_TARGET_ESP32=y
CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000