stlink: collapse consecutive mem AP r/w in a single command
[openocd.git] / src / rtos /
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
2018-08-21 Tomas Vanekrtos/linux.c: fix clang static analyzer warning 40/4640/2
2018-08-01 Masatoshi Tateishirtos: add support for NuttX 03/4103/16
2018-04-23 Faisal ShahChibiOS thread states: Update thread state to label... 88/4488/5
2018-04-07 Armin van der Togtrtos: Fix XPSR_OFFSET for cortex_m4f stacking 37/4037/3
2018-03-07 Luca DarizFix ChibiOS FPU detection. 98/4398/3
2018-03-03 Matthias Welwarskyrtos: fix rtos no-auto configuration 38/4438/2
2018-02-21 Matthias Welwarskyrtos: run rtos create hook only once on autodetect 98/3998/3
2018-02-21 Matthias Welwarskyrtos: facilitate RTOS SMP handling 97/3997/7
2017-12-06 Marc Schinkrtos: Use 'bool' as return type for detect_rtos() 74/4274/2
2017-06-30 Steven Stallionrtos: better sanity checking for uCOS-III 66/4166/2
2017-06-30 Steven Stallionrtos: style corrections for uCOS-III 20/4120/2
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support 00/1200/37
2017-01-15 Andreas Fritiofsonhelper,rtos,server: Restore missing warning flags 27/3927/2
2016-12-08 Andreas FritiofsonConvert to non-recursive make 65/3865/6
2016-12-08 Marc Schinkhelper: Code cleanup for hexify() 93/3793/4
2016-12-08 Steven Stalliongdb_server: support qXfer:threads:read packet 59/3559/5
2016-12-08 Steven Stallionrtos: add support for uC/OS-III 56/3556/13
2016-12-08 Matthias WelwarskyAdd -defer-examine option to target create command 76/3076/15
2016-10-17 Marc Schinkhelper: Make unhexify() robust on invalid data 92/3792/2
2016-08-14 Steven Stallionrtos: remove display_str member 58/3558/4
2016-08-13 Andy Pomfretrtos: removed chSysInit from detection of ChibiOS ... 81/3381/4
2016-05-24 Marc SchinkMake #include guard naming consistent 56/2956/5
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2016-05-20 Andreas FärberFix spelling of ARM Cortex 83/3483/4
2016-05-04 Jonathan DumaresqRTOS support: Add FPU support for FreeRTOS 97/3397/5
2016-02-29 Andreas Fritiofsonjim-nvp: Make Jim_GetOpt_String const-correct 78/3178/2
2015-11-03 daniel-krtos/mqx: Fix uninitialized parts of symbol table 17/3017/2
2015-10-30 Andrew Ruderrtos: handle STKALIGN adjustments on cortex m 03/3003/3
2015-10-30 Andrew Ruderrtos: turn stack alignment into a function pointer 02/3002/4
2015-08-06 Alexander DrozdovRTOS: ThreadX support on ARM926E-JS 48/2848/2
2015-04-24 Paul Fertserrtos/mqx: prevent crash with -rtos auto 41/2741/3
2015-04-24 Paul Fertserrtos: fix print format specifiers 24/2724/2
2015-04-16 Andreas Fritiofsonrtos: add instructions and helper code to make FreeRTOS... 47/2347/4
2015-04-16 Andreas FritiofsonFreeRTOS: Make optional symbols optional 25/2425/4
2015-04-14 Richard BraunChibiOS: fix crash on auto detection 97/2597/2
2015-04-14 Evan HunterRTOS: Add logging to FreeRTOS and general RTOS 91/2391/5
2015-03-09 Marian Cingelrtos: Freescale MQX rtos support 53/2353/9
2015-01-09 Tomas VanekChibiOS: struct ChibiOS_params_list[] should not be... 27/2427/3
2015-01-09 Spencer Oliverrtos: free gdb packet allocated memory 82/2382/2
2014-11-24 Christian GudrianAdded FPU support for ChibiOS/RT 54/2354/2
2014-11-24 Christian Gudrianrtos: add support for ChibiOS/RT 3.0 52/2352/5
2014-11-24 Paul Fertserrtos: allow symbols to be optional for a particular... 55/2355/3
2014-10-06 Spencer Oliverrtos: constify symbol names and lists 92/2292/3
2014-03-30 Andreas FritiofsonDon't cast return value of [cm]alloc 69/2069/2
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)