code to be used in upcoming minidriver work.
[openocd.git] / src / target /
2008-02-28 oharboecode to be used in upcoming minidriver work.
2008-02-28 oharboe- Added TARGET_REQ_DEBUGCHAR target_request debugmsg...
2008-02-26 ntfreak- fix issue when target is already halted
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck
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 oharboe- added -c option that will execute an openocd command
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-23 drath- fix for feroceon CP15 register access (thanks to...
2008-02-22 vpalatin- fix read/write size for small unaligned accesses...
2008-02-22 mifi- added patch to make single-stepping more resilient
2008-02-21 vpalatin- add support for Marvell Feroceon (thanks to Nicolas...
2008-02-19 ntfreak- add search paths via new arg -s (-search). Thanks...
2008-02-19 ntfreak- Fixed bug in pathmove for XScale
2008-02-18 ntfreak- removed a raft of unecessary exit() calls. Issuing...
2008-02-18 ntfreak- Added a "User:" debug level. These are messages that...
2008-02-15 ntfreak- fix xscale memory leak and warnings. Thanks Øyvind...
2008-02-09 ntfreak- added synchronous wait/resume patch. Thanks Øyvind...
2008-02-07 ntfreak- added synchronous reset patch, Thanks Øyvind Harboe
2008-02-06 mifi- added patch to access cp15 register (XScale)
2008-02-06 mifi- added patch to solve problem with AT91SAM9260 (dirty...
2008-02-04 ntfreak- fixes issue with reset and arm926ejs core. Thanks...
2008-02-02 mifi- added patch to solve the reset problem with arm9...
2008-01-25 ntfreakfixed incorrect elf segment size - Thanks Øyvind Harboe
2008-01-24 mifi- added patch to check some malloc problems.
2008-01-23 mifi- added patch to fix crash in load_image on corrupt...
2008-01-21 bodylove- Eleminated leading tabs/white space
2008-01-21 bodylove- Eleminated leading tabs/white space
2008-01-20 mifi- added patch "remove error handler as planned"
2008-01-17 ntfreak- add support for cortex_m3 target_request debugmsgs
2008-01-17 drath- fixed 'make distcheck' (thanks to Theodore A. Roth...
2008-01-14 drath- use correct SCAN_N check value (disabled by default)
2008-01-11 ntfreak- debug handler file not closed - (thanks to oyvind...
2008-01-07 mifi- added gdb flash fixes patch
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-18 ntfreak- added patch by Øyvind Harboe to Intel Hex Start Segme...
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-17 mifi- fixed relocation problems with image loading. Relocat...
2007-12-16 drath- fixed ETM configuration register decoding
2007-12-10 bodylove- XScale DebugHandler code is now installed into
2007-12-09 mifi- added patch to display device information as INFO too
2007-12-04 vpalatinDo not overwrite code when removing software breakpoint...
2007-11-21 ntfreak- reset_run now works as expected on cortex-m3
2007-10-22 ntfreak- add verify_image command
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-09-10 mlu- Fixed display of sector sizes in flash.c
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- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-08-09 mlu- trying to remove a breakpoint with target running...
2007-07-31 drath- cleaned up cycle counting in ETM analysis
2007-07-31 drath- calculate cycles since last executed instruction...
2007-07-31 ntfreak- motorola s19 file loader added
2007-07-26 ntfreak- corrected stm32x_handle_options_write_command, incorr...
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-24 ntfreak- ST STM32x cortex support added
2007-06-21 drath- added support for Intel/Marvel PXA27x (XScale) targets
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-06-15 drath- added support for pseudo image type "mem", currently...
2007-06-14 drath- merged support for Cortex-M3 from cortex-m3 branch...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-31 drath- add support for ELF images (thanks to Vincent Palatin...
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- add missing file src/target/trace.h
2007-05-29 drath- add missing image handling files
2007-05-29 drath- split fileio handling into fileio part and image...
2007-05-10 ntfreak-- corrected embedded ice definitions
2007-05-05 drath- further work on ETB decoding (not yet functional)
2007-04-26 drath- improved ETB trace output
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-16 drath- explicitly disable monitor mode on ARM7/9 targets
2007-04-12 drath- correctly mask out bits that aren't part of a copied...
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-29 drath- added "arm9tdmi vector_catch ['all'|'none'|'vec1...
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-02-03 drath- add missing parentheses around macro parameters ...
2007-01-26 drath- disabled use of single-step bit for EmbeddedICE versi...
2007-01-25 drath- Added support for ARM926EJ-S based cores
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-11-07 drath- added support for the oocd-link (joernonline.de/dw...
2006-11-05 drath- correctly enter debug state on a "soft_reset_halt...
2006-10-23 drath- several small fixes (thanks to Magnus Lundin and...
2006-10-19 drath- fixed endianness handling in arm7_9_read_core_reg...
2006-10-12 drath- allow FT2232 devices to be opened by serial number...
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)