esp-idf/components/freertos
Sudeep Mohanty bc310e088b fix(freertos): Updated dependency list for CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER option
This commit updates the dependency for
CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER to be dependent explicitly on
CONFIG_ESP_SYSTEM_PANIC_GDBSTUB or CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME
instead of CONFIG_ESP_GDBSTUB_ENABLED which caused FreeRTOS Task
Function Wrappers to be enabled even if the esp_gdbstub component was
part of the build.
2024-03-15 10:54:25 +01:00
..
config Merge branch 'feature/add_run_time_counter_type_option_v5.2' into 'release/v5.2' 2023-11-17 11:25:37 +08:00
esp_additions feat(coredump): improve the probability of accessing healthy TCBs 2024-01-26 22:55:16 +08:00
FreeRTOS-Kernel fix(freertos/idf): Fix build error when CONFIG_FREERTOS_USE_TICK_HOOK is enabled 2024-03-06 13:52:13 +08:00
FreeRTOS-Kernel-SMP feat(coredump): improve the probability of accessing healthy TCBs 2024-01-26 22:55:16 +08:00
test_apps change(freertos): Test tick and idle hooks in options test 2024-03-06 13:52:51 +08:00
app_startup.c fix(esp_system): Fix mixing logs, remove early info logs for 2nd CPU 2023-10-02 12:50:40 +00:00
CMakeLists.txt change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39:16 +08:00
heap_idf.c feat(coredump): improve the probability of accessing healthy TCBs 2024-01-26 22:55:16 +08:00
Kconfig fix(freertos): Updated dependency list for CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER option 2024-03-15 10:54:25 +01:00
linker_common.lf feat(coredump): improve the probability of accessing healthy TCBs 2024-01-26 22:55:16 +08:00
linker_smp.lf change(freertos): Deprecate usage of vPortCleanUpTCB() by applications 2023-08-23 17:50:08 +08:00
linker.lf change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39:16 +08:00
port_common.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
port_systick.c feat(esp_timer): Support systimer for ESP32P4 2023-09-13 19:13:38 +08:00
port_systick.h freertos: Move port_systick to common directory 2023-04-28 23:03:00 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00