use COMMAND_PARSE_ON_OFF where appropriate
[openocd.git] / src / flash / flash.c
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-16 Zachary T Welchfileio: improve API types
2009-11-16 Zachary T Welchstruct fileio: improve member types
2009-11-16 Zachary T Welchflash_command_get_bank_by_num: make COMMAND_HELPER
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchflash_bank_t -> struct flash_bank
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welchflash_driver_t -> struct flash_driver
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-10 Zachary T Welchflash/flash.c: remove forward declarations
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 Zachary T WelchImprove flash indentation.
2009-11-06 Zachary T WelchImprove flash.c command argument parsing.
2009-11-06 Zachary T WelchAdd Flash/NAND bank command argument helpers.
2009-10-20 Øyvind HarboeAdded the faux flash driver and target. Used for testing.
2009-10-20 Øyvind HarboeAdded 'unlock' option to flash write_image
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-09-22 ntfreak- fix build issue under win32 (cygwin/msys) from svn...
2009-09-22 dbrownellMake it easier to erase or protect through to the end
2009-09-16 oharboeRolf Meeser <rolfm_9dq@yahoo.de> adds flash support...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Remove duplicate...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-30 zwelchRemove at91sam3.h from flash.c; use extern like other...
2009-06-24 duaneAdd support for ATMEL AT91SAM3U - CortexM3 Family
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
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 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-06-05 oharboeremove unused include file: inttypes.h
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-07 oharboeDeleted at9sam7_old driver. Nobody has complained about...
2009-04-30 zwelchFix signed/unsigned comparison.
2009-04-30 oharboeflash fillX now has a verify stage
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> AVR wip
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2009-03-05 oharboeAudrius Urmanavičius <didele.deze@gmail.com> cleanup...
2009-02-19 oharboeJohn Woods <johnrw@gmail.com> fix checks for addresses...
2009-02-12 ntfreak- issue warning when flash image exceeds configured...
2009-01-02 oharboeJohn McCarthy <jgmcc@magma.ca> pic32mx flash wip
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-11 ntfreak- typo with flash bank help command
2008-11-07 oharboeocd_flash_banks now returns empty list when no flash...
2008-11-07 oharboeocd_flash_banks now returns empty list when no flash...
2008-11-03 oharboeRick Altherr <kc8apf@kc8apf.net> - fix warnings
2008-11-02 oharboeRick Altherr <kc8apf@kc8apf.net> - fix flash write_ban...
2008-10-16 oharboefix error handling in flash fill
2008-10-16 oharboeremoved autoerase from flash fillX
2008-10-14 oharboeLaurentiu Cocanu - more error handling fixes
2008-09-27 ntfreak- convert spaces to tabs in at91sam7.[ch]
2008-09-26 oharboeGheorghe Guran <roatlasro@yahoo.com> redone at91sam7...
2008-09-24 ntfreak- renamed x7926 driver to aduc702x to match other flash...
2008-09-24 oharboe "marcel" <M.W.Wijlaars@tue.nl>,
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-24 oharboeDaniel Gimpelevich <daniel@gimpelevich.san-francisco...
2008-08-19 oharboefixed error handling in flash bank.
2008-08-17 oharboefixed not halted error messages
2008-08-17 oharboeRichard <news@muppet.plus.com> fixed bug in padding...
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-20 oharboeopenocd@duaneellis.com fix naming confusion. Use ocd_...
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> move jim into...
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> and Øyvind Harboe
2008-07-16 oharboeflash_banks now follow OpenOCD scripting API rules
2008-07-09 oharboe"flash banks" is now implemented in Tcl on top of ...
2008-07-09 oharboeadded flash_banks low level command.
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-05-27 ntfreakflash_write will attempt to pad image sections
2008-05-20 oharboeEdgar Grimberg fixes some memory handling issues and
2008-04-24 oharboeClose dangling file handle
2008-04-23 oharboePavel Chromy's on chip flash loader
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)