jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / src / flash / nor / stm32l4x.c
2023-11-18 Marc Schinkflash/nor/stm32l4x: Remove redundant error messages 01/8001/3
2023-09-19 Tarek BOCHKATIflash/stm32l4x: support STM32WBA5xx devices 94/7694/4
2023-08-26 Karl Palssontarget/cortex_m: check core implementor field 45/7845/10
2023-07-14 Marc Schinkflash/nor/stm32l4x: Add revision 'V' for STM32L4R/S... 63/7763/2
2023-05-24 Tarek BOCHKATIflash/stm32l4x: support STM32C0x devices 74/6874/6
2023-02-03 Marc Schinkflash/nor/stm32l4x: Add revision 'Z' for STM32L552... 68/7468/2
2023-01-15 Marc Schinkflash/nor/stm32l4x: Add revision 'X' and 'C' for STM32U... 90/7390/2
2023-01-15 Tarek BOCHKATIflash/stm32l4x: avoid multiple assignments 82/7282/2
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c 53/7153/3
2022-09-13 Antonio Borneoopenocd: remove recently added CamelCase symbols 54/7154/2
2022-08-27 Paul Fertserflash: nor: use binary prefixes consistently 16/6416/3
2022-07-23 Antonio Borneoopenocd: src/flash: replace the GPL-2.0-or-later licens... 67/7067/2
2022-06-04 Tarek BOCHKATIflash/stm32l4x: fix scan-build warnings 70/6470/6
2022-03-19 Tarek BOCHKATIflash/stm32l4x: fix auto-probe when RDP is promoted... 64/6864/3
2022-03-01 Tarek BOCHKATIflash/stm32l4x: fix maybe-uninitialized compiler error 61/6861/3
2022-02-25 Tomas Vanekflash/nor/stm32xx: fix segfault accessing Cortex-M... 52/6752/2
2021-10-02 Yasushi SHOJIhelper: Remove src/helper from include dirs 07/6507/4
2021-09-25 Antonio Borneoarmv7m.h: relax dependency from 'arm_adi_v5.h' 68/6468/4
2021-09-18 Oleksij RempelPartially Revert "flash/stm32l4x: introduce flash progr... 69/6569/5
2021-09-18 Tarek BOCHKATIflash/stm32l4x: fix dual bank support for STM32L552xC... 38/6538/4
2021-09-12 Tarek BOCHKATIflash/stm32l4x: fix flash programming in 64-bit hosts 56/6556/3
2021-09-11 Tarek BOCHKATIflash/stm32l4x: do not use magic number for dual bank... 37/6537/3
2021-09-11 Tarek BOCHKATIflash/stm32l4x: introduce is_max_flash_size and use it 36/6536/3
2021-09-11 Tarek BOCHKATIflash/stm32l4x: fix segmentation fault with HLA adapter... 35/6535/3
2021-09-02 Tarek BOCHKATIflash/stm32l4x: avoid using magic numbers for device ids 37/6437/9
2021-09-02 Tarek BOCHKATIflash/stm32l4x: add support of STM32WB1x 29/6129/10
2021-09-02 Tarek BOCHKATIflash/stm32l4x: add support of STM32G05/G06x 28/6128/10
2021-09-02 Tarek BOCHKATIflash/stm32l4x: switch to to c loader instead of assemb... 09/6109/21
2021-08-30 Tarek BOCHKATIflash/stm32l4x: free write_algorithm work area if no... 86/6486/2
2021-08-30 Tarek BOCHKATIflash/stm32l4x: add support of STM32U57x/U58x 08/6108/15
2021-08-26 Tarek BOCHKATIflash/stm32l4x: add support of STM32WL5x dual core 50/6050/16
2021-08-26 Tarek BOCHKATIflash/stm32l4x: add support of STM32G0Bx/G0Cx devices 36/6036/13
2021-08-26 Tarek BOCHKATIflash/stm32l4x: remove stm32l4_part_info.default_flash_regs 35/6435/4
2021-08-26 Tarek BOCHKATIflash/stm32l4x: introduce flash programming without... 73/6273/9
2021-08-26 Tarek BOCHKATIflash/stm32l4x: STM32L5 support programming when TZEN... 35/6035/17
2021-08-26 Tarek BOCHKATIflash/stm32l4x: STM32L5 support programming when TZEN... 36/5936/19
2021-08-26 Tarek BOCHKATIflash/stm32l4x: introduce auto-probe when OPTR is changed 35/5935/14
2021-08-26 Tarek BOCHKATIflash/stm32l4x: introduce 'stm32l4x trustzone [enable... 42/5542/19
2021-08-26 Tarek BOCHKATIflash/stm32l4x: do not report bank mode before probing... 11/6411/3
2021-08-22 Tarek BOCHKATIflash/stm32l4x: use COMMAND_PARSE_NUMBER in command... 19/6419/2
2021-08-14 Marc Schinkflash/nor: Do not update 'is_erased' 79/6279/3
2021-08-14 Antonio Borneohelper/align.h: use it 75/6375/3
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison 50/6350/3
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition 54/6354/3
2021-07-20 Antonio Borneoflash: use lowercase for C variables 47/6347/2
2021-06-27 Marc Schinkflash/nor/stm32l4: Fix stm32l4_probe() 26/6326/5
2021-06-13 Jan Matyasflash/nor: improved API of flash_driver.info & fixed... 82/6182/7
2021-05-22 Tarek BOCHKATIflash/stm32l4x: add missing break statement 48/6248/2
2021-03-24 Tarek BOCHKATIflash/stm32l4x: probe tzen and rdp values 41/5541/11
2021-03-24 Tarek BOCHKATIflash/stm32l4x: introduce stm32l4_part_info.flags for... 40/5540/11
2021-03-24 Tarek BOCHKATIflash/stm32l4x: enhance protect handler to use efficien... 07/6107/5
2021-03-24 Tarek BOCHKATIstm32l4x: add OTP support for STM32 G0/G4/L4/L4+/L5... 37/5537/10
2021-03-16 Raúl Sanchez Silesflash/stm32l4x: zero init stm32l4_flash_bank struct... 03/6103/2
2020-11-15 Tarek BOCHKATIstm32l4x: cosmetic simplification of get_stm32l4_info 36/5536/6
2020-11-15 Tarek BOCHKATIflash/stm32l4x: STM32L55/L56xx basic support (non-secur... 10/5510/9
2020-11-15 Tarek BOCHKATIflash/stm32l4x: introduce table with register offsets 09/5509/8
2020-10-22 Tarek BOCHKATIflash/stm32l4: add support of STM32G4 category 4 device... 93/5793/3
2020-09-05 Antonio Borneoflash: use proper format with uint32_t 16/5816/2
2020-09-05 Antonio Borneoflash: avoid checking for non NULL pointer to free it 11/5811/4
2020-07-26 Antonio Borneoflash: fix typos and duplicated words 58/5758/2
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API 29/4929/7
2020-06-14 Marc Schinkflash/nor/stm32l4x: Fix check for number of arguments 16/5716/2
2020-05-03 Tarek BOCHKATIflash/stm32l4x: always use stm32l4_get_flash_reg 08/5508/2
2020-05-03 Andreas Bolschrevision id for STM32L4P5/Q5 corrected 21/5521/3
2020-04-24 Ilya Kharinflash/nor/stm32l4x: cast wrpxxr_mask to uint16_to to... 90/5590/2
2020-03-23 Tarek BOCHKATIflash/stm32l4x: add support of STM32WB3x devices 75/5475/3
2020-03-23 Tarek BOCHKATIflash/stm32l4x: add support of STM32WLEx devices 50/5450/6
2020-03-16 Andreas BolschFlash driver for STM32G0xx and STM32G4xx 07/4807/11
2020-02-24 Marc Schinkflash/nor/stm32l4x: Minor code cleanups 49/5449/2
2020-02-23 Tomas Vanekflash/nor/stm32l4x: lock flash after error 61/5361/4
2020-01-27 Tomas Vanekflash/nor/stm32l4x: fix minor errors in flash write... 60/5360/4
2020-01-27 Tomas Vanekflash/nor/stm32l4x: use flash infrastructure to align... 59/5359/3
2020-01-16 Tarek BOCHKATIflash/nor/stm32l4x: add support of STM32L4P5/L4Q5x... 92/5392/2
2020-01-16 Tarek BOCHKATIflash/nor: add support of STM32WB on top STM32L4 flash... 33/4933/6
2020-01-16 Tarek BOCHKATIflash/nor: add support of STM32L41/L42xx 34/4934/6
2020-01-16 Tarek BOCHKATIflash/nor/stm32l4x : add structure containers to hold... 32/4932/13
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma... 81/5081/2
2019-03-27 Christopher HeadConstify struct flash_driver instances 03/4803/3
2019-02-21 Armin van der TogtFix support for single-bank stm32l4 processors 13/4913/3
2018-12-11 bobflash/nor: Add support for sector erase in stm32l4x... 77/4777/6
2018-11-26 Alex J Lennonstm32l4x: Fix stm32l4x dual bank support 41/4641/3
2018-09-19 Thomas SøhusAdded support for STM32L4X option bytes writing. 54/4654/10
2018-07-03 Christopher Headflash/nor/stm32: Eliminate working area leak 20/4520/2
2018-07-03 Christopher Headflash/nor/stm32: Report errors in wait_status_busy 19/4519/3
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
2018-01-25 Paul Fertserflash: nor: stm32l4x: fix warning in probe 52/4352/2
2017-05-08 Juha Niskanenstm32l4: support flashing L45x/46x devices 22/4122/2
2017-04-25 Juha Niskanenstm32l4: support flashing L496 devices 08/4108/2
2016-10-04 Peter KuharSTM32L433 Flash support 32/3732/3
2016-10-04 Spencer Oliverstm32l4x: fix incorrect device id mask 99/3799/2
2016-08-13 Uwe Bonnesstm32l4: Handle failing flash_size read like on other... 03/3503/2
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2016-05-04 Uwe Bonnes stm32l4x.c: Correct waiting for data. 40/3140/2
2016-05-04 Uwe Bonnesstm32l4x.c: Use explicit 64-bit flash access as referen... 39/3139/3
2016-05-04 Uwe Bonnesstm32l4x.c: Free r6/7 for 64-bit operations. 38/3138/3
2016-02-29 Alexander KurzCleanup: removal of obsolete semicolons 67/3367/2
2015-10-30 Uwe BonnesAdd handling for STM32L4. 41/2941/10

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)