move nand drivers to src/flash/nand/
[fw/openocd] / src / flash / pic32mx.c
2009-11-25 Zachary T Welchremove flash_driver->register_callbacks
2009-11-25 Zachary T Welchpic32mx: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-19 Zachary T Welchrename flash and nand command helpers
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-16 Zachary T Welchflash_command_get_bank_by_num: make COMMAND_HELPER
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 Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welchmips_ejtag_t -> struct mips_ejtag
2009-11-13 Zachary T Welchmips32_common_t -> struct mips32_common
2009-11-13 Zachary T Welcharmv7m_algorithm_t -> struct armv7m_algorithm
2009-11-13 Zachary T Welchpic32mx_flash_bank_t -> struct pic32mx_flash_bank
2009-11-13 Zachary T Welchflash_driver_t -> struct flash_driver
2009-11-13 Zachary T Welchflash_sector_t -> struct flash_sector
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-10 Zachary T Welch{pic32m,stm32}x.c: remove useless declarations
2009-11-06 Zachary T WelchImprove pic32mx.c command argument parsing.
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
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-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-07 zwelchFix stm32x and pic32mx flash pointer cast alignment...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix at91sam7 uniniti...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2009-02-18 oharboeHolger Schurig <hs4233@mail.mn-solutions.de> fix warnings
2009-01-05 oharboeJohn McCarthy <jgmcc@magma.ca> pic32mx flash fixups...
2009-01-03 oharboeeol-style native
2009-01-02 oharboeJohn McCarthy <jgmcc@magma.ca> pic32mx flash wip