work in progress to hook up libmicrohttpd + tcl integration
[openocd.git] / src / openocd.c
2008-12-16 oharboework in progress to hook up libmicrohttpd + tcl integration
2008-12-15 oharboesync up to tap_xxx rename + add with-ioutil for standal...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-10-16 oharboeunsik Kim <donari75@gmail.com> - mflash support
2008-10-15 ntfreak- fix tcl_port typo in docs
2008-10-08 oharboeRichard Missenden exit now works during startup script
2008-10-07 oharboereduce patch problems by moving $xxx expansion into...
2008-09-24 ntfreak- renamed x7926 driver to aduc702x to match other flash...
2008-09-21 oharboeput instructions on how to report bugs onto the users...
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboeGDB monitor commands now also get halted state upon...
2008-07-24 oharboeBetter handling of OpenOCD command invocation result...
2008-07-19 oharboedaemon_startup is now retired in favour of adding ...
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-17 oharboeCharles Hardin ckhardin at gmail.com Instead of stash...
2008-07-17 oharboeCollect output from openocd commands into openocd_outpu...
2008-07-17 oharboeCharles Hardin ckhardin at gmail.com
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> and Øyvind Harboe
2008-07-16 oharboeFixes to \ and / handling for OpenOCD
2008-07-16 oharboedo not print jim tcl error message trace for ERROR_COMM...
2008-07-16 oharboebetter error messages for target event scripts.
2008-07-14 oharboeCharles Hardin <ckhardin@gmail.com>
2008-07-13 ntfreak- remove unused objcopy from configure.in
2008-07-13 oharboeCharles Hardin <ckhardin@gmail.com> - hopefully final...
2008-07-13 oharboeDuane Ellis <openocd@duaneellis.com> fix to tcl puts
2008-07-12 ntfreak- remove requirement for file2c.tcl
2008-07-11 oharboework in progress to improve help
2008-07-11 oharboe- retired variable stuff.
2008-07-11 oharboestartup.tcl (former commands.tcl) is now embedded into...
2008-07-10 oharboeCharles Hardin <ckhardin@gmail.com>
2008-07-10 oharboe- added search paths before running tcl/commands.tcl.
2008-07-10 oharboeSEGFAULT fix for syntax error.
2008-07-09 oharboeimprove error messages a little bit.
2008-07-09 oharboe"flash banks" is now implemented in Tcl on top of ...
2008-07-08 oharboetcl regression fixes.
2008-07-08 ntfreak- apply correct formatting to openocd.c
2008-07-07 oharboemore tcl cleanup.
2008-07-07 oharboeadded pre/postlude fn's for when OpenOCD is sleeping.
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboemoving Tcl stuff around slightly.
2008-07-06 oharboefix a few compilation problems.
2008-07-06 oharboeCharles Hardin <ckhardin@gmail.com> - Tcl Server
2008-07-06 oharboesrc/helper/configuration.h
2008-07-04 oharboeadded echo command in tcl. Issues a LOG_USER() for...
2008-07-04 oharboetcl config script example
2008-07-04 oharboeJim Tcl support added
2008-06-27 oharboehooks to enable experimentation with scripting language...
2008-05-07 oharboeEdgar Grimberg plugged a leak found w/Valgrind.
2008-04-13 oharboeallows launching OpenOCD w/telnet+gdb server w/the
2008-04-11 oharboeadded target->type->examine(). Eventually this will...
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-06 oharboeavoid patch trouble by isolating troublesome line...
2008-03-26 oharboehooks for multithreading. Disable nagle
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-01 mifi- removed warnings "xxxxx" might be used uninitialized...
2008-02-29 oharboePavel Chromy: add missing newlines.
2008-02-29 oharboelingering patch from Pavel Chromy.
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-23 mifi- added a test document as a starting point
2008-02-22 mifi- cosmetic changes to print out version without line...
2008-02-07 ntfreak- added synchronous reset patch, Thanks Øyvind Harboe
2008-01-09 ntfreak- rename flash_init and flash_erase to flash_init_drive...
2007-12-10 bodylove- Enabled URL keyword expansion for enhanced version
2007-12-10 bodyloveChanged openocd version info creation to be more useful.
2007-09-05 drathPatch by Michael Schwingen that
2007-08-25 drath- added support for setting JTAG frequency on ASIX...
2007-08-21 drath- correctly initialize start address for XScale trace...
2007-08-17 drath- renamed "xscale dump_trace_buffer" to "xscale dump_tr...
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-08-14 drath- corrected automake script
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- bumped version information
2007-07-31 drath- cleaned up cycle counting in ETM analysis
2007-07-31 drath- add missing configure.in change from last checkin
2007-07-26 drath- documentation fixes (thanks to Uwe Hermann)
2007-07-25 drath- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
2007-06-28 drath- fixed endianness helper macros (thanks to obilix...
2007-06-15 drath- added support for pseudo image type "mem", currently...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- split fileio handling into fileio part and image...
2007-04-26 drath- improved ETB trace output
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-11 drath- disabled excessive debug output in jtag.h
2007-03-30 drath- added support for Turtelizer 2 (USB JTAG interface...
2007-03-28 drath- merged XScale branch back into trunk
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...
2007-01-31 drath- merged several changes from XScale
2007-01-26 drath- disabled use of single-step bit for EmbeddedICE versi...
2007-01-25 drath- disabled JTAG debug output
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-10-12 drath- allow FT2232 devices to be opened by serial number...
2006-09-07 drath- integrated patch from Magnus Lundin that fixes at91sa...
2006-08-31 drath- added missing AT91RM9200 files
2006-08-20 drath- made bp command more verbose
2006-08-17 drath- updated version info in openocd.c
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)