aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-14rtos: add debug prints for qSymbol lookupJan Matyas1-0/+11
2021-07-31rtos: zephyr: add zephyr_params for cortex r4Julien Massot1-0/+8
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo4-6/+6
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-3/+3
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo13-27/+27
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo13-105/+105
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo2-101/+61
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-07-02Add RTOS memory read/write functions.Tim Newsome3-0/+63
2021-07-02rtos/eCos: rename CamelCase symbolsAntonio Borneo3-47/+47
2021-07-02rtos: rename CamelCase symbolsAntonio Borneo17-257/+253
2021-07-02rtos: convert CamelCase enum in uppercaseAntonio Borneo6-93/+93
2021-06-18target/arm: optimize architecture flagsTarek BOCHKATI1-1/+1
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo2-3/+3
2021-05-29rtos: use ARRAY_SIZE() and simplify rtos_type.create()Antonio Borneo4-59/+36
2021-05-29openocd: use macro ARRAY_SIZE()Antonio Borneo2-6/+4
2021-05-22openocd: fix some minor typoAntonio Borneo1-1/+1