aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc2000.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-07-20flash/nor: convert enum in uppercaseAntonio Borneo1-84/+84
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-5/+5
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-3/+3
2020-12-26Correct warning messageLuca Lindhorst1-2/+2
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-2/+2
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-12/+14
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-3/+3
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-3/+3
2019-01-02NOR: lpc2000 Add support for LPC84x devicesRod Boyce1-0/+31
2018-12-23Add LPC8Nxx and NHS3xx support.Jean-Christian de Rivaz1-1/+25
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-14/+0
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-1/+1
2016-10-30flash: nor: lpc2000: handle lpc11xx parts with more than 96k memoryPaul Fertser1-3/+12
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-11-26flash/nor/lpc2000: add alternative part ID for LPC1343Jakub Kubiak1-0/+2
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser1-2/+2
2015-04-14flash/nor/lpc2000: free allocated working area when target_write failsPaul Fertser1-1/+3
2015-04-14flash/nor/lpc2000: properly free working area used in get_lpc2000_part_id()Paul Fertser1-0/+3
2015-04-14lpc2000: Removed cmd51_can_xxxxb variables.Nemui Trinomius1-34/+1
2015-03-09lpc2000: Add LPC407x/8x flash size auto detectionNemui Trinomius1-4/+26
2015-02-11lpc2000: add chip IDs for LPC11U6x/LPC11E6xMichael Brown1-0/+22
2015-01-15lpc2000: Improve lpc2000 flash driver.Nemui Trinomius1-9/+99
2014-11-24lpc2000: ignore status of part ID IAP commandGrigori Goronzy1-4/+8
2014-11-24lpc2000: Added LPC1500 series flash programming support.Nemui Trinomius1-6/+54
2014-06-01Flash/LPC2000: Add support for auto-probing flash sizeCosmin Gorgovan1-52/+432
2014-06-01Flash/LPC2000: Add support for LPC11(x)xx, LPC13xxCosmin Gorgovan1-0/+40
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+4
2014-01-11lpc2000: fix LPC810 programming supportNemui Trinomius1-5/+7
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-1/+1
2013-10-29lpc2000: Fix flash programming fail on LPC4300 internal flashNemui Trinomius1-0/+8
2013-10-07fix lpc2000 flash programming fail.Sergey A. Borshch1-1/+2
2013-09-08flash: add NXP LPC800 supportNemui Trinomius1-2/+62
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-21Add "lpc1800" alias for "lpc4300" flash driverFreddie Chopin1-2/+2
2013-04-21flash/nor: add lpc4300 variant to lpc2000 driverMatt Dittrich1-10/+93
2013-02-02armv7m: use ARM_MODE_THREAD core mode for algoorithm'sSpencer Oliver1-1/+1
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver1-1/+1
2012-10-17Fix serious bug in LPC2xxx/LPC17xx flash algorithm.Freddie Chopin1-79/+120
2012-10-17Cleanup lpc2000.cFreddie Chopin1-129/+87
2012-08-24flash: remove lpc2000 clang warningsSpencer Oliver1-4/+4
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver1-5/+5
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-164/+137
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+2
2012-01-04Change return value on error.Mathias K1-2/+1