cleanup: rename armv4_5 to arm for readability
[openocd.git] / src /
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2012-01-23 Spencer Oliverflash: print bank usage on failure
2012-01-18 Spencer Oliverflash: add missing stellaris device classes
2012-01-18 Spencer Olivertarget: move regmaps to armv7m.c
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-16 Spencer Oliverbuild: fix broken make distcheck
2012-01-15 Michel JAOUENrtos : linux awareness
2012-01-15 Michel JAOUENrtos : create qsymbol interface and add str_to_hex...
2012-01-15 Michel JAOUENrtos : receive reset info
2012-01-15 Michel JAOUENrtos : ps command
2012-01-15 Michel JAOUENrtos : smp support
2012-01-15 Michel JAOUENrtos : current_threadid move to rtos context
2012-01-15 Michel JAOUENrtos :introduce possible overload by rtos of gdb_thread...
2012-01-15 Michel JAOUENrtos : remove unused parameter
2012-01-12 Mathias Kstlink: handle wrong initialization file if no layout...
2012-01-12 Mathias Kstlink: add none 32bit memory read/write functions
2012-01-12 Mathias Kstlink: add read/write 8bit memory
2012-01-12 Spencer Oliverbuild: fix broken commit
2012-01-12 Spencer Oliverstlink: correctly signal stlink_interface_open failure
2012-01-12 Spencer Oliverflash: stm32f2x incorrectly using 512 as max family...
2012-01-12 Spencer Oliverflash: detect stm32f4x device id errata
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-12 Spencer Oliverstlink: add dummy speed handlers
2012-01-12 Spencer Oliverflash: use correct device_id mask
2012-01-12 Mathias Koptimize: replace while loop by memcpy
2012-01-12 Spencer Oliverbuild: remove unused variables
2012-01-12 Bruno FLEURETTEflash: pre-check flash unlock for stm32f2x
2012-01-12 Spencer Oliverxsvf: fix clang warning
2012-01-12 Spencer Olivertarget: fix missing semihosting return path
2012-01-09 Spencer Oliverflash: support stm32f4x flash
2012-01-09 Spencer Oliverflash: use stm32f2x flash size register
2012-01-09 Øyvind Harboertos: fix bug in error handling
2012-01-04 Mathias KChange return value on error.
2012-01-04 Spencer Oliverstlink: update to use ERROR_COMMAND_SYNTAX_ERROR
2012-01-04 Øyvind Harboeflash: introduce .usage field for nand and nor flash...
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2012-01-04 Mathias Kcommand: print BUG warning when usage is missing
2012-01-04 Spencer Oliverbuild: fix make dist
2012-01-03 Mathias KSTM32 ST-LINK target initial release
2012-01-03 Mathias KST-LINK USB initial release
2012-01-03 Mathias KMake jim functions public accessible.
2012-01-03 Mathias KMake cortex_m3 functions public accessible.
2012-01-03 Mathias Kadd private data pointer to the tap interface
2012-01-03 Spencer Oliverhelper: fix arm11 help text
2011-12-31 Spencer Oliverbuild: fix mingw build issues
2011-12-23 Erik AhlénRenamed mx2.{c,h} to mxc.{c,h} and added copyright...
2011-12-23 Erik AhlénAdded support for i.MX35 NAND Flash Controller (v2)
2011-12-23 Erik AhlénAdded command to enable/disable/query BI-swap for MXC...
2011-12-23 Erik AhlénMade BI-swap optional in mxc.
2011-12-23 Erik AhlénAdded board type as a parameter to mx2 NFC as they...
2011-12-23 Øyvind Harboejtag: only if an in_value storage is provided will...
2011-12-20 Øyvind Harboejtag: stop using sharp corner of JTAG API
2011-12-20 Øyvind Harboejtag: make caller always allocate buffer
2011-12-20 Øyvind Harboejtag: retire jtag_alloc_in_value32
2011-12-20 Øyvind Harboejtag: retire jtag_alloc_in_value32 API
2011-12-19 Mathias KSTM32F2x: check flash unlock, add mass erase
2011-12-19 Erik AhlénRenamed mx2/imx27 to mxc.
2011-12-19 Erik AhlénIndentation and white space fixes.
2011-12-16 Mathias KInitialize return value.
2011-12-13 Øyvind Harboezy1000: fix crash in JTAG over TCP/IP
2011-12-12 Mauro Gambajlink libusb-1.0 driver.
2011-12-11 rodrigo_l_rosadsp5680xx - indent fix
2011-12-02 Spencer Oliverlibusb: Fix build issues under cygwin/mingw
2011-12-02 Spencer Olivergdb_server: use strndup to allocate debug messages
2011-12-02 Spencer Oliveropenocd.c: whitespace cleanup
2011-12-01 Spencer Oliverbinarybuffer: use strndup to allocate string
2011-12-01 James ZhaoFix compile error when _DEBUG_GDB_IO_ is set
2011-11-29 Mathias Ktarget init sanity check
2011-11-29 Evan HunterAdd stack alignment support to RTOS awareness - needed...
2011-11-25 Evan HunterFix unused variables error in amt_jtagaccel
2011-11-24 rodrigo_l_rosadsp5680xx - match page erase with mass erase
2011-11-24 rodrigo_l_rosadsp5680xx - flash module clk to freescale cfg value
2011-11-24 rodrigo_l_rosadsp5680xx - mark erase after unlocking flash
2011-11-24 rodrigo_l_rosadsp5680xx - fix jtag debug request failure handling
2011-11-24 rodrigo_l_rosadsp5680xx - separate debug from halt
2011-11-24 rodrigo_l_rosadsp5680xx - fix - flashing algorithm check
2011-11-24 rodrigo_l_rosadsp5680xx - added more error codes
2011-11-24 rodrigo_l_rosadsp5680xx - fix jtag status mask
2011-11-24 rodrigo_l_rosadsp5680xx - relocating code
2011-11-24 rodrigo_l_rosadsp5680xx - error codes
2011-11-23 Spencer Olivertarget: fix init_targets script handling
2011-11-18 Spencer Oliverusbprog: fix shadowed declaration warning
2011-11-18 Spencer Oliverscripts: notify user of deprecated jtag_* functions
2011-11-18 Mauro Gambalibusb-1.0 support
2011-11-18 Spencer Oliverflash: cleanup stm32f2x loader
2011-11-18 Spencer OliverRevert "build: fix gcc 4.6.2 warnings"
2011-11-18 Spencer Oliverbuild: fix gcc 4.6.2 warnings
2011-11-17 Robert Paszpresto: fix tms_sequence short issue
2011-11-17 Philip Nyegdb: Potential rounding error in reg_packet_size gdb_ge...
2011-11-17 Philip Nyegdb: fix multi core gdb issue
2011-11-17 Spencer Oliverflash: match stm32f2x loader src name
2011-11-17 Andreas Fritiofsonstm32f1x: improve variable naming and avoid potential...
2011-11-16 Andreas Fritiofsonbitq: make private functions static
2011-11-16 Andreas Fritiofsonbitq: reduce scope of variables
2011-11-16 Andreas Fritiofsonbitq: remove the remaining static variables
2011-11-16 Øyvind Harboestm32f1x: add more asserts
2011-11-16 Andreas Fritiofsonbitq: remove a static variable
2011-11-16 Andreas Fritiofsonbitq: remove dead code
2011-11-15 Tomas Frydrychkinetis flash: use longword write when writing into...
2011-11-15 Marek VasutAdd Tincantools Flyswatter2 support
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)