use CALL_COMMAND_HANDLER instead of direct calls
[fw/openocd] / src / flash / flash.c
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
2008-04-20 oharboeKarl RobinSod <karl.robinsod@gmail.com> added lpc288x...
2008-04-19 ntfreak- flash.c change stricmp to strcmp
2008-04-19 oharboeretired auto_erase, added optional erase arg to flash...
2008-04-18 drath- Flash auto-erase is disabled by default
2008-04-18 oharboeEnabled auto erase, gdb memory map and gdb flash progra...
2008-04-08 oharboeadded a couple of LOG_ERROR() messages to improve logfile.
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-04-02 oharboefix flash info - now reports erased state properly
2008-04-01 oharboe- fixes for jtag_khz committed.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-05 oharboePavel Chromy: memory leak in at91sam7 flash driver...
2008-03-04 oharboeBogus error message in GDB removed
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-02-29 oharboePavel Chromy: clarify error messages
next