#include "target.h" less wildly
[fw/openocd] / src / flash / mflash.c
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