riscv-openocd/src/rtos
Evgeniy Didin 77b28ced14 rtos: Add support for Zephyr RTOS
With this patch, the Zephyr[1] RTOS is supported by OpenOCD.

As usual with support for other RTOSes, Zephyr must be compiled with
the DEBUG_THREAD_INFO option. This will generate some symbols
with information needed in order to build the list of threads.

The current implementation is limited to Zephyr running on ARM
Cortex-M processors. This is the only ARM variant supported by Zephyr
at the moment and is used on most of the officially supported boards.

[1] https://www.zephyrproject.org/

Change-Id: I22afdbec91562f3a22cf5b88cd4ea3a7a59ba0b4
Signed-off-by: Evgeniy Didin <didin@synopsys.com>
Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
Signed-off-by: Daniel Glöckner <dg@emlix.com>
Reviewed-on: http://openocd.zylin.com/4988
Tested-by: jenkins
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2021-05-11 10:43:22 +01:00
..
FreeRTOS.c target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercase 2021-04-30 08:20:54 +01:00
Makefile.am rtos: Add support for Zephyr RTOS 2021-05-11 10:43:22 +01:00
ThreadX.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
chibios.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
chromium-ec.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
eCos.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
embKernel.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
hwthread.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
linux.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
linux_header.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
mqx.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
nuttx.c target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercase 2021-04-30 08:20:54 +01:00
nuttx_header.h rtos: add support for NuttX 2018-08-01 14:33:50 +01:00
riot.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
rtos.c rtos: Add support for Zephyr RTOS 2021-05-11 10:43:22 +01:00
rtos.h rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
rtos_chibios_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_chibios_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ecos_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_ecos_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_embkernel_stackings.c coding style: src: remove empty lines at end of text files 2020-05-02 15:40:21 +01:00
rtos_embkernel_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_mqx_stackings.c coding style: fix space separation 2020-07-08 22:08:08 +01:00
rtos_mqx_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_riot_stackings.c rtos: add support for RIOT 2020-07-26 20:11:52 +01:00
rtos_riot_stackings.h rtos: add support for RIOT 2020-07-26 20:11:52 +01:00
rtos_standard_stackings.c rtos: support gdb_get_register_packet 2018-10-16 11:58:03 +01:00
rtos_standard_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ucos_iii_stackings.c esirisc: support eSi-RISC targets 2018-10-16 11:58:24 +01:00
rtos_ucos_iii_stackings.h esirisc: support eSi-RISC targets 2018-10-16 11:58:24 +01:00
uCOS-III.c rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
zephyr.c rtos: Add support for Zephyr RTOS 2021-05-11 10:43:22 +01:00