aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32f1x.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30flash/nor/stm32f1x: Add support for Geehy APM32F0 seriesMarc Schink1-0/+1
2023-08-26target/cortex_m: check core implementor fieldKarl Palsson1-1/+1
2022-11-15flash/nor/stm32f1x: adjust size of the flash loader bufferSimon Smiganovski1-1/+1
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-04-24flash/nor/stm32f1x: add can_load_options flag for GD32F1x0, F3x0 and E23xTomas Vanek1-0/+3
2022-04-24flash/stm32f1x: add support for RISC-V GigaDevice GD32VF103Tomas Vanek1-44/+161
2022-04-13flash/nor/stm32f1x: lock flash in case of errorTomas Vanek1-39/+46
2022-04-13flash/nor/stm32f1x: unify flash error reportingTomas Vanek1-17/+15
2022-04-13flash/nor/stm32f1x: tidy up async algo supporting codeTomas Vanek1-21/+26
2022-04-13flash/nor/stm32f1x: remove write alignment codeTomas Vanek1-23/+14
2022-04-13flash/nor/stm32f1x: allow write fallback for flash optionsTomas Vanek1-34/+50
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-6/+4
2021-11-23openocd: use unique name for struct command_registrationAntonio Borneo1-4/+4
2021-11-15flash/nor/stm32f1x: Add support for GD32E23xasier701-2/+17
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-8/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-13/+13
2021-06-18flash/stm32fxx.c: do not read CPUID as this info is stored in cortex_m_commonTarek BOCHKATI1-30/+31
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-5/+5
2021-05-02flash/nor/stm32f1x: Add support for GD32F1x0/3x0asier701-4/+34
2020-11-15flash/nor/stm32f1x: fix error messageTomas Vanek1-1/+1
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo1-11/+5
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-6/+8
2020-05-09coding style: let "else" follow the close braceAntonio Borneo1-2/+1
2020-04-05flash/stm32f1x: fix maximum flash size for some devicesTarek BOCHKATI1-2/+18
2020-03-07flash/nor/stm32f1x: Group and cleanup device listMarc Schink1-37/+37
2020-02-23flash/nor/stm32f1x: Some small code cleanupsMarc Schink1-9/+6
2020-01-02flash/nor/stm32f1x: fix options reading from locked chipOleksandr Redchuk1-20/+6
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-20/+20
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-02-07flash/nor/stm32f1x: Ability to change user option bytes.Jan Vojtech1-2/+12
2019-02-04flash/nor/stm32f1x: use address instead of offset in stm32x_write_block()Tomas Vanek1-6/+4
2019-02-04flash/nor/stm32f1x: fix minor error messagesTomas Vanek1-3/+5
2018-11-03flash/nor/stm32f1x: Use of protection blocks, improved option bytes handlingDominik Peklo1-218/+179
2018-07-03flash/nor/stm32: Eliminate working area leakChristopher Head1-1/+3
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
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-2/+2
2015-02-02Add more STM32F3 IDs in target/stm32f3.cfg.Uwe Bonnes1-1/+18
2015-01-26stm32f07/9: Both devices have 256 kByte Flash Maximum.Uwe Bonnes1-7/+0
2015-01-26stm32f0x: Remove duplicate code for revision string.Uwe Bonnes1-50/+20
2015-01-26stm32f09x: Print info in get_stm32x_info.Uwe Bonnes1-0/+14
2015-01-26flash/nor/stm32f1: Add handling of stm32f09, nearly same as stm32f07.Uwe Bonnes1-0/+8
2014-08-19flash/nor/stm32f1x: add STM32F302x6/8 IDs, clarify STM32F302xB/CPaul Fertser1-2/+17
2014-06-19stm32f1x: add STM32F33x support.Nemui Trinomius1-0/+18
2014-05-31flash/nor/stm32f1x: add support for F04x partsPaul Fertser1-0/+15