| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | stellaris: recover_command use usleep rather than sleep | Spencer Oliver | 2010-02-28 | 1 | -1/+1 |
* | ARMv7M: use software breakpoints for algorithms | Spencer Oliver | 2010-02-28 | 4 | -8/+4 |
* | new "stellaris recover" command | David Brownell | 2010-02-27 | 1 | -0/+66 |
* | AVR flash: handle AT90CAN128 chips | Hans Peter Mortensn | 2010-02-24 | 1 | -4/+26 |
* | STR9xpec: issue warning when unlocking device | Spencer Oliver | 2010-02-12 | 1 | -0/+8 |
* | STM32x: issue warning when unlocking device (bug #16) | Spencer Oliver | 2010-02-12 | 1 | -2/+6 |
* | flash/str7x: After reset init the flash is unlocked | Edgar Grimberg | 2010-02-02 | 1 | -2/+14 |
* | NOR: cleanup driver decls | David Brownell | 2010-01-29 | 18 | -202/+200 |
* | NOR: fix diagnostic | David Brownell | 2010-01-19 | 1 | -1/+1 |
* | flash: add error messages upon incorrect arguments to flash iteration | Øyvind Harboe | 2010-01-19 | 1 | -0/+6 |
* | str9x.c: remove optimization when erasing the whole bank | Laurentiu Cocanu | 2010-01-14 | 1 | -15/+3 |
* | NOR: add optional "flash erase_address" sector padding | David Brownell | 2010-01-13 | 3 | -23/+104 |
* | Doxygen file comments | David Brownell | 2010-01-11 | 3 | -0/+17 |
* | src/flash/nor: usage/help/doc updates | David Brownell | 2010-01-09 | 6 | -97/+125 |
* | NOR: add FIXMEs for writing ones | David Brownell | 2010-01-08 | 1 | -2/+5 |
* | streamline and document helptext mode displays | David Brownell | 2010-01-02 | 1 | -1/+1 |
* | MinGW build fixes | Freddie Chopin | 2009-12-28 | 1 | -2/+2 |
* | stm32x commands get "usage" | Freddie Chopin | 2009-12-28 | 1 | -0/+5 |
* | 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 |
* | 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 build fixes | David Brownell | 2009-12-19 | 1 | -4/+6 |
* | 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 |
* | stellaris: update bulk flash writes | David Brownell | 2009-12-18 | 1 | -20/+45 |
* | 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 |
* | stellaris: device IDs | Eric Wetzel | 2009-12-14 | 1 | -150/+168 |
* | LPC2000: rename "r13_svc" as "sp_svc" | David Brownell | 2009-12-12 | 1 | -1/+1 |
* | fix 'write_image' usage information | Zachary T Welch | 2009-12-11 | 1 | -1/+1 |
* | anotyer cygwin compile fix | David Brownell | 2009-12-10 | 1 | -1/+2 |
* | stellaris: flash protection updates, minor fixes | David Brownell | 2009-12-09 | 2 | -68/+119 |
* | Comment and doxygen fixes | David Brownell | 2009-12-09 | 1 | -3/+1 |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 1 | -1/+3 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 4 | -4/+4 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 1 | -2/+5 |
* | add 'flash list', rewrite 'flash banks' | Zachary T Welch | 2009-12-06 | 1 | -6/+28 |
* | fix NOR flash regression | Zachary T Welch | 2009-12-06 | 1 | -0/+2 |
* | NOR: add 29LV400BC flash device | Mathias Kuester | 2009-12-05 | 1 | -0/+17 |
* | ARM: rename armv4_5_algorithm as arm_algorithm | David Brownell | 2009-12-04 | 7 | -8/+8 |
* | ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC | David Brownell | 2009-12-04 | 7 | -8/+8 |
* | ARM: rename ARMV4_5_MODE_* as ARM_MODE_* | David Brownell | 2009-12-04 | 7 | -8/+8 |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 7 | -8/+8 |
* | remove flash.h from tree | Zachary T Welch | 2009-12-04 | 14 | -27/+2 |
* | split flash.h into into flash/nor/*.h | Zachary T Welch | 2009-12-04 | 5 | -6/+356 |