| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cfi_flash_bank_t -> struct cfi_flash_bank | Zachary T Welch | 2009-11-13 | 3 | -40/+40 |
* | avrf_flash_bank_t -> struct avrf_flash_bank | Zachary T Welch | 2009-11-13 | 2 | -6/+6 |
* | avrf_type_t -> struct avrf_type | Zachary T Welch | 2009-11-13 | 2 | -5/+5 |
* | at91sam7_flash_bank_t -> struct at91sam7_flash_bank | Zachary T Welch | 2009-11-13 | 2 | -16/+16 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -10/+10 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 3 | -28/+28 |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 4 | -6/+6 |
* | command_handler_t: make argc unsigned | Zachary T Welch | 2009-11-13 | 2 | -8/+3 |
* | add CMD_NAME macro for command handlers | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 2 | -2/+4 |
* | nand: add NAND_DEVICE_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 9 | -23/+14 |
* | use FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 18 | -26/+18 |
* | add FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 1 | -2/+6 |
* | s3c24xx: use COMMAND_HANDLER with command helper | Zachary T Welch | 2009-11-13 | 6 | -30/+21 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 16 | -82/+68 |
* | nand: rename device to nand | Zachary T Welch | 2009-11-12 | 13 | -440/+440 |
* | remove obsolete doxygen comments | Zachary T Welch | 2009-11-11 | 2 | -49/+1 |
* | remove more useless declarations | Zachary T Welch | 2009-11-11 | 2 | -42/+16 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 5 | -7/+7 |
* | change argv to args in command handlers | Zachary T Welch | 2009-11-11 | 2 | -23/+23 |
* | makefiles: improve build order | Zachary T Welch | 2009-11-11 | 1 | -34/+47 |
* | {pic32m,stm32}x.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 2 | -98/+73 |
* | str{7,9}x*.c: remove useless forward declarations | Zachary T Welch | 2009-11-09 | 3 | -141/+108 |
* | flash/<various>.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 3 | -75/+42 |
* | flash/<assorted>.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 5 | -170/+103 |
* | flash/at91sam[37].c: remove useless declarations | Zachary T Welch | 2009-11-09 | 2 | -53/+44 |
* | flash/lpc2???.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 3 | -72/+43 |
* | flash/*nand*.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 6 | -167/+132 |
* | flash/flash.c: remove forward declarations | Zachary T Welch | 2009-11-09 | 1 | -57/+62 |
* | src/flash: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 7 | -45/+69 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 3 | -135/+88 |
* | Simplify nand indentation. | Zachary T Welch | 2009-11-06 | 1 | -314/+287 |
* | Improve flash indentation. | Zachary T Welch | 2009-11-06 | 1 | -221/+210 |
* | Improve str9xpec command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -80/+44 |
* | Improve str9x config command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -11/+14 |
* | Improve str7x config command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -12/+9 |
* | Improve stm32x.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -35/+20 |
* | Improve stellaris.c erase argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -7/+4 |
* | Improve pic32mx.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -30/+19 |
* | Improve mflash.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -6/+9 |
* | Improve lpc3180_nand_controller.c parsing. | Zachary T Welch | 2009-11-05 | 1 | -10/+15 |
* | Improve lpc2900.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -53/+36 |
* | Improve lpc288x.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -1/+1 |
* | Improve lpc2000.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -8/+5 |
* | Improve cfi.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+6 |
* | Improve avrf.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -7/+4 |
* | Improve orion_nand.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -1/+1 |
* | Improve davinci_nand.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -5/+4 |
* | Improve at91sam7.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -20/+24 |
* | Improve at91sam3.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -11/+6 |