]> git.sur5r.net Git - openocd/history - src/flash/mflash.c
Remove FSF address from GPL notices
[openocd] / src / flash / mflash.c
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct
2015-11-03 Marc Schinkhelper/fileio: Use size_t for file size.
2013-10-31 Andreas FritiofsonRemove unnecessary (void *)
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-08-24 Martin Nowakbuild: fix clang warnings
2012-08-24 Spencer Oliverbuild: fix memory leaks
2012-02-06 Spencer Oliverdoxygen: use correct comment syntax
2012-02-06 Spencer Oliverbuild: cleanup src/flash directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
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-20 Øyvind Harboewarnings: fix alignment warnings
2010-06-22 Edgar Grimbergflash: fix shadow issues on Mac
2010-06-16 Øyvind Harboemflash: -Wshadow warning fix
2010-04-10 Antonio BorneoMFLASH: review scope of functions
2010-01-09 David BrownellMFLASH: help/usage updates
2009-12-28 Freddie ChopinMinGW build fixes
2009-12-26 David Brownellcygwin 1.7 build fixes
2009-12-05 David Brownellmisc code review updates
2009-12-03 Zachary T Welchchange #include "target.h" to <target/target.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-03 Zachary T Welchchange #include "fileio.h" to <helper/fileio.h>
2009-12-02 Zachary T Welchmflash: factor init to 'mflash init'
2009-11-25 Zachary T Welchmflash: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
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 David Brownell#include "target.h" less wildly
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 Welchtarget_t -> struct target
2009-11-13 Zachary T Welchmflash_bank_t -> struct mflash_bank
2009-11-13 Zachary T Welchmg_drv_info_t -> struct mg_drv_info
2009-11-13 Zachary T Welchmflash_gpio_drv_t -> struct mflash_gpio_drv
2009-11-13 Zachary T Welchmflash_gpio_num_t -> struct mflash_gpio_num
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-06 Zachary T WelchImprove mflash.c command argument parsing.
2009-10-15 David Brownellanother portability update
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
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 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-06-12 zwelchunsik Kim <donari75@gmail.com>:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
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-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-04-27 oharboePhilippe Vachon <philippe@cowpig.ca> 64 bit host fixes
2009-02-18 oharboeHolger Schurig <hs4233@mail.mn-solutions.de> fix warnings
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-16 ntfreak- update docs deprecated section to include links to...
2008-10-16 oharboeunsik Kim <donari75@gmail.com> - mflash support