aboutsummaryrefslogtreecommitdiff
path: root/src/flash/pic32mx.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move nor drivers to src/flash/norZachary T Welch1-922/+0
2009-11-24remove flash_driver->register_callbacksZachary T Welch1-6/+1
2009-11-24pic32mx: use register_commands()Zachary T Welch1-17/+25
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-5/+5
2009-11-19rename flash and nand command helpersZachary T Welch1-4/+4
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-15/+15
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-3/+3
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-5/+5
2009-11-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch1-4/+4
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch1-20/+20
2009-11-13target_t -> struct targetZachary T Welch1-13/+13
2009-11-13working_area_t -> struct working_areaZachary T Welch1-1/+1
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch1-2/+2
2009-11-13mips32_common_t -> struct mips32_commonZachary T Welch1-2/+2
2009-11-13armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch1-1/+1
2009-11-13pic32mx_flash_bank_t -> struct pic32mx_flash_bankZachary T Welch1-8/+8
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-1/+1
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-5/+5
2009-11-09{pic32m,stm32}x.c: remove useless declarationsZachary T Welch1-50/+35
2009-11-05Improve pic32mx.c command argument parsing.Zachary T Welch1-30/+19
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-7/+7
2009-06-23Remove whitespace that occurs before ')'.zwelch1-24/+24
2009-06-23Remove whitespace that occurs after '('.zwelch1-22/+22
2009-06-23- Fixes '[|]' whitespacezwelch1-2/+2
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-8/+8
2009-06-23- Fixes '<<' whitespacezwelch1-2/+2
2009-06-23- Fixes '>>' whitespacezwelch1-7/+7
2009-06-23- Fixes '!=' whitespacezwelch1-2/+2
2009-06-23- Replace 'for(' with 'for ('.zwelch1-2/+2
2009-06-23- Replace 'while(' with 'while ('.zwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-35/+35
2009-06-21C99 printf() -Werror fixesduane1-12/+20
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-35/+35
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-6/+6
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-5/+5
2009-05-31Add target_run_algorithm wrapper:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-9/+0
2009-05-07Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch1-15/+9
2009-04-21Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warningsoharboe1-2/+2
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-1/+1
2009-04-18The following patches was applied:mifi1-34/+38
2009-02-18Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe1-1/+5
2009-01-05John McCarthy <jgmcc@magma.ca> pic32mx flash fixups and speedupsoharboe1-45/+87
2009-01-03eol-style nativeoharboe1-902/+902
2009-01-02John McCarthy <jgmcc@magma.ca> pic32mx flash wipoharboe1-0/+902