use COMMAND_HANDLER macro to define all commands
[fw/openocd] / src / flash / lpc3180_nand_controller.c
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 Zachary T Welchnand: rename device to nand
2009-11-10 Zachary T Welchflash/*nand*.c: remove useless declarations
2009-11-06 Zachary T WelchImprove lpc3180_nand_controller.c parsing.
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_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-18 kc8apfWhitespace cleanup from David Brownell <david-b@pacbell...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-08-19 oharboesearch and replace usleep(1000) with alive_sleep(1...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2007-04-12 drath- correctly mask out bits that aren't part of a copied...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...