openocd: fix SPDX tag format for files .c
[fw/openocd] / src / flash / nor / lpcspifi.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-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-06-13 Jan Matyasflash/nor: improved API of flash_driver.info & fixed...
2020-07-08 Antonio Borneocoding style: fix space separation
2020-07-08 Marc Schinkflash/nor/lpcspifi: Use 'bool' data type
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations
2019-03-27 Christopher HeadConstify struct flash_driver instances
2019-03-08 Tim Newsomeflash/nor: use target_addr_t for flash bank base
2018-11-29 Andreas BolschSPI table updates (some new devices and new info)
2018-04-04 Tomas Vanekflash/nor: implement flash bank deallocation in drivers...
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
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ärberlpcspifi: Fix SWD support for LPC43xx
2016-02-29 Alexander KurzCleanup: removal of obsolete semicolons
2014-11-24 Andersflash/nor/lpcspifi.c: fix bug that prevented clean...
2014-05-16 Aurelien Jacobslpcspifi: setup a valid stack pointer before calling...
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2014-02-06 Spencer Oliverflash: declare fixed arrays const
2013-12-22 Ed MasteAvoid 'may be used uninitialized' warning from FreeBSD...
2013-11-05 Andreas Fritiofsonlpcspifi: Fix byte order bug
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-07-26 Paul Fertserlpcspifi: assume flash is unprotected after probing
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-09-26 George HarrisAdded SPIFI flash driver, algorithms, and docs