flash/efm32: Fix bug in odd byte count padding
[openocd.git] / src /
2014-03-17 Andreas Fritiofsonflash/efm32: Fix bug in odd byte count padding 38/2038/2
2014-03-17 Andreas Fritiofsontarget: Don't poll until the target is examined. 41/2041/2
2014-03-17 Paul Fertsergdb_server: do not copy feature names for tdesc generation 28/2028/2
2014-03-17 Bartosz Bielawskistlink_usb.c: add support for STLink V2-1 19/2019/6
2014-03-07 Andreas Fritiofsonstlink: Use callback to increase frequency of trace... 61/1661/5
2014-03-07 Andrey Smirnovnrf51: Fix format string bugs in nrf51_info 11/2011/2
2014-03-07 Kamal Dasucortex_a: Fix endianess issues in cortex_a8_*_apb_ab_memory 81/1781/11
2014-03-07 Paul Fertsertarget: add CoreSight PMU and an unidentified component... 28/1928/2
2014-03-07 Brad Rienschetarget: "dap info" command cosmetic output changes 18/1518/7
2014-03-07 Chris Johnstargets: Print nested ROM tables with the 'dap info... 27/1427/8
2014-03-07 Andreas Fritiofsongdb_server: Fix segfault in (and rewrite) decode_xfer_read 23/2023/2
2014-03-04 Spencer Olivergdbserver: fix duplicate declaration 20/2020/2
2014-03-04 Andrey YurovskyAdd support for the Atmel SAMG53 74/1974/2
2014-03-04 Jens BauerCMSIS-DAP: Fix build errors on Mac OS X 73/1973/2
2014-03-04 Christian Eggersgdb_server: fix memory leaks in users of get_reg_featur... 17/1917/6
2014-03-04 Christian EggersConstify received GDB packet 19/1919/6
2014-03-04 Christian Eggersgdb_server: Don't modify "buf" argument in decode_xfer_... 24/1924/5
2014-03-04 Christian EggersRemove unneeded zero termination of received packet 22/1922/3
2014-03-04 Christian Eggersgdb-server/rtos: Send correct answer to "qfThreadInfo... 25/1925/2
2014-03-04 Christian EggersRTOS: Unify wipe-out of thread list 16/1916/8
2014-02-24 Antony Pavlovmips32: build register cache in a more clear way 43/1943/2
2014-02-24 Nemui Trinomiusfm3: fix erase flash fail on using High Level Adapters. 44/1944/2
2014-02-24 Antony Pavlovdrivers/jtag: usb_blaster: make command handlers more... 42/1942/4
2014-02-24 Andrey Smirnovnrf51: Implement the support for Nordic's nRF51 devices 45/1945/11
2014-02-24 Joerg FischerEFM32 Wonder Gecko Family support 68/1968/2
2014-02-24 Paul Fertsertcl/drscan: handle invalid syntax with a conditional... 27/1927/2
2014-02-24 Antony Pavlovusb_blaster: ublast_access.h: add guard macro 41/1941/3
2014-02-24 Paul Fertserdrivers/ftdi: warn the user if he tries to use undefine... 48/1948/2
2014-02-24 Paul Fertserft2232: warn about lack of TRST on "turtle" adapter 46/1946/4
2014-02-24 Andreas Fritiofsonstm32f1x: Fix option byte flag parsing 63/1963/2
2014-02-11 Paul Fertserarm926ejs: fix write memory operations with caches... 12/1912/2
2014-02-11 Adrian Burnsquark_x10xx: add new target quark_x10xx 29/1829/4
2014-02-11 Kuldeep Singh Dhakanor/flash/stm32f1x: add stm32f07x support 21/1921/6
2014-02-06 Paul Fertsercortex_a: do not try to use MMU for translation if... 87/1787/3
2014-02-06 Anton Kolesovgdb_server: Fix confusing warning when entering noack... 95/1895/3
2014-02-06 Spencer Oliverflash: declare fixed arrays const 87/1887/2
2014-02-04 Paul Fertserflash/nor/mdr.c: fix uninitialised variable warning 75/1875/3
2014-02-04 Paul Fertserflash/nor/stm32f1x: fix format specifiers warning 79/1879/2
2014-02-04 Paul Fertsertarget/nds32_disassembler: fix format specifiers warnings 78/1878/2
2014-02-04 Paul Fertserserver/gdb_server: fix uninitialised variable warning 77/1877/2
2014-02-04 Paul Fertserrtos: fix uninitialised variable warning 76/1876/2
2014-02-04 Spencer Oliverdoc: add missing reg command argument 'force' 97/1897/3
2014-02-04 Nemui Trinomiuskinetis : improve kinetis flash driver. 94/1894/3
2014-01-24 Paul Fertserarm920t: fix write memory operations with caches enabled 17/1817/2
2014-01-23 Luca BRUNOAdd GDB remote target description support for ARM4 10/1810/4
2014-01-23 Peter LawrenceCMSIS-DAP: auto-detect CMSIS-DAP USB VID:PID 88/1888/2
2014-01-20 Andrey Yurovskyflash: samd: declare const data 74/1874/2
2014-01-20 Paul Fertsergdb_server: check for invalid read memory requests 53/1853/3
2014-01-20 Andreas FritiofsonRetire jtag_add_dr_out 01/1801/2
2014-01-20 Franck Jullienjtag/drivers: add USB-Blaster II 91/1791/8
2014-01-19 Spencer Olivertarget: fix typos 64/1864/2
2014-01-19 Spencer Olivercortexm: use Cortex-M rather than cortex-m3 for dwt... 65/1865/3
2014-01-15 Hsiangkai WangConform to C99 integer types format specifiers 94/1794/5
2014-01-15 Andrey YurovskyAtmel samd: add support for SAMD21 73/1873/2
2014-01-11 Andreas Fritiofsoncortex_m: Avoid unnecessary saving and restoring of... 48/1848/3
2014-01-11 Andreas Fritiofsonadi_v5: Remove unnecessary MEM-AP access functions 47/1847/2
2014-01-11 Andreas Fritiofsoncortex_m: Fix possible endianness problem in emulated... 46/1846/2
2014-01-11 Andreas Fritiofsontarget: Add test bench for memory access functions 29/1629/5
2014-01-11 Nemui Trinomiuslpc2000: fix LPC810 programming support 43/1843/2
2014-01-09 Andrey Yurovskyadd support for Atmel SAMD NOR Flash 84/1684/8
2014-01-09 Andrey Yurovskyadd support for Atmel SAM4L NOR Flash 39/1639/13
2014-01-09 Spencer Olivercmsis-dap: add initial cmsis-dap support 42/1542/19
2014-01-09 Andreas Fritiofsoncommand: Fix formatting for empty usage string 58/1858/2
2014-01-08 Robert P. J. DayAllow "tcl_port" to be run after config to simply displ... 57/1857/2
2013-12-31 Franck Jullienjtag_vpi: make the server address configurable 40/1840/5
2013-12-30 Franck Jullientarget/image: allow for comments in IHEX files 42/1842/2
2013-12-30 Steve Moorbytopic: Added Spansion S25FL128S and S25FL256S spifi... 44/1844/2
2013-12-22 Per Ekmankinetis : Add timeouts to flash status checking in... 19/1819/2
2013-12-22 Mathias Kstlink: remove stlink_api command 60/1760/4
2013-12-22 Per Ekmankinetis : Detect MCU flash parameters based on the... 23/1823/2
2013-12-22 Andreas FritiofsonAdd %APPDATA%\OpenOCD to script search path on win 97/1797/2
2013-12-22 Andreas FritiofsonRemove special handling of script search path on Windows 96/1796/2
2013-12-22 Ed MasteAvoid 'may be used uninitialized' warning from FreeBSD... 35/1835/2
2013-12-22 Mathias Kbuild: remove hard coded ftdi and usb libraries 59/1759/13
2013-12-22 Franck Jullienjtag_vpi: fix build errors under MinGW 39/1839/2
2013-12-17 Sergey A. Borshchfix flash bank auto_probe() fail with multiple targets 13/1813/2
2013-12-17 Andreas Fritiofsonversaloon: Finish support for serial number matching 16/1816/2
2013-12-14 Sergio Chicotopic: Support for the Xilinx BSCAN_* Virtual JTAG... 06/1806/4
2013-12-14 Spencer Oliverflash: revert incorrect stm32f1 default_padded_value 33/1833/2
2013-12-01 Luca BRUNONULL check before dereferencing 09/1809/2
2013-12-01 Dongxue Zhang[PATCH 1/2]support64: Add functions into types and... 00/1700/4
2013-12-01 Andreas FritiofsonAdd byte-swap helpers 98/1798/3
2013-11-08 Per Ekmankinetis : Add flash sector size detection for K21 MCU. 64/1764/4
2013-11-08 Per Ekmankinetis : Add flash read support to the kinetis nor... 63/1763/4
2013-11-08 Per Ekmankinetis : Fix broken check for mass erase. 62/1762/4
2013-11-07 Mathias Khla: Make consistent parameter naming 61/1761/3
2013-11-07 Spencer Olivertarget: use target_buffer_set_u32_array 83/1783/3
2013-11-06 Andreas Fritiofsonulink: Fix libusb include changed since pkg-config... 95/1795/2
2013-11-06 Paul Fertserjtag: fix support for really long scans 92/1792/2
2013-11-06 Andrey Yurovskystm32l flash: add another device ID 90/1790/2
2013-11-06 Nemui Trinomiusfm3: fix Fujitsu MB9Ax family support 93/1793/3
2013-11-06 Alan BowmanCorrect argument numbering in trace command 00/1800/2
2013-11-05 Andreas Fritiofsonlpcspifi: Fix byte order bug 71/1771/3
2013-10-31 Mathias Ktarget: fix mem2array/array2mem 79/1679/3
2013-10-31 Andreas Fritiofsonsmp: Fix byte order bug 79/1779/2
2013-10-31 Andreas Fritiofsonti_icdi_usb: Remove unnecessary casts and fix byte... 78/1778/2
2013-10-31 Andreas Fritiofsonioutil: Remove unnecessary casts and fix const-discarding 77/1777/2
2013-10-31 Andreas Fritiofsonbinarybuffer: Remove unnecessary cast and fix hidden... 76/1776/2
2013-10-31 Andreas Fritiofsonstr9x: Fix byte order bug 75/1775/2
2013-10-31 Andreas Fritiofsonstr7x: Fix byte order bug 74/1774/2
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)