- corrected rounding in ft2232_khz
[openocd.git] / src /
2008-05-10 mifi- corrected rounding in ft2232_khz
2008-05-10 mifi- added support for ft2232/jtag_khz
2008-05-09 oharboeprinting available memory fails on win + mac. Disable...
2008-05-09 oharboeMichael Fischer spotted a problem in the reset routines...
2008-05-08 oharboedisable code that prints available mem under windows...
2008-05-07 oharboeprint available memory in log_level 3
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-05-07 oharboeEdgar Grimberg plugged a leak found w/Valgrind.
2008-05-07 oharboeincrease packet size to 16kBytes. Very slightly faster.
2008-05-06 oharboeEdgar Grimberg found tiny memory leak
2008-05-06 ntfreak- added svn props for newly added files
2008-05-06 oharboeThe target library is now the authorotative source...
2008-05-06 oharboeadd missing reset script
2008-05-03 drath- fixed xsvf_add_statemove()
2008-05-01 ntfreak- add -lusb to link for using libftdi under win32
2008-05-01 ntfreak- add missing svn props
2008-04-30 oharboenow compiles again.
2008-04-30 oharboelpc2148 fixes from Edgar Grimberg
2008-04-30 ntfreak- added new device to luminary flash driver
2008-04-30 oharboeEdgar's naming convention fixes.
2008-04-30 oharboeEdgar's added support for printing jtag_khz
2008-04-29 ntfreak- stm32x default to 128k if flash size failed.
2008-04-29 oharboeEdgar Grimberg added a new rule for target scripts...
2008-04-29 ntfreak- updated cortex_m3 docs regarding luminary reset behaviour
2008-04-28 ntfreak- add cortex_m3 variant luminary to fix reset issue...
2008-04-26 ntfreak- added ARMV7_GDB_HACKS define to armv7m.h, enabling...
2008-04-26 ntfreak- luminary flash now loader polls when finished
2008-04-26 oharboeset communication speeds
2008-04-26 ntfreak- incorrect ram size for lm3s811 target script
2008-04-26 ntfreak- change str9 flash controller to read array after...
2008-04-25 oharboemake debug_level 3 useful again... the log just drowns...
2008-04-24 oharboeClose dangling file handle
2008-04-24 ntfreak- added svn props for newly added files
2008-04-23 oharboePavel Chromy's on chip flash loader
2008-04-23 ntfreak- added svn props for newly added files
2008-04-23 oharboeTim Hudson contributed at91sam9260 target config files...
2008-04-23 oharboeregions outside flash are now read/write nocache by...
2008-04-23 oharboeTim Hudson: removed setting jtag_speed directly (which...
2008-04-23 oharboeadded fast option.
2008-04-23 oharboeAndre Renaud support for the am29sl800db CFI flash...
2008-04-21 ntfreak- added stm32 stick and luminary eval boards interface...
2008-04-21 ntfreak- set lpc288x[ch] svn file props
2008-04-20 ntfreak- set erase flag on sector
2008-04-20 oharboeKarl RobinSod <karl.robinsod@gmail.com> added lpc288x...
2008-04-19 ntfreak- flash.c change stricmp to strcmp
2008-04-19 oharboeretired auto_erase, added optional erase arg to flash...
2008-04-18 drath- Flash auto-erase is disabled by default
2008-04-18 oharboeEnabled auto erase, gdb memory map and gdb flash progra...
2008-04-18 oharboeNicolas Pitre fixed regression.
2008-04-17 oharboeEdwin Olsen: improves breakpoint handling on cortex...
2008-04-16 oharboefix for gaffe in 555 that stopped JTAG chain examine...
2008-04-16 ntfreak- correct stm32stick config script
2008-04-16 oharboeUpdate Embedded ICE registers explicitly during target...
2008-04-16 oharboeEdgar Grimberg added some missing scripts from the...
2008-04-16 oharboefix SEGFAULT regression in cortex after TRST fixes
2008-04-15 oharboe- sw_bkpts fails if the target is not halted. The side...
2008-04-15 oharboeAdded checks for target->type->read/write_memory, soft_...
2008-04-15 oharboetarget read/write is no longer attempted for target_xxx...
2008-04-14 ntfreak- added new and missing target scripts - stm32stick...
2008-04-14 oharboeretired fast_memory_access. It's always fast now.
2008-04-14 ntfreak- split str71x driver into banks
2008-04-14 oharboemoved out stuff that wasn't already moved from openocd...
2008-04-14 oharboeTRST is asserted *before* target->type->assert_reset...
2008-04-13 oharboeMore robust handling of unknown target state for step...
2008-04-13 oharboeA dummy driver to test codepath w/no contact w/target.
2008-04-13 oharboeallows launching OpenOCD w/telnet+gdb server w/the
2008-04-13 oharboeallows launching OpenOCD w/telnet+gdb server w/the
2008-04-13 oharboe- Set up ICE registers after TRST
2008-04-11 oharboefound two more gaffes for reset wip
2008-04-11 oharboefixed gaffe for default examine implementation
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeWip - split target setup and target examination
2008-04-11 oharboeadded target->type->examine(). Eventually this will...
2008-04-11 oharboeImproved XScale performance for embedded hosted OpenOCD
2008-04-10 oharboestop using variable sized arrays. That's something...
2008-04-10 ntfreak- added svn props for newly added parport.cfg
2008-04-10 ntfreak- single core context used, removed debug context as...
2008-04-09 oharboetarget lib wip
2008-04-09 oharboeback out Don Porges workaround for some device with...
2008-04-09 ntfreak- add missing svn props
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-08 oharboeuse jtag.c's cur/end_state global variables.
2008-04-08 oharboeEdwin Olson found bug & tested fix for flash write_imag...
2008-04-08 oharboelm3s6965.cfg contributed by Edwin Olson
2008-04-08 oharboeadded a couple of LOG_ERROR() messages to improve logfile.
2008-04-08 oharboePavel pointed out that jtag_add_tlr() is better than...
2008-04-08 oharboeThe endstate now reports the endstate of the queue...
2008-04-07 oharboeSpen fixed various issues w.r.t. setting up the sockets...
2008-04-07 oharboe- only if "reset halt" or "reset init" are issued will...
2008-04-06 oharboeavoid patch trouble by isolating troublesome line...
2008-04-04 oharboe- the reset mode parameter is now DEPRECATED. It is...
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-04-04 oharboeadded query of reset speed
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-04-02 oharboeEdgar Grimberg sharpened the str912 target script.
2008-04-02 oharboefix flash info - now reports erased state properly
2008-04-02 oharboeAdded timeout(instead of infinite loop) to soft_reset_halt
2008-04-02 oharboeoptional count argument to mwX
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)