openocd: fix SPDX tag format for files .c
[fw/openocd] / src / flash / nor / stellaris.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/flash: replace the GPL-2.0-or-later licens...
2021-09-25 Antonio Borneoarmv7m.h: relax dependency from 'arm_adi_v5.h'
2021-08-14 Marc Schinkflash/nor: Do not update 'is_erased'
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-02 Antonio Borneoflash: rename CamelCase symbols
2021-06-13 Jan Matyasflash/nor: improved API of flash_driver.info & fixed...
2020-09-05 Antonio Borneoflash: avoid checking for non NULL pointer to free it
2020-07-26 Antonio Borneoflash: fix typos and duplicated words
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-03-27 Christopher HeadConstify struct flash_driver instances
2019-01-30 Antonio Borneoarm_adi_v5: rewrite dap_to_jtag and dap_to_swd
2018-04-04 Tomas Vanekflash/nor: implement flash bank deallocation in drivers...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Alexander Kurzflash/nor/stellaris: fix: flash info RCC and RCC2 mixed up
2016-02-29 Alexander KurzCleanup: removal of obsolete semicolons
2015-04-16 Paul FertserFix several format specifiers errors exposed by arm...
2015-03-09 Paul Fertserflash/nor/stellaris: allow to recover a locked device...
2015-03-09 Paul Fertserflash/nor/stellaris: remove dead assignment
2014-10-06 Paul Fertserflash/nor/stellaris: implement protection statuses...
2014-10-06 Paul Fertserflash/nor/stellaris: actually enable protection and...
2014-09-08 Paul Fertserflash/nor/stellaris: add all Tiva C parts IDs
2014-09-08 Paul Fertserflash/nor/stellaris: improve support for Tiva C (Blizza...
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2014-02-06 Spencer Oliverflash: declare fixed arrays const
2013-10-31 Andreas FritiofsonRemove unnecessary casts
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-02-02 Spencer Oliverarmv7m: use ARM_MODE_THREAD core mode for algoorithm's
2013-02-02 Spencer Oliverarmv7m: use generic arm::core_mode
2012-10-12 Spencer Oliverflash: update stellaris flash data to latest dev packag...
2012-10-08 Andreas Fritiofsonflash/nor/stellaris: Remove unnecessary write_algorithm...
2012-05-14 Spencer Oliverflash: blank check use default_flash_blank_check
2012-04-24 Linus Tolketopic: Fixed a clang Dead assignment warning.
2012-04-10 Simon Qiantopic: add reset functions for SWD
2012-02-26 Spencer Oliverflash: add stellaris async flash loader
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-27 Spencer Oliverflash: fix stellaris class regression
2012-01-23 Spencer Oliverflash: update stellaris_set_flash_timing for target...
2012-01-23 Spencer Oliverflash: cleanup stellaris device class detection
2012-01-18 Spencer Oliverflash: add missing stellaris device classes
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-12 Mathias Koptimize: replace while loop by memcpy
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-11-09 Øyvind Harboewarning fix: remove unused variable assignment
2011-11-08 Spencer Oliverflash: update luminary device table
2011-11-01 Spencer Oliverflash: add Stellaris Blizzard class
2011-10-18 Spencer Oliverluminary: add new targets
2011-07-10 Luca BrunoFix typo in command output
2011-03-17 Uwe HermannFix a bunch of typos.
2011-01-19 Eric Wetzelstellaris: automatically generate and update device IDs
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file stellaris.h
2010-10-28 Spencer Oliversrc: add loader src description
2010-08-31 Spencer Oliverflash: increase stellaris flash loader buffer
2010-08-01 David Brownellstellaris flash comment update
2010-07-20 Spencer Oliverflash: remove algorithm exit_point address for supporte...
2010-06-15 Øyvind Harboestellaris: -Wshadow warning fixes
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-03-03 David BrownellNOR: stellaris message tweaks
2010-02-28 Spencer Oliverstellaris: recover_command use usleep rather than sleep
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-02-27 David Brownellnew "stellaris recover" command
2010-01-29 David BrownellNOR: cleanup driver decls
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-18 David Brownellstellaris: fix min buffer length checks
2009-12-18 David Brownellstellaris: update bulk flash writes
2009-12-16 David Brownellstellaris: comments
2009-12-16 David Brownellstellaris: probe() cleanups
2009-12-16 David Brownellstellaris: remove needless code
2009-12-16 David Brownellstellaris: avoid chip writes
2009-12-14 Eric Wetzelstellaris: device IDs
2009-12-11 David Brownellanotyer cygwin compile fix
2009-12-10 David Brownellstellaris: flash protection updates, minor fixes
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