esp-idf/components/esp_gdbstub
Darian Leung b09462eae8 feat(freertos): Add beta support for FreeRTOS v10.5.1 kernel
This commit adds beta support for the FreeRTOS v10.5.1 kernel which can be
enabled by enabling the CONFIG_FREERTOS_USE_KERNEL_10_5_1 option.

The following changes have been made:

- Updated freertos/CMakeLists.txt to build v10.5.1 kernel with v10.4.3. ports
- Updated existing Xtensa and RISC-V ports to work with V10.5.1
- Modifications to other ESP-IDF components to work with v10.5.1
- Added some ESP-IDF specific tracing changes to v10.5.1 kernel
- Make CONFIG_FREERTOS_USE_KERNEL_10_5_1 a public option

Note: The beta release is missing some minor fixes, performance improvements,
and features. Using this beta release for production is not recommended.

Closes https://github.com/espressif/esp-idf/issues/7137
2023-09-18 21:32:14 +08:00
..
include This commit add to GDBstup: 2022-03-01 19:49:24 +03:00
private_include esp_gdbstup: implement runtime gdbstub for riscv 2023-05-19 20:15:58 +08:00
src feat(freertos): Add beta support for FreeRTOS v10.5.1 kernel 2023-09-18 21:32:14 +08:00
test_gdbstub_host esp_gdbstub: add tests for riscv jump instructions decoding 2023-05-19 20:15:58 +08:00
CMakeLists.txt esp_gdbstup: implement runtime gdbstub for riscv 2023-05-19 20:15:58 +08:00
Kconfig refactor(freertos): Remove option for Task Snapshot 2023-08-28 20:11:27 +08:00
linker.lf Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdkconfig.rename Docs: Add C3 support to build_docs 2020-12-28 12:25:03 +08:00