flash/stm32l4x: introduce auto-probe when OPTR is changed
authorTarek BOCHKATI <tarek.bouchkati@gmail.com>
Tue, 10 Nov 2020 18:15:54 +0000 (19:15 +0100)
committerOleksij Rempel <linux@rempel-privat.de>
Thu, 26 Aug 2021 06:18:52 +0000 (06:18 +0000)
commit80d323c6e82b0256da4a671b1acbdceb54de9a82
tree9ad8afdfff7640daef180129684926cbc877aeda
parent84291d02692fe69d75ccd3ce11dea4522ad988a0
flash/stm32l4x: introduce auto-probe when OPTR is changed

auto re-probing is ensured by having optr cache set in the
last probe operation.

this will help to detect if flash options have been modified by the
running application or by the user using direct register access.

Change-Id: I05cd7ab9e83a7fc26ac6cff175b3c11b0efa2eb5
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/5935
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
Tested-by: jenkins
src/flash/nor/stm32l4x.c