Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | streamline and document helptext mode displays | David Brownell | 2010-01-02 | 7 | -16/+29 | |
* | Fix usage/help search for subcommands. | Dean Glazeski | 2010-01-02 | 1 | -7/+34 | |
* | Add the current command to the command information | Dean Glazeski | 2010-01-02 | 1 | -0/+1 | |
* | ARM7_9: Fix segfaults | Antonio Borneo | 2009-12-30 | 2 | -0/+11 | |
* | whitespace cleanup, mostly for docs | Antonio Borneo | 2009-12-30 | 4 | -351/+351 | |
* | ARM9TDMI: Fix segfault. | Antonio Borneo | 2009-12-30 | 1 | -0/+6 | |
* | zy1000: add zy1000_ prefix to uart command | Øyvind Harboe | 2009-12-30 | 1 | -1/+1 | |
* | zy1000: unlock flash upon startup for revc | Øyvind Harboe | 2009-12-30 | 1 | -0/+14 | |
* | zy1000: reconfigure FPGA upon reset instead of just the CPU | Øyvind Harboe | 2009-12-30 | 1 | -0/+8 | |
* | zy1000: firmware upgrade fixes for revc | Øyvind Harboe | 2009-12-30 | 1 | -16/+45 | |
* | zy1000: less warnings | Øyvind Harboe | 2009-12-30 | 1 | -3/+2 | |
* | MinGW build fixes | Freddie Chopin | 2009-12-28 | 4 | -7/+7 | |
* | stm32x commands get "usage" | Freddie Chopin | 2009-12-28 | 1 | -0/+5 | |
* | Fix Luminary FT2232 layout docs/configs | David Brownell | 2009-12-28 | 1 | -0/+8 | |
* | NOR: last_addr also needs correction when checking alignment | Piotr Esden-Tempski | 2009-12-28 | 1 | -0/+1 | |
* | NOR: make flash_write_unlock() pad to sector end | David Brownell | 2009-12-27 | 1 | -2/+42 | |
* | Driver for USB-JTAG, Altera USB-Blaster and compatibles | Catalin Patulea | 2009-12-26 | 4 | -0/+602 | |
* | ARM: add comment re register exports | David Brownell | 2009-12-26 | 2 | -0/+2 | |
* | NOR: messaging fix | David Brownell | 2009-12-26 | 1 | -2/+2 | |
* | NOR: Allocate the right amount of memory | David Brownell | 2009-12-26 | 1 | -1/+1 | |
* | cygwin 1.7 build fixes | David Brownell | 2009-12-26 | 6 | -14/+16 | |
* | PARPORT code cleanup: | Antonio Borneo | 2009-12-26 | 1 | -6/+5 | |
* | Packaging fix, NEWS update | David Brownell | 2009-12-21 | 1 | -1/+3 | |
* | Packaging fix | David Brownell | 2009-12-21 | 1 | -0/+1 | |
* | help: list all commands that match string | Oyvind Harboe | 2009-12-21 | 1 | -21/+35 | |
* | Cortex-M3: cleanup | David Brownell | 2009-12-20 | 1 | -45/+111 | |
* | ARM11: recognize ARM11 MPCore | David Brownell | 2009-12-20 | 1 | -5/+11 | |
* | arm7_9: Support VINITHI signal | Antonio Borneo | 2009-12-20 | 1 | -23/+0 | |
* | cygwin build fixes | David Brownell | 2009-12-19 | 2 | -6/+12 | |
* | AT91SAM9 NAND flash driver. | Dean Glazeski | 2009-12-19 | 3 | -1/+754 | |
* | oocd_trace buildfixes | David Brownell | 2009-12-19 | 1 | -4/+4 | |
* | ETM: add "etm trigger_debug" command | David Brownell | 2009-12-19 | 1 | -4/+62 | |
* | ETM: more ETM_CTRL bit cleanup | David Brownell | 2009-12-19 | 2 | -56/+49 | |
* | ETM: start cleaning up ETM_CTRL bit handling | David Brownell | 2009-12-19 | 3 | -36/+63 | |
* | ETM trigger_percent becomes an ETB command | David Brownell | 2009-12-19 | 4 | -52/+58 | |
* | NOR FLASH: only erase/unlock whole sectors | David Brownell | 2009-12-18 | 1 | -8/+36 | |
* | Subject: flash fill[bwh] should use bulk i/o | David Brownell | 2009-12-18 | 1 | -2/+4 | |
* | stellaris: fix min buffer length checks | David Brownell | 2009-12-18 | 1 | -7/+4 | |
* | XScale: better {read,write}_phys() | David Brownell | 2009-12-18 | 1 | -2/+14 | |
* | dsp563xx: cygwin build fixes | David Brownell | 2009-12-18 | 1 | -5/+5 | |
* | stellaris: update bulk flash writes | David Brownell | 2009-12-18 | 1 | -20/+45 | |
* | NAND write data page refactoring. | Dean Glazeski | 2009-12-18 | 2 | -59/+69 | |
* | NAND read data page refactor. | Dean Glazeski | 2009-12-18 | 2 | -45/+25 | |
* | JTAG: shrink "scan_chain" output | David Brownell | 2009-12-16 | 1 | -8/+8 | |
* | stellaris: comments | David Brownell | 2009-12-16 | 2 | -12/+34 | |
* | stellaris: probe() cleanups | David Brownell | 2009-12-16 | 1 | -86/+42 | |
* | stellaris: remove needless code | David Brownell | 2009-12-16 | 1 | -50/+1 | |
* | stellaris: avoid chip writes | David Brownell | 2009-12-16 | 1 | -13/+10 | |
* | NOR: bugfix "flash fill[bwh] ..." helptext | David Brownell | 2009-12-16 | 1 | -3/+3 | |
* | zy1000: removed some redundant include | Øyvind Harboe | 2009-12-16 | 1 | -22/+4 |