Fix a bunch of typos.
[openocd.git] / src / flash /
2011-03-17 Uwe HermannFix a bunch of typos.
2011-02-18 SimonQianfix compile error under MinGW
2011-02-15 Bjarne Steinsbolpc32xx: Flash driver
2011-02-04 Øyvind Harboestm32x: add support for STM32F20x
2011-01-31 Øyvind Harboecfi: use ARM32 machine code on all CPUs but Cortex M3
2011-01-26 Thomas SchmidFixed small mistakes in at91sam3 info command
2011-01-19 Eric Wetzelstellaris: automatically generate and update device IDs
2011-01-14 Erik BotöFlash driver for em357
2011-01-14 Santeri Salkostr9xpec: Find flash controller from the chain.
2011-01-10 Spencer Olivercfi: fix release build warnings
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2011-01-06 Spencer Olivercfi: use safer arch detection
2011-01-06 Jonathan DumaresqAdd the support for the armv7m arch.
2011-01-05 Eric Wetzelnit: do not add \n at end of LOG_ERROR
2011-01-03 Øyvind Harboenit: do not add \n at end of LOG_ERROR
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2011-01-02 Michael Schwingencfi_protect is not implemented on Spansion flashes...
2011-01-02 Michael Schwingennon-CFI flash code uses data from CFI structures. Make...
2011-01-02 Antonio BorneoNAND/S3CXXXX: remove private "target" copy
2011-01-02 Antonio BorneoNAND/ORION: remove private "target" copy
2011-01-02 Antonio BorneoNAND/NUC910: remove private "target" copy
2011-01-02 Antonio BorneoNAND/MX3: remove private "target" copy
2011-01-02 Antonio BorneoNAND/MX2: remove private "target" copy
2011-01-02 Antonio BorneoNAND/LPC3180: remove private "target" copy
2011-01-02 Antonio BorneoNAND/DAVINCI: remove private "target" copy
2011-01-02 Antonio BorneoNAND/AT91SAM9: remove private "target" copy
2011-01-02 Antonio BorneoNAND/TCL: prepare for common "target" reference
2011-01-02 Antonio BorneoNAND/TCL: fix segfault on syntax error
2011-01-02 Antonio BorneoNAND/CORE: Comment use of alive_sleep()
2011-01-02 Antonio BorneoNAND/CORE: Replace decimal dot in messages
2011-01-02 Antonio Borneoflash/nand: review NAND driver interface
2010-12-29 Andrew MacIsaacCompilation Warnings on OS X 10.5
2010-12-29 Øyvind Harboewarning: fix warning where GCC didn't catch a doubly...
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-12-23 Spencer Oliverstm32x : always use valid flash base address
2010-12-23 Spencer Oliverflash: print flash bank name on flash info cmd
2010-12-23 Spencer Oliverstm32: fix reversed option byte write
2010-12-23 Spencer Oliverstm32: update option bytes for stm32xl family
2010-12-23 Spencer Oliverstm32: add stm32 xl family flash support
2010-12-23 Spencer Oliverstm32: add dual flash bank support
2010-12-15 Paul RichardsFix for segfault in handle_nand_dump_command.
2010-12-15 Øyvind Harboestm32: fix unprotect
2010-12-15 Øyvind Harboeflash: clarify protect documentation
2010-12-10 Spencer Olivercontrib: add source to the cfi flash loaders
2010-12-10 Spencer Olivercfi: disable buffer writes for M29W128G
2010-12-10 Spencer Olivercfi: allow optional buffer write support
2010-12-10 Spencer Olivercfi: calculate correct timeouts
2010-12-10 Spencer Olivercfi: prefix string hex output
2010-12-10 Spencer Olivercfi: add time format to cfi query output
2010-12-10 Spencer Olivercfi: whitespace and long line cleanup
2010-12-04 Rolf MeeserFix sector layout for 504-KiB LPC2000 devices
2010-12-01 Rolf Meeserlpc2900.c: Improve debug output for device probing
2010-12-01 Rolf Meeserlpc2900.c: Add support for new device LPC2926
2010-12-01 Rolf MeeserLPC2900: Avoid false positive reprobing if first probin...
2010-11-23 Antonio BorneoFLASH/NOR: Rename spearsmi.c to stmsmi.c
2010-11-23 Antonio BorneoFLASH/NOR: rename from spearsmi to stmsmi
2010-11-23 Antonio BorneoSTR750: Add SMI interface support
2010-11-23 Antonio BorneoNOR/SPEARSMI: fix segfault
2010-11-22 Øyvind Harboeflash: iterating over an address range now handles...
2010-11-18 Spencer Oliverbuild: add common.mk
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file tms470.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file str9xpec.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file str9x.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file str7x.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file stm32x.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file stellaris.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file pic32mx.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file lpc288x.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file lpc2000.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file avrf.h
2010-11-17 Øyvind Harboeflash: fix bug with multiple back-to-back flash chips
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file at91sam7.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file at91sam3.h
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file spearsmi.h
2010-11-17 Antonio BorneoNOR/SPEARSMI: Add comments about SPI
2010-11-16 Antonio BorneoNOR/SPEAr: Add support for Serial NOR
2010-11-15 Freddie ChopinAdd comments and tiny improvements to STM32 flash loade...
2010-11-09 Øyvind Harboestm32: return early upon block write failure
2010-11-09 Øyvind Harboestm32: return error when failing to read
2010-11-09 Øyvind Harboestm32: add error propagation on writes
2010-11-09 Øyvind Harboestm32: sharpen error handling for timeouts
2010-10-28 Spencer Oliversrc: add loader src description
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-09-27 Øyvind Harboeflash: fix error handling
2010-09-27 Øyvind Harboeimage: fix spelling mistake
2010-09-21 Øyvind Harboeflash: fix error handling
2010-09-21 Øyvind Harboeembeddedice: fix error handling
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-09-15 Flemming Futtrupcfi: add sst39vf6401b
2010-09-11 Øyvind Harboecfi: random crash in cfi_probe() fixed
2010-09-11 Øyvind Harboecfi: tighten up type usage a bit
2010-09-03 WookeyNumonyx M29W160ET patch
2010-08-31 Spencer Oliverflash: increase stellaris flash loader buffer
2010-08-12 Fredrik Hederstiernastr9x: faster flash erase of entire chip
2010-08-01 David Brownellstellaris flash comment update
2010-07-20 Spencer Oliverflash: remove algorithm exit_point address for supporte...
2010-07-19 Spencer Oliverflash: add nuc910 nand driver
2010-07-19 Spencer Olivernand: nand probe also outputs manufacturer
2010-07-16 Spencer Oliverflash: use bkpt for str9 flash algo algorithm
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)