aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge commit 'dfbbfac4d72e247e8094a49c8573b2f49689b6d5' into from_upstreamTim Newsome4-57/+125
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-04Merge commit '228fe7300c7df7aa05ba2c0bc19edde6d0156401' into from_upstreamTim Newsome7-166/+992
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/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
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-09-02Remove rtos.gdb_v_packet. (#722)Tim Newsome2-2/+0
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-05-03Merge branch 'master' into from_upstreamTim Newsome1-3/+3
2022-04-23rtos: zephyr: do not use deprecated symbols nameJulien Massot1-3/+3
2022-04-11Merge branch 'master' into from_upstreamTim Newsome1-1/+5
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-03-03From upstream (#684)Tim Newsome4-15/+23
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
2022-02-07fix missing thread ID in stop reply when smp-configured hart (but not hart 0)...Greg Savin2-2/+23
2022-01-31Ask the RTOS which target to set swbp on. (#673)Tim Newsome3-0/+26
2021-11-30Merge branch 'master' into from_upstreamTim Newsome1-2/+2
2021-11-05rtos: use struct member names instead of commentsTim Newsome9-90/+82
2021-10-06Fix incorrectly resolved conflict.Tim Newsome1-5/+7