esp-idf/components/freertos
Omar Chebib a8b1475fe7 feat(riscv): implement coprocessors save area and FPU support
This commit mainly targets the ESP32-P4. It adds supports for coprocessors on
RISC-V based targets. The coprocessor save area, describing the used coprocessors
is stored at the end of the stack of each task (highest address) whereas each
coprocessor save area is allocated at the beginning of the task (lowest address).
The context of each coprocessor is saved lazily, by the task that want to use it.
2023-10-23 11:10:28 +08:00
..
config fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00
esp_additions fix(freertos/idf): Fix utility function performance 2023-10-21 04:39:16 +08:00
FreeRTOS-Kernel feat(riscv): implement coprocessors save area and FPU support 2023-10-23 11:10:28 +08:00
FreeRTOS-Kernel-SMP feat(riscv): implement coprocessors save area and FPU support 2023-10-23 11:10:28 +08:00
test_apps change(freertos/idf): Temporarily disable "Test suspend-resume CPU works with xTimer'" 2023-10-21 04:39:16 +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 change(freertos/idf): Update version number, licenses, and sbom to v10.5.1 2023-10-21 04:39:16 +08:00
Kconfig change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39:16 +08:00
linker_common.lf change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39: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