- added str912/str710_program.script
[openocd.git] / src /
2008-03-07 mifi- added str912/str710_program.script
2008-03-07 oharboeremoved excessive debug output. Perhaps a debug_level...
2008-03-06 oharboePavel Chromy: va_copy should always be paired with...
2008-03-06 oharboeuse jtag_execute_queue() instead of jtag->execute_queue()
2008-03-06 oharboetms is never referenced, confusing old code left behind...
2008-03-06 oharboecomment.
2008-03-06 oharboePavel Chromy: faster alloc_printf()
2008-03-06 oharboePavel Chromy: performance tweak of gdb_put_packet_inner...
2008-03-06 oharboeMichael Bruck:
2008-03-06 oharboeMichael Bruck: 64 bit va_list fix for crash
2008-03-06 oharboemake debug code w.r.t. incorrect args for bypass stricter.
2008-03-05 oharboewarnings & comments fixes.
2008-03-05 oharboe- This speeds up dcc arm7_9 bulk write a little bit...
2008-03-05 oharboeadded jtag_add_dr_out(). Better for hw fifo, same for...
2008-03-05 oharboePavel Chromy: memory leak in at91sam7 flash driver...
2008-03-05 oharboe* fixed malloc corruption in target->debug_reason
2008-03-05 oharboetelnet_port can now be invoked multiple times
2008-03-04 oharboeBogus error message in GDB removed
2008-03-04 oharboeFixed GDB timeout crash - regression introduced back...
2008-03-04 oharboeMichael Bruck - fix warnings.
2008-03-04 oharboeMichael Bruck: fix warnings.
2008-03-04 oharboeMichael Bruck:
2008-03-03 ntfreak- added svn prop svn:eol-style native
2008-03-03 oharboeI fixed all the targets even though
2008-03-03 oharboeadded at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_ss...
2008-03-03 oharboesome comments from Dominic
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-03-01 oharboetarget scripts for test suite.
2008-03-01 oharboefix memory corruption regression introduced in 335
2008-03-01 mifi- removed warnings "xxxxx" might be used uninitialized...
2008-03-01 oharboebacked out jtag_add_shift()
2008-03-01 oharboeimprove DCC bulk write performance by using jtag_add_sh...
2008-03-01 oharboeNow uses jtag_add_shift() via embeddedice_write_reg_inn...
2008-03-01 oharboelog_remove_callback
2008-03-01 oharboewip. fixed gaffe in jtag_add_shift()
2008-03-01 oharboeerror handling fix.
2008-02-29 oharboeadded an #error in case anybody tries to compile that...
2008-02-29 oharboefixed stack corruption. Introduced when _check_value...
2008-02-29 ntfreak- fix bug with emulated cortex_m3 dcc channel
2008-02-29 oharboeTweaked logging output.
2008-02-29 oharboeUwe Hermann: Add a --version switch for openocd.
2008-02-29 oharboeUwe Hermann:
2008-02-29 oharboePavel Chromy: add missing newlines.
2008-02-29 oharboelingering patch from Pavel Chromy.
2008-02-29 oharboeformatting fixes from Pavel Chromy
2008-02-29 oharboeremove warnings.
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-02-29 oharboe- clean up target output strings a bit
2008-02-29 oharboedo not write single chars to log file.
2008-02-29 oharboePavel Chromy: clarify error messages
2008-02-29 oharboeSummary: passing of variable argument list reduced...
2008-02-29 oharboeMichael Bruck:
2008-02-29 oharboeMichael Bruck:
2008-02-28 oharboefixed newline gaffe in OUTPUT()
2008-02-28 oharboePavel Chromy spotted duplicated newlines gaffe from...
2008-02-28 oharboePavel Chromy spotted a leak
2008-02-28 oharboesmall line ending cleanup.
2008-02-28 oharboePavel Chromy - cleanup error messages
2008-02-28 oharboefix gaffe.
2008-02-28 oharboePavel Chromy cleaned up checks for halted, error messag...
2008-02-28 oharboefix from Pavel Chromy
2008-02-28 ntfreak- added svn props
2008-02-28 oharboecode to be used in upcoming minidriver work.
2008-02-28 oharboeadded some code that will be used in upcoming minidrive...
2008-02-28 oharboejtag_add_shift() fn - minidriver work in progress.
2008-02-28 oharboelingering change for eCos flash driver
2008-02-28 oharboeeCos flash driver.
2008-02-28 oharboe- Added TARGET_REQ_DEBUGCHAR target_request debugmsg...
2008-02-28 drath- fix line-endings
2008-02-28 oharboeUwe Hermann fixed some warnings.
2008-02-27 drath- fix typo in ep93xx jtag driver to allow OpenOCD compi...
2008-02-27 drath- fix bug in ft2232 pathmove (thanks to Michael Bruck...
2008-02-26 ntfreak- fix issue when target is already halted
2008-02-26 ntfreak- code reformat (Thanks Pavel Chromy)
2008-02-26 oharboefix naming conflict under Windows.
2008-02-26 oharboeoopss.. another jtag minidriver reset gaffe.
2008-02-26 oharboejtag_add_reset() minidriver gaffe fixed.
2008-02-26 oharboeNext step in the JTAG minidriver. This should be fairly...
2008-02-26 oharboe- jtag minidriver work in progress
2008-02-25 ntfreak- remove build warnings
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-25 oharboeformatting.
2008-02-25 oharboePavel Chromy style fixes.
2008-02-25 oharboeFix from Pavel Chromy.
2008-02-25 oharboe- Fix target library path problem w/Windows
2008-02-25 oharboeFrom Michael Bruck
2008-02-25 oharboecommitted bugfix from Michael Bruck
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-25 oharboeMichael Bruck spotted an omission in svn 322
2008-02-24 oharboe- added "xscale fast_memory_access" which speeds up...
2008-02-24 oharboemove options handling to separate file to better suppor...
2008-02-24 oharboe- added -c option that will execute an openocd command
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-24 oharboedisable cfi_write_words(). Broken for spansion, fallback
2008-02-24 oharboedebug_level 3 now prints seconds since start of openocd
2008-02-24 drath- concretize JTAG state transition rules (previously...
2008-02-24 oharboesharpend JTAG docs w.r.t. hw fifo implementations and...
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)