aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32f2x.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-15fix GCC's `-Wcalloc-transposed-args` warningEvgeniy Naydanov1-1/+1
2023-11-18flash/nor/stm32f2x: Remove redundant error messagesMarc Schink1-25/+10
2023-08-26target/cortex_m: check core implementor fieldKarl Palsson1-1/+1
2023-05-25flash/nor/stm32f2x: Show error message when unprotecting OTPMatthijs Kooijman1-1/+3
2023-05-25flash/nor/stm32f2x: Fix typos in log messagesMatthijs Kooijman1-2/+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
2022-03-12flash/stm32f1x,f2x: fix endianess in slow fallback flash writeTomas Vanek1-4/+1
2022-02-25flash/nor/stm32xx: fix segfault accessing Cortex-M part numberTomas Vanek1-2/+7
2022-02-25flash/nor/stm32f2x: Fix erase of bank 2 sectorsSimon Johansson1-2/+2
2021-11-23openocd: use unique name for struct command_registrationAntonio Borneo1-4/+4
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-6/+0
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-10/+10
2021-06-18flash/stm32fxx.c: do not read CPUID as this info is stored in cortex_m_commonTarek BOCHKATI1-14/+6
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-4/+4
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-10/+6
2020-08-09flash/nor/stm32f2x: clean up data typesChristopher Head1-18/+17
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-3/+3
2020-07-26src/flash/nor/stm32f2x: fix format stringsChristopher Head1-20/+20
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-17/+18
2020-01-03flash/nor/stm32f2x: Support value line chips with trimmed flashKeir Fraser1-19/+56
2019-12-17flash/nor/stm32f2x: fix clang static analyzer warningTomas Vanek1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-28/+28
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-02-27flash: stm32f2/f4/f7: Add One-Time-Porgrammable (OTP) supportMoritz Fischer1-10/+211
2018-09-09flash/stm32f2x: add stm32f7 revision Z identificationCody Schafer1-0/+3
2018-07-03flash/nor/stm32: Eliminate working area leakChristopher Head1-1/+3
2018-07-03flash/nor/stm32: Report errors in wait_status_busyChristopher Head1-0/+2
2018-04-23flash/nor, contrib/loaders: add stm32 loaders Makefile and generated .incTomas Vanek1-38/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2017-12-12flash/nor/stm32f2x: fix erase on STM32F413/423Tomas Vanek1-4/+10
2017-12-12flash/nor/stm32f2x: fix protection block size for F767 in dual bank modeTomas Vanek1-1/+2
2017-10-03stm32f2x: Fix left shift of negative valueMarc Schink1-1/+1
2017-08-10Support for STM32F722, F723, F413 and F423Andreas Bolsch1-56/+220
2016-10-04stm32f2x: Increase options write timeoutAndreas Fritiofson1-3/+6
2016-08-14Flash handling for STM32F76x/77x and F446 addedAndreas Bolsch1-95/+313
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-04stm32f2x.c: Add more F4 devices.Uwe Bonnes1-1/+15
2016-05-04src/flash/nor/stm32f2x.c: Really erase second bank if requested.Uwe Bonnes1-3/+5
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-2/+2
2015-11-03flash/nor/stm32f2x: Add STM32F469 partMaxime Coquelin1-0/+2
2015-10-30stm32f2x: Add memory barrier needed for STM32F7 flashing.Uwe Bonnes1-2/+3
2015-10-30stm32f2x.c: Add STM32F74x handling.Uwe Bonnes1-6/+36
2015-10-30stm32f2x.c: Handle STM32F42x/43x 1 MiByte devices with DB1M option set.Uwe Bonnes1-21/+42
2015-02-04flash/nor/stm32f2x: add new revisions of STM32F4x partsPaul Fertser1-0/+8
2015-02-04Subject: [PATCH] update src/flash/nor/stm32f2x.cRémi PRUD’HOMME1-0/+9
2015-01-30stm32f2x: Fix byte order bug.Jens Bauer1-3/+3
2014-09-08stm32f2x: added STM32F411xx series support.Nemui Trinomius1-0/+2