use COMMAND_REGISTER macro
[fw/openocd] / src / flash / orion_nand.c
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-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchnand_device_t -> struct nand_device
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchorion_nand_controller_t -> struct orion_nand_controller
2009-11-13 Zachary T Welchnand_flash_controller_t -> struct nand_flash_controller
2009-11-13 Zachary T Welchnand: add NAND_DEVICE_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchnand: rename device to nand
2009-11-06 Zachary T WelchImprove orion_nand.c command argument parsing.
2009-09-03 oharboeDavid Brownell
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
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_bulk_write_memory wrapper:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-18 mifiThe following patches was applied:
2009-03-02 ntfreak- add missing svn props from previous commit
2009-03-01 oharboeNicolas Pitre nico at cam.org support for NAND flash...