aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
2024-05-30Merge up to 437dde701c13e707e5fd912ef6403e09052e4d9b from upstreamEvgeniy Naydanov13-33/+20
2024-05-26openocd: drop include of target_type.hAntonio Borneo13-33/+20
2023-12-05Merge commit 'a9080087d82688043ca216d50926228d09631297' into from_upstreamTim Newsome1-0/+1
2023-11-20Merge commit '18281b0c497694d91c5608be54583172838be75c' into from_upstreamTim Newsome1-0/+1
2023-10-27Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstreamTim Newsome5-54/+36
2023-10-27OpenOCD memory leak in `hwthread_update_threads()`Kirill Radkin1-0/+1
2023-10-23Merge commit 'e17fe4db0f256ee4fb97dcfd6b9f7f55c966b190' into from_upstreamTim Newsome4-21/+20
2023-10-16Merge commit '0384fe5d596f42388f8b84d42959d899f29388ab' into from_upstreamTim Newsome1-1/+1
2023-10-10rtos: Refactor rtos_get_gdb_reg()Tim Newsome1-56/+58
2023-09-27gdb_server,rtos: Differentiate rtos_get_gdb_reg failing and not implementedTim Newsome1-1/+1
2023-09-12Merge commit 'ee31f1578a333a75737bc5b183cd4ae98cdaf798' into from_upstreamTim Newsome27-341/+1124
2023-08-29Merge commit 'dfbbfac4d72e247e8094a49c8573b2f49689b6d5' into from_upstreamTim Newsome4-57/+125
2023-08-26rtos/zephyr: arm: fetch arm exc return offsetBruno Mendes1-0/+1
2023-07-06rtos/hwthread: Call rtos_free_threadlist() again.Tim Newsome1-0/+3
2023-06-22rtos/FreeRTOS: solve some conflicting usage of thread id. (#865)Chao Du1-11/+17
2023-06-14rtos/FreeRTOS: pxCurrentTCB should be used for judgment. (#862)Chao Du1-5/+5
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-05-04Merge commit '228fe7300c7df7aa05ba2c0bc19edde6d0156401' into from_upstreamTim Newsome7-166/+992
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-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome32-429/+174
2023-03-08Calculate the FreeRTOS type sizes and offsets more adaptively. (#806)Chao Du1-6/+47
2023-02-17Set the current_thread when no FreeRTOS task was created.Chao Du1-0/+1
2023-02-08Improve a debug log in freertos_update_threads()duchao1-1/+1
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-22rtos/hwthread: Hide unavailable targets from thread list.Tim Newsome1-2/+4
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-10Improve a couple of user/debug messages. (#763)Tim Newsome1-1/+1
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-29Use LOG_TARGET_FOO() functions in more places. (#731)Tim Newsome1-4/+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