Finish portability support for AC_HEADER_STDBOOL configure macro.
[openocd.git] / src / target /
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-10 zwelchExtend autotools build to create shared library libopen...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> whitespace fixes.
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> whitespace fixes...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> fix warnings
2009-05-09 oharboeMichael Bruck <mbruck@digenius.de> ARM11 C99 updates
2009-05-08 oharboewhitespace fixes
2009-05-08 oharboewhitespace fixes
2009-05-08 oharboeDavid Brownell <david-b@pacbell.net> DaVinci dm6446
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboepull up verify_capture_ir one level in api stack
2009-05-08 oharboeretire jtag_set_check_value
2009-05-08 oharboeretire jtag_set_check_value
2009-05-08 oharboeretire jtag_set_check_value
2009-05-08 oharboefirst jtag_check_value_mask usage. tested by using...
2009-05-08 oharboeadded comments w.r.t. potential performance problems
2009-05-07 oharboemore in_handler typo fixes
2009-05-07 oharboeouch - typo in last commit
2009-05-07 oharboein_handler removal typo fixed
2009-05-07 oharboefix copy & paste error when retiring in_handler
2009-05-07 oharboefix c99 compile errors
2009-05-07 oharboemarker for in_handler to remove
2009-05-07 oharboeremove usage of in_handler
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboestop using in_handler
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboeDavid Brownell david-b at pacbell.net fix warnings
2009-05-07 oharboefix line endings
2009-05-07 oharboeDavid Brownell <david-b@pacbell.net> DaVinci DM355...
2009-05-07 oharboeslightly increase readability of code
2009-05-07 oharboeanother example of removing in_handler usage
2009-05-07 oharboeadded template for removing in_handler
2009-05-07 zwelchFix most pointer cast alignment warnings in arm11.c...
2009-05-07 zwelchFix pointer cast alignment warnings in arm_adi_v5.c
2009-05-06 zwelchFix pointer cast alignment warning in XScale miniIC...
2009-05-06 zwelchFix pointer cast alignment warnings in target/image.c.
2009-05-06 zwelchChange reg_s value field from u8 * to void *; it must...
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeadd warnings about not using in_handler
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-05-05 oharboeGabor Juhos juhosg at openwrt.org MIPS: fix a shift...
2009-05-05 oharboeOleksandr Tymoshenko <gonzo@bluezbox.com> "resume"...
2009-05-04 oharboeDirk Behme <dirk.behme@googlemail.com> Add minimalist...
2009-05-04 oharboeMariano Alvira <mar@devl.org> fixes warnings
2009-05-03 oharboePiotr Esden-Tempski <piotr@esden.net> Mac OS X compile...
2009-05-02 zwelchUpdate autotools scripts to require automake 1.6. ...
2009-04-30 zwelchUwe Hermann <uwe@hermann-uwe.de>: Support both rev...
2009-04-30 zwelchUwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look...
2009-04-30 oharboelpc2478 target config
2009-04-30 zwelchAdd static keywords to core target source file data...
2009-04-30 oharboeuse jtag_rclk 500 to avoid proliferation of target...
2009-04-29 mluMore error logging for DAP errors
2009-04-29 oharboecomments and debug code
2009-04-29 zwelchSten <debian@sansys-electronic.com>: add support for...
2009-04-29 zwelchSten <debian@sansys-electronic.com>: add support for...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-28 oharboefix checksum memory. By failing the fallback code will...
2009-04-28 oharboeconvert some LOG_INFO()'s during stepping into LOG_DEBUG()
2009-04-28 oharboeMichael Bruck <mbruck@digenius.de> macros for error...
2009-04-28 oharboeeol-style native
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> fix warnings(which...
2009-04-27 mluAdded dap baseaddr and dap apid commands
2009-04-27 oharboeclean up debug/info output to be in line with other...
2009-04-27 oharboemore error handling
2009-04-27 oharboea little bit more error handling in ARM11
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> AVR wip
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> AVR support
2009-04-27 mluDeleted depreciated files ( new versions are arm_adi_v5...
2009-04-27 mluChanged armv7m and cortexm3 to use nev arm_adi_v5 inste...
2009-04-27 mluAdded arm_adi_v5.c/h, to replace cortex_swjdp.c/h....
2009-04-27 oharboeZach Welch <zw@superlucidity.net> wrap _GNU_SOURCE...
2009-04-26 oharboeZach Welch <zw@superlucidity.net> fix typo
2009-04-26 oharboeR.Doss <doss@gmx.de> AT91SAM9260
2009-04-24 oharboeNicolas Pitre <nico@cam.org> update SheevaPlug interfac...
2009-04-24 oharboeUwe Hermann <uwe@hermann-uwe.de> drop unecessary BSTAPIDs
2009-04-23 oharboeMichael Bruck <mbruck@digenius.de> include file fix
2009-04-23 oharboestm32.cfg can expect one of 4 id's.
2009-04-23 oharboeLaurentiu Cocanu - fix typo
2009-04-22 oharboeMichael Bruck <mbruck@digenius.de> ARM11 various update...
2009-04-22 kc8apfFix use of wrong format conversion for size_t (%zu...
2009-04-22 oharboeUwe Hermann <uwe@hermann-uwe.de> Drop non-A variants...
2009-04-21 oharboeNico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches
2009-04-21 ntfreak- vsllink update from SimonQian [simonqian@SimonQian...
2009-04-21 oharboeZach Welch <zw@superlucidity.net>fix unused return...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-04-20 ntfreak- fix at91rm9200 warning. Thanks Zach Welch <zw@superlu...
2009-04-20 oharboeHolger Freyther <zecke@selfish.org> Attempt to fix...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> use ARM4_5_MODE_ANY...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-18 mifiThe following patches was applied:
2009-04-15 oharboeJesus Sanchez-Palencia <jesus.palencia@openbossa.org>
2009-04-15 oharboePiotr Esden-Tempski <piotr@esden.net> Corrected olimex_...
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)