openocd: fix SPDX tag format for files .c
[fw/openocd] / src / flash / nor / avrf.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-08-14 Marc Schinkflash/nor: Do not update 'is_erased'
2021-07-24 Antonio Borneoopenocd: fix Yoda conditions with checkpatch
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
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: use proper format with uint32_t
2020-09-05 Antonio Borneoflash: avoid checking for non NULL pointer to free it
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API
2020-05-09 Marc Schinkflash/nor/avrf: Minor code cleanups
2020-03-24 Lars Poeschelavrf.c: Add ATmega256RFR2 to known flash list
2020-03-24 Lars Poeschelavrf.c: Use extended addressing for flash > 0x20000
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-03-27 Christopher HeadConstify struct flash_driver instances
2018-11-26 Tomas Vanekflash/nor: consolidate flash protect/protect_check
2018-04-04 Tomas Vanekflash/nor: implement flash bank deallocation in drivers...
2017-02-13 Karl Palssonflash/nor: avrf: support atmega128rfa1
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-03-09 Olivier Esveratmega: add support for the at90usb128 flash
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2014-02-06 Spencer Oliverflash: declare fixed arrays const
2013-09-08 Nemui Trinomiusatmega: add new target support
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-05-14 Spencer Oliverflash: blank check use default_flash_blank_check
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-04 Mathias KChange return value on error.
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file avrf.h
2010-06-21 Antonio Borneotarget/avr: review scope of symbols
2010-05-29 Spencer Olivernor: fix memory leaks during probe
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-04-10 Antonio BorneoNOR/AVRF: review scope of data
2010-02-25 Hans Peter MortensnAVR flash: handle AT90CAN128 chips
2010-01-29 David BrownellNOR: cleanup driver decls
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 "avrt.h" to <target/avrt.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor