openocd: src: replace the GPL and BSD-Source-Code license tags
[fw/openocd] / src / flash / nor / at91sam3.c
2022-07-23 Antonio Borneoopenocd: src: replace the GPL and BSD-Source-Code licen...
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions
2021-07-02 Antonio Borneoflash: rename CamelCase symbols
2021-06-13 Jan Matyasflash/nor: improved API of flash_driver.info & fixed...
2020-11-04 Antonio Borneoflash: declare local symbols as static
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-08 Antonio Borneocoding style: fix space separation
2020-07-08 Marc Schinkflash/nor/at91sam3: Use 'bool' data type
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API
2020-05-09 Antonio Borneocoding style: add missing space when split strings
2020-05-09 Antonio Borneocoding style: remove useless break after a goto or...
2020-03-07 Tomas Vaneksrc/flash/nor/at91sam3|4l|7: fix clang static analyzer...
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Paul Fertsernor/at91sam3: change prototype of get_current_sam3()
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need...
2019-03-27 Christopher HeadConstify struct flash_driver instances
2018-12-05 Tomas Vanekflash/nor: use default_flash_blank_check() instead...
2018-04-10 Tomas Vanekflash/nor/at91sam: implement flash bank deallocation...
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-20 Andreas FärberFix spelling of ARM Cortex
2014-04-08 Paul Fertserflash/nor/at91sam3: remove sam3_page_write_opcodes
2014-03-29 Andreas FritiofsonSupport for sam3n0a sam3n0b sam3n00a sam3n00b
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2013-10-31 Andreas FritiofsonRemove unnecessary casts
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-10-03 Andreas Fritiofsonflash/nor: Make info function optional
2013-07-01 Ulf Wetzkerat91sam3: Added support for at91sam3s8a, b and c
2013-07-01 Ulf Wetzkerat91sam3: Added support for at91sam3sd8a and b
2013-07-01 Ulf Wetzkerflash/nor/at91sam3: fixed lock region size
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-03-24 Thomas Schmidat91sam3: Wrong PLLA frequency calculations
2012-10-17 Spencer Oliverflash: fix at91sam3/4 driver typos
2012-09-07 Chuen Chouflash: fix sam3 page read/write address computation...
2012-06-26 Mike Crowetopic: flash: description/id added for ATSAM3SD8C
2012-05-04 Spencer Oliverbuild: remove clang unused variable increments warnings
2012-04-26 Olivier SchonkenSAM3X - Added support for at91sam3x8h-ES, fixed CIDR...
2012-03-13 Olivier Schonkentopic: Added support for the SAM3X/A variants
2012-03-06 Attila KinaliSAM3: Remove unused reference to SUPC registers
2012-03-06 Attila KinaliSAM3: Add missing architecture names for SAM3S and...
2012-03-06 Attila KinaliSAM3S: correct flash sector sizes.
2012-02-29 Attila KinaliFix assert to check flash programming offset
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-12 Spencer Oliverbuild: remove unused variables
2012-01-04 Mathias KChange return value on error.
2011-11-10 Attila KinaliWork around silicon bug in the SAM3 family flash waitstates
2011-11-07 Øyvind Harboeat91sam3: fix warnings
2011-10-17 Attila KinaliAdd the SAM3N familly to the chip_details table
2011-08-21 olivier SchonkenFix Sam3u flash bank 1 issue
2011-03-30 Olivier Schonkenat91sam3: Modified cidr comparisson to ignore version...
2011-03-17 Uwe HermannFix a bunch of typos.
2011-01-26 Thomas SchmidFixed small mistakes in at91sam3 info command
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2011-01-05 Eric Wetzelnit: do not add \n at end of LOG_ERROR
2010-12-29 Øyvind Harboewarning: fix warning where GCC didn't catch a doubly...
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file at91sam3.h
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-06-25 Olaf Lükeat91sam3s* support
2010-06-17 Antonio Borneonor/at91sam3: replace helper membuf
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-01-29 David BrownellNOR: cleanup driver decls
2010-01-09 David Brownellsrc/flash/nor: usage/help/doc updates
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-03 Zachary T Welchchange #include "flash.h" to <flash/flash.h>
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchchange #include "membuf.h" to <helper/membuf.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor