esp-idf/components/freertos
Sudeep Mohanty 459ff8348f fix(riscv): Added RISC-V functions to set interrupt threshold for CLIC targets
This commit added the RISC-V utility functions to set the interrupt
threshold for CLIC targets by using direct register value writes.
This makes the functions more efficient during run-time.
This is done to improve the critical section enter and exit performance on esp32p4.
2024-02-28 08:51:37 +01:00
..
config feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
esp_additions Merge branch 'bugfix/macos_build_linux_target_freertos' into 'master' 2024-01-24 04:14:00 +08:00
FreeRTOS-Kernel fix(riscv): Added RISC-V functions to set interrupt threshold for CLIC targets 2024-02-28 08:51:37 +01:00
FreeRTOS-Kernel-SMP feat(coredump): improve the probability of accessing healthy TCBs 2024-01-22 00:18:28 +08:00
test_apps feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
app_startup.c refactor(freertos): Updated FreeRTOS component files to astyle format 2024-01-31 16:41:58 +08:00
CMakeLists.txt fix(freertos): override select function without relying on -Wl,--wrap 2024-01-23 16:57:38 +01:00
heap_idf.c refactor(freertos): Updated FreeRTOS component files to astyle format 2024-01-31 16:41:58 +08:00
Kconfig feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01:00
linker_common.lf feat(coredump): improve the probability of accessing healthy TCBs 2024-01-22 00:18:28 +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 refactor(freertos): Updated FreeRTOS component files to astyle format 2024-01-31 16:41:58 +08:00
port_systick.c feat(freertos): Introduced new Kconfig option CONFIG_FREERTOS_NUMBER_OF_CORES 2024-02-09 09:11:28 +01: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