From: Christopher Head Date: Tue, 30 Oct 2018 21:45:11 +0000 (-0700) Subject: flash/stm32h7x: include IO_HSLV in user3_options X-Git-Tag: v0.11.0-rc1~736 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=6aae614cc2072e0d45bc32213595286ccbd32248;hp=6aae614cc2072e0d45bc32213595286ccbd32248 flash/stm32h7x: include IO_HSLV in user3_options Bit 29 of OPTSR is IO_HSLV. It ought to be read in stm32x_read_options and written in stm32x_write_options. Adjust the bitmasks to do this. Change-Id: I785a5291c991c98b774177f960dc58f2b5e045e2 Signed-off-by: Christopher Head Reviewed-on: http://openocd.zylin.com/4745 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI Reviewed-by: Tomas Vanek ---