aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-11rtos: Add support for Zephyr RTOSEvgeniy Didin3-0/+791
2021-04-30target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercaseTomas Vanek2-2/+2
2021-03-10rtos: Remove typedef'd structMarc Schink14-41/+41
2020-12-26rtos/hwthread: fix register list for armv7aAntonio Borneo1-5/+17
2020-11-04rtos: make private the API rtos_try_next()Antonio Borneo2-2/+3
2020-11-04rtos: declare local symbols as staticAntonio Borneo4-21/+21
2020-10-03FreeRTOS: strip duplicate line returnsKarl Palsson1-10/+10
2020-10-03FreeRTOS: properly read on big endian systems.Karl Palsson1-42/+41
2020-09-05openocd: use proper format with uint32_tAntonio Borneo3-4/+4
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo3-19/+10
2020-07-26rtos: fix minor typosAntonio Borneo5-5/+5
2020-07-26rtos: add support for RIOTDaniel Krebs5-0/+561
2020-07-08coding style: fix space separationAntonio Borneo1-1/+1
2020-06-06coding style: fix multi-line dereferencingAntonio Borneo1-14/+7
2020-05-24openocd: properly use jim data typesAntonio Borneo1-1/+1
2020-05-24rtos/ChibiOS: Fix some coding stylesMarc Schink3-62/+62
2020-05-09coding style: add missing space when split stringsAntonio Borneo2-3/+3