summaryrefslogtreecommitdiff
path: root/src/flash/at91sam3.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-2516/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-6/+1
* at91sam3: use register_commands()Zachary T Welch2009-11-241-27/+35
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-4/+4
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-15/+15
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-8/+8
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+0
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-2/+2
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-12/+12
* target_t -> struct targetZachary T Welch2009-11-131-3/+3
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-6/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-6/+3
* change argv to args in command handlersZachary T Welch2009-11-111-11/+11
* flash/at91sam[37].c: remove useless declarationsZachary T Welch2009-11-091-16/+13
* Improve at91sam3.c command argument parsing.Zachary T Welch2009-11-051-11/+6
* Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why theseoharboe2009-09-231-1/+1
* - remove cygwin build warnings in at91sam3.cntfreak2009-06-301-3/+3
* Fix doxygen warnings in new at91sam3 source file; normalize style.zwelch2009-06-301-46/+37
* Change from alloca() to malloc()duane2009-06-271-14/+32
* Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane2009-06-251-0/+1
* Minor fixes to new at91sam3 files for x86-32/64 compilation problems.zwelch2009-06-241-22/+49
* Remove whitespace at end of lines, step 2.zwelch2009-06-241-172/+172
* - Replace '){' with ') {'.zwelch2009-06-241-143/+143
* Remove whitespace that occurs before ')'.zwelch2009-06-241-335/+335
* Remove whitespace that occurs after '('.zwelch2009-06-241-321/+321
* - Fixes '[|]' whitespacezwelch2009-06-241-1/+1
* - Fixes '+' whitespacezwelch2009-06-241-3/+3
* - Fixes '=' whitespacezwelch2009-06-241-6/+6
* - Fixes '==' whitespacezwelch2009-06-241-1/+1
* - Replace 'for(' with 'for ('.zwelch2009-06-241-10/+10
* - Replace 'switch(' with 'switch ('.zwelch2009-06-241-6/+6
* - Replace 'while(' with 'while ('.zwelch2009-06-241-12/+12
* - Replace 'if(' with 'if ('.zwelch2009-06-241-115/+115
* Fix end-of-line style properties on newly added files.zwelch2009-06-241-0/+0
* Add support for ATMEL AT91SAM3U - CortexM3 Familyduane2009-06-241-0/+2494