| Commit message (Expand) | Author | Age | Files | Lines |
* | stm32: fix unprotect | Øyvind Harboe | 2010-12-15 | 1 | -4/+11 |
* | FLASH/NOR: Remove useless file stm32x.h | Antonio Borneo | 2010-11-17 | 1 | -1/+74 |
* | Add comments and tiny improvements to STM32 flash loader algorithm | Freddie Chopin | 2010-11-15 | 1 | -16/+17 |
* | stm32: return early upon block write failure | Øyvind Harboe | 2010-11-09 | 1 | -0/+3 |
* | stm32: return error when failing to read | Øyvind Harboe | 2010-11-09 | 1 | -9/+25 |
* | stm32: add error propagation on writes | Øyvind Harboe | 2010-11-09 | 1 | -42/+111 |
* | stm32: sharpen error handling for timeouts | Øyvind Harboe | 2010-11-09 | 1 | -108/+69 |
* | src: add loader src description | Spencer Oliver | 2010-10-28 | 1 | -0/+3 |
* | flash: remove algorithm exit_point address for supported targets | Spencer Oliver | 2010-07-20 | 1 | -1/+1 |
* | stm32x: -Wshadow warning fixes | Øyvind Harboe | 2010-06-16 | 1 | -2/+2 |
* | stm32 : change returned value of mass_erase function | gcembed | 2010-06-03 | 1 | -4/+5 |
* | nor: fix memory leaks during probe | Spencer Oliver | 2010-05-29 | 1 | -0/+6 |
* | NOR: add read() callback to struct flash_driver | Antonio Borneo | 2010-05-16 | 1 | -0/+1 |
* | flash: less bogus errors | Øyvind Harboe | 2010-05-04 | 1 | -1/+1 |
* | STM32 flash erase timeout fix | Tobias Ringström | 2010-05-03 | 1 | -2/+2 |
* | stm32x: allow flash probe on a running target | Andreas Fritiofson | 2010-04-20 | 1 | -6/+0 |
* | STM32: flash loader cleanup | Spencer Oliver | 2010-03-10 | 1 | -12/+25 |
* | STM32: Add Value Line Flash Programming Support | Spencer Oliver | 2010-03-03 | 1 | -0/+36 |
* | ARMv7M: use software breakpoints for algorithms | Spencer Oliver | 2010-02-28 | 1 | -2/+1 |
* | STM32x: issue warning when unlocking device (bug #16) | Spencer Oliver | 2010-02-12 | 1 | -2/+6 |
* | NOR: cleanup driver decls | David Brownell | 2010-01-29 | 1 | -17/+17 |
* | src/flash/nor: usage/help/doc updates | David Brownell | 2010-01-09 | 1 | -13/+22 |
* | stm32x commands get "usage" | Freddie Chopin | 2009-12-28 | 1 | -0/+5 |
* | remove target.h from flash.h | Zachary T Welch | 2009-12-04 | 1 | -1/+2 |
* | change #include "armv7m.h" to <target/armv7m.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "algorithm.h" to <target/algorithm.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "binarybuffer.h" to <helper/binarybuffer.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | move nor drivers to src/flash/nor | Zachary T Welch | 2009-12-02 | 1 | -0/+1240 |