mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 17:10:28 +00:00
Merge branch 'bugfix/comp_opt_level_debug_rename' into 'master'
core-system: changed CONFIG_COMPILER_OPTIMIZATION_DEFAULT to CONFIG_COMPILER_OPTIMIZATION_DEBUG Closes IDFGH-6776 See merge request espressif/esp-idf!24033
This commit is contained in:
@@ -282,7 +282,7 @@ menu "FreeRTOS"
|
||||
|
||||
config FREERTOS_TASK_FUNCTION_WRAPPER
|
||||
bool "Wrap task functions"
|
||||
depends on COMPILER_OPTIMIZATION_DEFAULT || ESP_COREDUMP_ENABLE || ESP_GDBSTUB_ENABLED
|
||||
depends on COMPILER_OPTIMIZATION_DEBUG || ESP_COREDUMP_ENABLE || ESP_GDBSTUB_ENABLED
|
||||
default y
|
||||
help
|
||||
If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. If a task function
|
||||
|
@@ -36,7 +36,7 @@ entries:
|
||||
lcd_hal: lcd_hal_cal_pclk_freq (noflash)
|
||||
if ADC_ONESHOT_CTRL_FUNC_IN_IRAM = y:
|
||||
adc_oneshot_hal (noflash)
|
||||
if COMPILER_OPTIMIZATION_DEFAULT = y:
|
||||
if COMPILER_OPTIMIZATION_DEBUG = y:
|
||||
adc_hal_common: get_controller (noflash)
|
||||
adc_hal_common: adc_hal_set_controller (noflash)
|
||||
if SOC_ADC_ARBITER_SUPPORTED = y:
|
||||
@@ -47,7 +47,7 @@ entries:
|
||||
if ADC_CONTINUOUS_ISR_IRAM_SAFE = y:
|
||||
adc_hal: adc_hal_get_reading_result (noflash)
|
||||
adc_hal: adc_hal_digi_start (noflash)
|
||||
if COMPILER_OPTIMIZATION_DEFAULT = y:
|
||||
if COMPILER_OPTIMIZATION_DEBUG = y:
|
||||
adc_hal: adc_hal_digi_dma_link_descriptors (noflash)
|
||||
adc_hal: adc_hal_digi_stop (noflash)
|
||||
if IDF_TARGET_ESP32 = y || IDF_TARGET_ESP32S2 = y:
|
||||
|
Reference in New Issue
Block a user