- Fixes '<<' whitespace
[openocd.git] / src / flash /
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '<=' whitespace
2009-06-23 zwelch- Fixes '>=' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '[*]=' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'do{' with 'do {'.
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-06-12 zwelchunsik Kim <donari75@gmail.com>:
2009-06-09 zwelchFix make maintainer-clean for out-of-tree builds.
2009-06-09 zwelch- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_...
2009-06-05 oharboeremove unused include file: inttypes.h
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-31 zwelchWhitespace-only updates to automake input files:
2009-05-31 zwelchAdd target_bulk_write_memory wrapper:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-29 zwelchAdd documentation to flash.h:
2009-05-27 zwelchFix potentialyl unaligned memory accesses in mflash...
2009-05-27 zwelchunsik Kim <donari75@gmail.com>:
2009-05-27 zwelchunsik Kim <donari75@gmail.com>:
2009-05-27 zwelchunsik Kim <donari75@gmail.com>:
2009-05-27 zwelchunsik Kim <donari75@gmail.com>:
2009-05-27 zwelchunsik Kim <donari75@gmail.com>:
2009-05-25 kc8apfAuthor: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>: minor davinci_nan...
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-22 kc8apfAuthor: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
2009-05-22 kc8apfAuthor: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
2009-05-22 kc8apfAuthor: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
2009-05-22 kc8apfAuthor: David Brownell <david-b@pacbell.net>
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-19 oharboeDavid Brownell <david-b@pacbell.net> NAND: update...
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-18 kc8apfWhitespace cleanup from David Brownell <david-b@pacbell...
2009-05-16 oharboefix naming of at91sam7 driver
2009-05-14 oharboeuse TAP_INVALID enum instead of -1
2009-05-12 ntfreak- add missing svn props from svn 1768 commit
2009-05-12 oharboe4-bit ECC support for Marvell Kirkwood SOC
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-10 zwelchExtend autotools build to create shared library libopen...
2009-05-08 oharboeMichael Fischer <fischermi@t-online.de> fix compile...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-07 oharboeDeleted at9sam7_old driver. Nobody has complained about...
2009-05-07 zwelchFix stm32x and pic32mx flash pointer cast alignment...
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-03 oharboePiotr Esden-Tempski <piotr@esden.net> Mac OS X compile...
2009-05-02 zwelchUpdate autotools scripts to require automake 1.6. ...
2009-04-30 oharboePrint out warning when LPC calc_checksum will cause...
2009-04-30 zwelchFix signed/unsigned comparison.
2009-04-30 oharboeno change
2009-04-30 oharboeflash fillX now has a verify stage
2009-04-29 mluClear FLASH_SR error flags after flash errors to avoid...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> fix warnings(which...
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> AVR wip
2009-04-27 oharboePhilippe Vachon <philippe@cowpig.ca> 64 bit host fixes
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix at91sam7 uniniti...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix str9x type-punned...
2009-04-21 oharboeMichael Schwingen <rincewind@discworld.dascon.de> add...
2009-04-19 oharboeMichael Schwingen <rincewind@discworld.dascon.de> ...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> add missing initializ...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> trim logic in tms470.c
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)