openocd: fix SPDX tag format for files .c
[fw/openocd] / src / flash / nor / lpc2000.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-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-20 Antonio Borneoflash/nor: convert enum in uppercase
2021-07-02 Antonio Borneoflash: rename CamelCase symbols
2021-06-13 Jan Matyasflash/nor: improved API of flash_driver.info & fixed...
2020-12-26 Luca LindhorstCorrect warning message
2020-09-05 Antonio Borneoflash: use proper format with uint32_t
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-03-08 Tim Newsomeflash/nor: use target_addr_t for flash bank base
2019-01-02 Rod BoyceNOR: lpc2000 Add support for LPC84x devices
2018-12-23 Jean-Christian de... Add LPC8Nxx and NHS3xx support.
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-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-10-30 Paul Fertserflash: nor: lpc2000: handle lpc11xx parts with more...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-11-26 Jakub Kubiakflash/nor/lpc2000: add alternative part ID for LPC1343
2015-04-16 Paul FertserFix several format specifiers errors exposed by arm...
2015-04-14 Paul Fertserflash/nor/lpc2000: free allocated working area when...
2015-04-14 Paul Fertserflash/nor/lpc2000: properly free working area used...
2015-04-14 Nemui Trinomiuslpc2000: Removed cmd51_can_xxxxb variables.
2015-03-09 Nemui Trinomiuslpc2000: Add LPC407x/8x flash size auto detection
2015-02-11 Michael Brownlpc2000: add chip IDs for LPC11U6x/LPC11E6x
2015-01-15 Nemui Trinomiuslpc2000: Improve lpc2000 flash driver.
2014-11-24 Grigori Goronzylpc2000: ignore status of part ID IAP command
2014-11-24 Nemui Trinomiuslpc2000: Added LPC1500 series flash programming support.
2014-06-01 Cosmin GorgovanFlash/LPC2000: Add support for auto-probing flash size
2014-06-01 Cosmin GorgovanFlash/LPC2000: Add support for LPC11(x)xx, LPC13xx
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2014-01-11 Nemui Trinomiuslpc2000: fix LPC810 programming support
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-10-29 Nemui Trinomiuslpc2000: Fix flash programming fail on LPC4300 internal...
2013-10-07 Sergey A. Borshchfix lpc2000 flash programming fail.
2013-09-08 Nemui Trinomiusflash: add NXP LPC800 support
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-04-21 Freddie ChopinAdd "lpc1800" alias for "lpc4300" flash driver
2013-04-21 Matt Dittrichflash/nor: add lpc4300 variant to lpc2000 driver
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-17 Freddie ChopinFix serious bug in LPC2xxx/LPC17xx flash algorithm.
2012-10-17 Freddie ChopinCleanup lpc2000.c
2012-08-24 Spencer Oliverflash: remove lpc2000 clang warnings
2012-05-14 Spencer Oliverbuild: use generic name for arm_algorithm vars
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-10-14 Spencer Oliverflash: fix lpc2000 driver typo
2010-12-04 Rolf MeeserFix sector layout for 504-KiB LPC2000 devices
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file lpc2000.h
2010-07-20 Spencer Oliverflash: remove algorithm exit_point address for supporte...
2010-06-15 Øyvind Harboelpc2000: -Wshadow warning fixes
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-03-02 David BrownellLPC1768 updates, IAR board support
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-01-29 David BrownellNOR: cleanup driver decls
2009-12-12 David BrownellLPC2000: rename "r13_svc" as "sp_svc"
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-05 David BrownellARM: rename armv4_5_algorithm as arm_algorithm
2009-12-05 David BrownellARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
2009-12-05 David BrownellARM: rename ARMV4_5_MODE_* as ARM_MODE_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
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