openocd: fix SPDX tag format for files .c
[fw/openocd] / src / flash / nor / pic32mx.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-08-27 Paul Fertserflash: nor: use binary prefixes consistently
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: remove NULL comparisons with checkpatch [1/2]
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-26 Antonio Borneoflash: fix typos and duplicated words
2020-07-08 Antonio Borneocoding style: fix print of hex values as decimal
2020-07-08 Marc Schinkflash/nor/pic32mx: Use 'bool' data type
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-03-08 Tim Newsomeflash/nor: use target_addr_t for flash bank base
2018-04-04 Tomas Vanekflash/nor: implement flash bank deallocation in drivers...
2017-04-24 Salvador Arroyomips32, pic32 use uint8_t in 8 bit scan function
2016-08-14 SASANO Takayoshipic32mx: add new device ID, 17x/27x Flash support
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Alexander KurzCleanup: removal of obsolete semicolons
2016-02-03 Paul Fertserflash: nor: {pic32mx,cfi}: fix register names
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2013-10-31 Andreas Fritiofsonpic32mx: Fix byte order bug
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-10-08 Andreas Fritiofsonflash/nor: make all working area pointers local
2012-08-29 Salvador ArroyoPic32mx: make row programming work with any offset
2012-08-29 Salvador ArroyoPatch: Make pic32mx unlock work at higher scan frequencies
2012-05-14 Spencer Oliverflash: blank check use default_flash_blank_check
2012-05-14 Spencer Oliverflash: fix protect check for pic32mx1x/2x family
2012-03-30 Salvador Arroyotopic: Flash support for Pic32mx1xx/2xx
2012-02-27 Spencer Oliverflash: add new devices to pic32mx flash driver
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.
2011-11-02 Øyvind Harboefix warning: remove assigned to variable
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-04-14 Spencer Oliverpic32: update pic32mx flash driver
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboemips: illustrates how to improve performance
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file pic32mx.h
2010-10-28 Spencer Oliversrc: add loader src description
2010-07-20 Spencer Oliverflash: remove algorithm exit_point address for supporte...
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-25 Daniel Bäderchange %x and %d to PRIx32 and PRId32 where needed...
2010-03-18 Spencer OliverPIC32MX: add unlock cmd
2010-03-10 Spencer OliverPIC32: add flash algorithm support
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 "mips32.h" to <target/mips32.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor