aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32f1x.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-17flash: Constify write bufferAndreas Fritiofson1-4/+4
2014-02-24stm32f1x: Fix option byte flag parsingAndreas Fritiofson1-4/+4
2014-02-11nor/flash/stm32f1x: add stm32f07x supportKuldeep Singh Dhaka1-4/+39
2014-02-04flash/nor/stm32f1x: fix format specifiers warningPaul Fertser1-2/+2
2013-12-14flash: revert incorrect stm32f1 default_padded_valueSpencer Oliver1-3/+0
2013-10-31stm32f1x: Fix byte order bug and remove unnecessary castAndreas Fritiofson1-7/+7
2013-10-07stm32l: set default padded valueSpencer Oliver1-0/+3
2013-07-15flash/stm32*: Sync all device/rev IDs with reference manualsAndreas Fritiofson1-11/+19
2013-07-15flash/stm32*: Rewrite info functionsAndreas Fritiofson1-174/+144
2013-07-15flash/stm32*: Remove the halted check in protect_checkAndreas Fritiofson1-5/+0
2013-06-12stm32: add new stm32f0 device idSpencer Oliver1-1/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-06flash: fix stm32 failed probe using incorrect flash sizeSpencer Oliver1-2/+4
2013-03-06stm32: update stm32f1x driver for f0x and f3x option bytesSpencer Oliver1-4/+14
2013-02-25stm32: enable flash bank size overrideSpencer Oliver1-0/+7