aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/pic32mx.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-23Remove other '_s' suffix from structsAntonio Borneo1-1/+1
2023-11-18flash/nor/pic32mx: Remove redundant error messageMarc Schink1-4/+2
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-08-27flash: nor: use binary prefixes consistentlyPaul Fertser1-1/+1
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-1/+0
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-3/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-25/+25
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-11/+9
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-2/+2
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-6/+2
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-1/+1
2020-07-08coding style: fix print of hex values as decimalAntonio Borneo1-1/+1
2020-07-08flash/nor/pic32mx: Use 'bool' data typeMarc Schink1-4/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-6/+6
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-6/+6
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-1/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2017-04-24mips32, pic32 use uint8_t in 8 bit scan functionSalvador Arroyo1-2/+1
2016-08-14pic32mx: add new device ID, 17x/27x Flash supportSASANO Takayoshi1-20/+70
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-1/+1
2016-02-03flash: nor: {pic32mx,cfi}: fix register namesPaul Fertser1-3/+3
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2013-10-31pic32mx: Fix byte order bugAndreas Fritiofson1-2/+4
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson1-9/+7
2012-08-29Pic32mx: make row programming work with any offsetSalvador Arroyo1-8/+44
2012-08-29Patch: Make pic32mx unlock work at higher scan frequenciesSalvador Arroyo1-0/+2
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver1-1/+1
2012-05-14flash: fix protect check for pic32mx1x/2x familySpencer Oliver1-2/+7
2012-03-30topic: Flash support for Pic32mx1xx/2xxSalvador Arroyo1-6/+54
2012-02-27flash: add new devices to pic32mx flash driverSpencer Oliver1-1/+13
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-98/+54
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-5/+4
2011-11-02fix warning: remove assigned to variableØyvind Harboe1-1/+1
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-3/+0
2011-04-14pic32: update pic32mx flash driverSpencer Oliver1-31/+67
2011-04-01mips: illustrates how to improve performanceØyvind Harboe1-6/+3
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-2/+2
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-11-17FLASH/NOR: Remove useless file pic32mx.hAntonio Borneo1-1/+65
2010-10-28src: add loader src descriptionSpencer Oliver1-0/+2
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver1-1/+1
2010-05-29nor: fix memory leaks during probeSpencer Oliver1-0/+6
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1