#include "target.h" less wildly
[fw/openocd] / src / flash / at91sam3.c
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
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 Welchflash_driver_t -> struct flash_driver
2009-11-13 Zachary T Welchuse FLASH_BANK_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchchange argv to args in command handlers
2009-11-10 Zachary T Welchflash/at91sam[37].c: remove useless declarations
2009-11-06 Zachary T WelchImprove at91sam3.c command argument parsing.
2009-09-23 oharboeNico Coesel <ncoesel@dealogic.nl> fix warnings. . I...
2009-06-30 ntfreak- remove cygwin build warnings in at91sam3.c
2009-06-30 zwelchFix doxygen warnings in new at91sam3 source file; norma...
2009-06-27 duaneChange from alloca() to malloc()
2009-06-25 duaneFixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"
2009-06-24 zwelchMinor fixes to new at91sam3 files for x86-32/64 compila...
2009-06-24 zwelchRemove whitespace at end of lines, step 2.
2009-06-24 zwelch- Replace '){' with ') {'.
2009-06-24 zwelchRemove whitespace that occurs before ')'.
2009-06-24 zwelchRemove whitespace that occurs after '('.
2009-06-24 zwelch- Fixes '[|]' whitespace
2009-06-24 zwelch- Fixes '+' whitespace
2009-06-24 zwelch- Fixes '=' whitespace
2009-06-24 zwelch- Fixes '==' whitespace
2009-06-24 zwelch- Replace 'for(' with 'for ('.
2009-06-24 zwelch- Replace 'switch(' with 'switch ('.
2009-06-24 zwelch- Replace 'while(' with 'while ('.
2009-06-24 zwelch- Replace 'if(' with 'if ('.
2009-06-24 zwelchFix end-of-line style properties on newly added files.
2009-06-24 duaneAdd support for ATMEL AT91SAM3U - CortexM3 Family