stm32l4x: Fix stm32l4x dual bank support
[openocd.git] / src / flash / nor / stm32f1x.c
2018-11-03 Dominik Pekloflash/nor/stm32f1x: Use of protection blocks, improved... 76/4576/12
2018-07-03 Christopher Headflash/nor/stm32: Eliminate working area leak 20/4520/2
2018-04-23 Tomas Vanekflash/nor, contrib/loaders: add stm32 loaders Makefile... 39/4439/3
2018-04-04 Tomas Vanekflash/nor: implement flash bank deallocation in drivers... 17/4417/3
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2016-02-29 Alexander KurzCleanup: removal of obsolete semicolons 67/3367/2
2015-02-02 Uwe BonnesAdd more STM32F3 IDs in target/stm32f3.cfg. 35/2435/3
2015-01-26 Uwe Bonnesstm32f07/9: Both devices have 256 kByte Flash Maximum. 58/2458/2
2015-01-26 Uwe Bonnesstm32f0x: Remove duplicate code for revision string. 57/2457/2
2015-01-26 Uwe Bonnesstm32f09x: Print info in get_stm32x_info. 56/2456/2
2015-01-26 Uwe Bonnesflash/nor/stm32f1: Add handling of stm32f09, nearly... 94/2394/5
2014-08-19 Paul Fertserflash/nor/stm32f1x: add STM32F302x6/8 IDs, clarify... 49/2249/2
2014-06-19 Nemui Trinomiusstm32f1x: add STM32F33x support. 74/2174/3
2014-05-31 Paul Fertserflash/nor/stm32f1x: add support for F04x parts 50/2150/2
2014-03-17 Andreas Fritiofsonflash: Constify write buffer 40/2040/2
2014-02-24 Andreas Fritiofsonstm32f1x: Fix option byte flag parsing 63/1963/2
2014-02-11 Kuldeep Singh Dhakanor/flash/stm32f1x: add stm32f07x support 21/1921/6
2014-02-04 Paul Fertserflash/nor/stm32f1x: fix format specifiers warning 79/1879/2
2013-12-14 Spencer Oliverflash: revert incorrect stm32f1 default_padded_value 33/1833/2
2013-10-31 Andreas Fritiofsonstm32f1x: Fix byte order bug and remove unnecessary... 73/1773/2
2013-10-07 Spencer Oliverstm32l: set default padded value 36/1636/2
2013-07-15 Andreas Fritiofsonflash/stm32*: Sync all device/rev IDs with reference... 97/1497/2
2013-07-15 Andreas Fritiofsonflash/stm32*: Rewrite info functions 96/1496/2
2013-07-15 Andreas Fritiofsonflash/stm32*: Remove the halted check in protect_check 95/1495/2
2013-06-12 Spencer Oliverstm32: add new stm32f0 device id 35/1435/2
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2013-03-06 Spencer Oliverflash: fix stm32 failed probe using incorrect flash... 87/1187/2
2013-03-06 Spencer Oliverstm32: update stm32f1x driver for f0x and f3x option... 84/1184/2
2013-02-25 Spencer Oliverstm32: enable flash bank size override 32/1132/3
2013-02-02 Spencer Oliverarmv7m: use ARM_MODE_THREAD core mode for algoorithm's 08/1108/4
2013-02-02 Spencer Oliverarmv7m: use generic arm::core_mode 66/966/6
2012-12-31 Spencer Oliverflash: allow stm32f1x options_write args in any order 92/992/2
2012-12-31 Spencer Oliverflash: use correct stm32f1x option read mask 91/991/2
2012-12-31 Spencer Oliverstm32f1x: fix stm32f0/f3 broken unlock 84/984/3
2012-12-31 Spencer Oliverstm32f1x: preserve user option byte data 83/983/4
2012-12-31 Szymon Modzelewskiflash: stm32f1x: write option bytes using the loader 80/480/7
2012-10-28 Spencer Oliverflash: update stm32 flash driver versions
2012-10-08 Andreas Fritiofsonstm32f1x: Increase options erase timeout
2012-10-08 Andreas Fritiofsonflash/nor: make all working area pointers local
2012-10-02 Spencer Oliverflash: add stm32f3 rev 2 flash support
2012-09-07 Spencer Oliverstlink: issue error for stm32 option writing
2012-08-01 Andreas Fritiofsonflash: stm32f1x: Pad odd byte writes early to avoid...
2012-07-30 Andreas Fritiofsonflash: reduce code duplication in stm32 flash probe
2012-07-30 Spencer Oliverflash: fix stm32 flash driver typo's
2012-07-30 Spencer Oliverflash: handle zero when reading stm32 flash size reg
2012-07-30 Andreas Fritiofsonflash: don't write to FLASH_CR in stm32x_write_block
2012-07-11 Spencer Oliverflash: add stm32f3x support
2012-05-14 Spencer Oliverflash: blank check use default_flash_blank_check
2012-05-08 Spencer Oliverflash: use correct stm32f0 flash size register
2012-04-30 Spencer Oliverflash: update stm32f0x version info
2012-03-06 Szymon Modzelewskiflash: stm32f1x: add a couple missing stm32x_get_flash_reg
2012-02-26 Spencer Olivertarget: add target async algorithm support
2012-02-16 Jonathan DumaresqAdd stm32f0x probe and info working
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-30 Andreas Fritiofsonstm32f1x: fix bug in flash loader and restrict instruct...
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-12 Spencer Oliverflash: use correct device_id mask
2012-01-04 Mathias KChange return value on error.
2011-11-17 Andreas Fritiofsonstm32f1x: improve variable naming and avoid potential...
2011-11-16 Øyvind Harboestm32f1x: add more asserts
2011-10-28 Jonathan DumaresqFixes comment typo for page size
2011-10-08 Andreas Fritiofsonstm32f1x: use async algorithm in flash programming...
2011-10-08 Andreas Fritiofsonstm32f1x: use register base instead of register offset
2011-08-25 Jonathan DumaresqThis will add the Value Line HD of stm32 devices.
2011-07-28 Spencer Oliverflash: update stm32 driver names

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)