jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / rtos /
2023-10-27 Kirill RadkinOpenOCD memory leak in `hwthread_update_threads()` 34/7934/2
2023-08-26 Bruno Mendesrtos/zephyr: arm: fetch arm exc return offset 51/7851/3
2023-05-18 Antonio Borneortos: uCOS-III: split struct ucos_iii_params 78/7678/2
2023-05-18 Antonio Borneortos: move prototype of rtos_thread_packet() in rtos.h 77/7677/2
2023-05-18 Antonio Borneortos: move in rtos.h the rtos_type's declaration 60/7660/2
2023-05-05 Antonio Borneortos: with pointers, use NULL instead of 0 98/7598/2
2023-04-14 panciyanrtos/linux.c: Fix Linux user space border check 70/7570/3
2023-04-07 Chao Durtos/FreeRTOS: some optimization of freertos_update_thr... 49/7549/3
2023-03-25 Erhan Kurubasrtos/nuttx: add Espressif target support and refactoring 44/7444/9
2023-01-28 Erhan Kurubasrtos: remove config.h includes from stackings headers 41/7441/2
2023-01-28 Andreas Fritiofsonrtos: Fix constness of struct rtos_type 80/6680/4
2023-01-28 Andreas Fritiofsonrtos: Support rt-kernel 68/6668/9
2023-01-28 Erhan Kurubasrtos/nuttx: add stacking info for Espressif Xtensa... 43/7443/2
2023-01-28 Erhan Kurubasrtos: add custom stack read function 42/7442/2
2023-01-28 Erhan Kurubasrtos/nuttx: add riscv stacking info 51/7251/4
2023-01-28 Erhan Kurubasrtos/nuttx: move stacking info to the new nuttx stackin... 50/7250/5
2023-01-15 James G. Smithsrc/rtos/eCos : Support per-build configuration specifi... 75/6275/13
2023-01-15 Antonio Borneonds32: drop it, together with aice adapter driver 82/7382/2
2022-12-03 Koudai Iwahorihwthread: Restore current_threadid in hwthread_update_t... 58/7358/5
2022-12-03 Koudai Iwahorihwthread: Add register validity check in get_thread_reg... 57/7357/2
2022-11-15 Giulio Fieramoscartos/ThreadX: added check for NULL-named tasks 28/7328/4
2022-11-11 Antonio Borneortos: hwthread: fix clang error core.NullDereference 37/7337/2
2022-11-11 Tomas VanekRevert "Remove duplicate of a counter in hwthread_updat... 07/7307/5
2022-11-04 Ben McMorranThreadX: set current_thread for kernel execution 80/7280/2
2022-10-08 Evgeniy NaydanovRemove duplicate of a counter in hwthread_update_threads 23/7223/3
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-09-17 Tim Nordellrtos: Support looking up .lto_priv.0 appended to symbol... 79/7179/10
2022-09-17 Tim Nordellrtos: Fold is_symbol_mandatory into rtos_qsymbol(..) 78/7178/3
2022-09-17 Tim Nordellrtos: Create a new helper function find_symbol(...) 77/7177/3
2022-09-13 Frank DischnerFreeRTOS: Fix thread reg list for Cortex-M7 39/6939/2
2022-09-13 Antonio Borneoopenocd: remove CamelCase symbols *xPSR* 55/7155/2
2022-08-15 Asier Llanortos: Support for "none" rtos 92/7092/3
2022-08-08 Frank DischnerFreeRTOS: Always show current execution before schedule... 35/6935/2
2022-08-08 Frank DischnerFreeRTOS: Fix current thread ID when no threads are... 34/6934/2
2022-07-23 Antonio Borneoopenocd: src/rtos: replace the GPL-2.0-or-later license tag 70/7070/2
2022-07-23 Antonio Borneoopenocd: src: fix incorrect SPDX tags 66/7066/2
2022-07-23 Antonio Borneoopenocd: src: add GPL license tag on files that miss it 58/7058/2
2022-07-23 Antonio Borneoopenocd: build: add SPDX tag 51/7051/2
2022-04-23 Julien Massotrtos: zephyr: do not use deprecated symbols name 44/6844/2
2022-03-26 Antonio Borneohelper/bits: add BIT_ULL and GENMASK macros 57/6857/2
2022-03-26 Antonio Borneoopenocd: include config.h in every file .c 56/6856/3
2022-02-14 Ben McMorranrtos: threadx: Add hla_target support for ThreadX 29/6829/4
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp... 83/6783/3
2021-11-05 Tim Newsomertos: use struct member names instead of comments 59/6659/3
2021-10-02 Yasushi SHOJIhelper: Remove src/helper from include dirs 07/6507/4
2021-10-02 Tim Newsomeuint64_t->target_addr_t for stack pointers. 86/6586/3
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons 39/6539/2
2021-08-30 Antonio BorneoMakefile: drop warning suppression on win build 54/6254/2
2021-08-22 Sebastiaan de Scha... rtos/riot: fix out-of-bounds writes when target is... 81/6381/5
2021-08-22 Sebastiaan de Scha... rtos/riot: fix out-of-bounds read of optional symbols... 28/6428/4
2021-08-14 Jan Matyasrtos: add debug prints for qSymbol lookup 87/6287/3
2021-07-31 Julien Massotrtos: zephyr: add zephyr_params for cortex r4 69/6369/2
2021-07-24 Antonio Borneoopenocd: fix Yoda conditions with checkpatch 55/6355/3
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [2/2] 52/6352/3
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2] 51/6351/3
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions 56/6356/2
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition 54/6354/3
2021-07-02 Tim NewsomeAdd RTOS memory read/write functions. 27/6327/3
2021-07-02 Antonio Borneortos/eCos: rename CamelCase symbols 06/6306/2
2021-07-02 Antonio Borneortos: rename CamelCase symbols 05/6305/3
2021-07-02 Antonio Borneortos: convert CamelCase enum in uppercase 04/6304/3
2021-06-18 Tarek BOCHKATItarget/arm: optimize architecture flags 29/6229/7
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2] 84/6184/4
2021-05-29 Antonio Borneortos: use ARRAY_SIZE() and simplify rtos_type.create() 61/6261/3
2021-05-29 Antonio Borneoopenocd: use macro ARRAY_SIZE() 60/6260/2
2021-05-22 Antonio Borneoopenocd: fix some minor typo 18/6218/2
2021-05-11 Evgeniy Didinrtos: Add support for Zephyr RTOS 88/4988/16
2021-04-30 Tomas Vanektarget/armv7m: change FPv4_SP and FPv5_SP/DP identifier... 77/6177/3
2021-03-10 Marc Schinkrtos: Remove typedef'd struct 28/6028/2
2020-12-26 Antonio Borneortos/hwthread: fix register list for armv7a 81/5981/2
2020-11-04 Antonio Borneortos: make private the API rtos_try_next() 99/5899/2
2020-11-04 Antonio Borneortos: declare local symbols as static 94/5894/2
2020-10-03 Karl PalssonFreeRTOS: strip duplicate line returns 43/5843/3
2020-10-03 Karl PalssonFreeRTOS: properly read on big endian systems. 42/5842/3
2020-09-05 Antonio Borneoopenocd: use proper format with uint32_t 19/5819/2
2020-09-05 Antonio Borneoopenocd: avoid checking for non NULL pointer to free it 08/5808/5
2020-07-26 Antonio Borneortos: fix minor typos 59/5759/3
2020-07-26 Daniel Krebsrtos: add support for RIOT 56/4256/10
2020-07-08 Antonio Borneocoding style: fix space separation 27/5627/4
2020-06-06 Antonio Borneocoding style: fix multi-line dereferencing 29/5629/4
2020-05-24 Antonio Borneoopenocd: properly use jim data types 62/5662/2
2020-05-24 Marc Schinkrtos/ChibiOS: Fix some coding styles 89/4989/3
2020-05-09 Antonio Borneocoding style: add missing space when split strings 20/5620/2
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations 19/5619/2
2020-05-07 Tim NewsomeAdd get_thread_reg() and set_reg() for hwthread 24/5324/3
2020-05-02 Antonio Borneocoding style: src: remove empty lines at end of text... 72/5172/6
2020-04-15 Tomas VanekRevert "rtos/FreeRTOS: Fix FreeRTOS thread list reading" 77/5577/3
2020-03-17 Marc Schinkrtos: Destroy RTOS and fix memory leak 79/5479/3
2020-03-07 Tomas Vanekrtos/linux: fix use of memory after it is freed 71/5371/2
2020-02-24 Antonio Borneocoding style: fix space around pointer's asterisk 97/5197/4
2020-01-02 Rahul Masurkarrtos/FreeRTOS: Fix FreeRTOS thread list reading 73/5273/2
2019-08-28 Tim Newsomegdb_server, rtos: Fine-grained RTOS register access 14/5114/3
2019-06-12 Daniel GoehringARMv8: Update rtos_reg storage from 8 to 16 bytes 09/5209/2
2019-06-04 Bohdan Tymkivgdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned... 09/5109/2
2019-03-08 Matthias Welwarskyrtos/hwthread: add hardware-thread pseudo rtos 99/3999/24
2019-01-23 Moritz Fischerrtos: Add RTOS task awareness for Chromium-EC 85/4685/10
2018-10-16 Steven Stallionrtos: check symbol list when updating uCOS-III 19/4719/2
2018-10-16 Steven Stallionesirisc: support eSi-RISC targets 60/4660/17
2018-10-16 Steven Stallionrtos: support gdb_get_register_packet 21/4121/9
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)