aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
2023-10-27OpenOCD memory leak in `hwthread_update_threads()`Kirill Radkin1-0/+1
2023-08-26rtos/zephyr: arm: fetch arm exc return offsetBruno Mendes1-0/+1
2023-05-18rtos: uCOS-III: split struct ucos_iii_paramsAntonio Borneo1-47/+35
2023-05-18rtos: move prototype of rtos_thread_packet() in rtos.hAntonio Borneo4-7/+1
2023-05-18rtos: move in rtos.h the rtos_type's declarationAntonio Borneo2-16/+15
2023-05-05rtos: with pointers, use NULL instead of 0Antonio Borneo1-4/+4
2023-04-14rtos/linux.c: Fix Linux user space border checkpanciyan1-1/+1
2023-04-07rtos/FreeRTOS: some optimization of freertos_update_threads()Chao Du1-2/+1
2023-03-25rtos/nuttx: add Espressif target support and refactoringErhan Kurubas4-278/+329
2023-01-28rtos: remove config.h includes from stackings headersErhan Kurubas14-37/+13
2023-01-28rtos: Fix constness of struct rtos_typeAndreas Fritiofson7-25/+25
2023-01-28rtos: Support rt-kernelAndreas Fritiofson3-0/+387
2023-01-28rtos/nuttx: add stacking info for Espressif Xtensa chipsErhan Kurubas1-0/+358
2023-01-28rtos: add custom stack read functionErhan Kurubas2-1/+11
2023-01-28rtos/nuttx: add riscv stacking infoErhan Kurubas2-0/+47
2023-01-28rtos/nuttx: move stacking info to the new nuttx stackings fileErhan Kurubas4-57/+78
2023-01-15src/rtos/eCos : Support per-build configuration specific structure layoutsJames G. Smith2-90/+950
2023-01-15nds32: drop it, together with aice adapter driverAntonio Borneo3-62/+0
2022-12-03hwthread: Restore current_threadid in hwthread_update_threadsKoudai Iwahori1-0/+10
2022-12-03hwthread: Add register validity check in get_thread_reg_listKoudai Iwahori1-0/+9
2022-11-15rtos/ThreadX: added check for NULL-named tasksGiulio Fieramosca1-9/+14
2022-11-11rtos: hwthread: fix clang error core.NullDereferenceAntonio Borneo1-4/+4
2022-11-11Revert "Remove duplicate of a counter in hwthread_update_threads"Tomas Vanek1-3/+7
2022-11-04ThreadX: set current_thread for kernel executionBen McMorran1-0/+6
2022-10-08Remove duplicate of a counter in hwthread_update_threadsEvgeniy Naydanov1-7/+3
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo21-21/+21
2022-09-17rtos: Support looking up .lto_priv.0 appended to symbol nameTim Nordell1-8/+47
2022-09-17rtos: Fold is_symbol_mandatory into rtos_qsymbol(..)Tim Nordell1-20/+15
2022-09-17rtos: Create a new helper function find_symbol(...)Tim Nordell1-13/+18
2022-09-13FreeRTOS: Fix thread reg list for Cortex-M7Frank Dischner1-1/+2
2022-09-13openocd: remove CamelCase symbols *xPSR*Antonio Borneo9-14/+14
2022-08-15rtos: Support for "none" rtosAsier Llano1-1/+4
2022-08-08FreeRTOS: Always show current execution before scheduler is startedFrank Dischner1-1/+16
2022-08-08FreeRTOS: Fix current thread ID when no threads are activeFrank Dischner1-1/+2
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo28-370/+53
2022-07-23openocd: src: fix incorrect SPDX tagsAntonio Borneo2-4/+4
2022-07-23openocd: src: add GPL license tag on files that miss itAntonio Borneo1-0/+2
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2022-04-23rtos: zephyr: do not use deprecated symbols nameJulien Massot1-3/+3
2022-03-26helper/bits: add BIT_ULL and GENMASK macrosAntonio Borneo1-1/+1
2022-03-26openocd: include config.h in every file .cAntonio Borneo1-0/+4
2022-02-14rtos: threadx: Add hla_target support for ThreadXBen McMorran1-0/+12
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo2-14/+10
2021-11-05rtos: use struct member names instead of commentsTim Newsome9-90/+82
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI1-1/+1
2021-10-02uint64_t->target_addr_t for stack pointers.Tim Newsome6-28/+28
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo2-9/+8
2021-08-30Makefile: drop warning suppression on win buildAntonio Borneo1-7/+0
2021-08-22rtos/riot: fix out-of-bounds writes when target is corruptedSebastiaan de Schaetzen1-2/+9
2021-08-22rtos/riot: fix out-of-bounds read of optional symbols arraySebastiaan de Schaetzen1-32/+26