stm32: update option bytes for stm32xl family
[fw/openocd] / src / flash / nor / stm32x.c
2010-12-23 Spencer Oliverstm32: update option bytes for stm32xl family
2010-12-23 Spencer Oliverstm32: add stm32 xl family flash support
2010-12-23 Spencer Oliverstm32: add dual flash bank support
2010-12-15 Øyvind Harboestm32: fix unprotect
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file stm32x.h
2010-11-15 Freddie ChopinAdd comments and tiny improvements to STM32 flash loade...
2010-11-09 Øyvind Harboestm32: return early upon block write failure
2010-11-09 Øyvind Harboestm32: return error when failing to read
2010-11-09 Øyvind Harboestm32: add error propagation on writes
2010-11-09 Øyvind Harboestm32: sharpen error handling for timeouts
2010-10-28 Spencer Oliversrc: add loader src description
2010-07-20 Spencer Oliverflash: remove algorithm exit_point address for supporte...
2010-06-15 Øyvind Harboestm32x: -Wshadow warning fixes
2010-06-03 gcembedstm32 : change returned value of mass_erase function
2010-05-29 Spencer Olivernor: fix memory leaks during probe
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-05-04 Øyvind Harboeflash: less bogus errors
2010-05-03 Tobias RingströmSTM32 flash erase timeout fix
2010-04-20 Andreas Fritiofsonstm32x: allow flash probe on a running target
2010-03-10 Spencer OliverSTM32: flash loader cleanup
2010-03-03 Spencer OliverSTM32: Add Value Line Flash Programming Support
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-02-12 Spencer OliverSTM32x: issue warning when unlocking device (bug #16)
2010-01-29 David BrownellNOR: cleanup driver decls
2010-01-09 David Brownellsrc/flash/nor: usage/help/doc updates
2009-12-28 Freddie Chopinstm32x commands get "usage"
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-03 Zachary T Welchchange #include "armv7m.h" to <target/armv7m.h>
2009-12-03 Zachary T Welchchange #include "algorithm.h" to <target/algorithm.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor