summaryrefslogtreecommitdiff
path: root/src/flash/pic32mx.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-922/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-6/+1
* pic32mx: use register_commands()Zachary T Welch2009-11-241-17/+25
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-5/+5
* rename flash and nand command helpersZachary T Welch2009-11-191-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-3/+3
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-5/+5
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-4/+4
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-20/+20
* target_t -> struct targetZachary T Welch2009-11-131-13/+13
* working_area_t -> struct working_areaZachary T Welch2009-11-131-1/+1
* mips_ejtag_t -> struct mips_ejtagZachary T Welch2009-11-131-2/+2
* mips32_common_t -> struct mips32_commonZachary T Welch2009-11-131-2/+2
* armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch2009-11-131-1/+1
* pic32mx_flash_bank_t -> struct pic32mx_flash_bankZachary T Welch2009-11-131-8/+8
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-1/+1
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-5/+5
* {pic32m,stm32}x.c: remove useless declarationsZachary T Welch2009-11-091-50/+35
* Improve pic32mx.c command argument parsing.Zachary T Welch2009-11-051-30/+19
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-7/+7
* Remove whitespace that occurs before ')'.zwelch2009-06-231-24/+24
* Remove whitespace that occurs after '('.zwelch2009-06-231-22/+22
* - Fixes '[|]' whitespacezwelch2009-06-231-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-8/+8
* - Fixes '<<' whitespacezwelch2009-06-231-2/+2
* - Fixes '>>' whitespacezwelch2009-06-231-7/+7
* - Fixes '!=' whitespacezwelch2009-06-231-2/+2
* - Replace 'for(' with 'for ('.zwelch2009-06-231-2/+2
* - Replace 'while(' with 'while ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-35/+35
* C99 printf() -Werror fixesduane2009-06-211-12/+20
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-35/+35
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-5/+5
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-9/+0
* Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch2009-05-071-15/+9
* Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warningsoharboe2009-04-211-2/+2
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-34/+38
* Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe2009-02-181-1/+5
* John McCarthy <jgmcc@magma.ca> pic32mx flash fixups and speedupsoharboe2009-01-051-45/+87
* eol-style nativeoharboe2009-01-031-902/+902
* John McCarthy <jgmcc@magma.ca> pic32mx flash wipoharboe2009-01-021-0/+902