Skip to content

Tags: STMicroelectronics/OpenOCD

Tags

openocd-cubeide-v1.15.0

flash/stm32h5: add product state transition (Open to Close or Locked)

add all possible transition for STM32 product state for H5:
* Open to Provisioning
* Write key in OBK area using RSS_Lib function.
* Provisioning to TZclosed.
* Provisioning or TZclosed to Closed or Locked.

Signed-off-by: bouzazif <fedi.bouzazi@st.com>
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@st.com>

openocd-cubeide-v1.13.0

flash/stldr: enhance write time

Use the available workarea size to program the written image.

Signed-off-by: bouzazif <fedi.bouzazi@st.com>
Change-Id: I83ccd98945c2103b0be52eb5b59a57380594abaf
Reviewed-by: Laurent LEMELE <laurent.lemele@st.com>

openocd-cubeide-v1.12.0

target/cortex_m: fix soft_reset_halt

in GDB event "gdb-flash-erase-start", a soft reset dont perform correctly target need to halt
Unfortunately, the execution of soft reset fails with time out error
(after 100 ms: S_HALT not raised => Target not halted  => reset not performed).
After investigation, Accordingly to ARM DDI0403E.B, chapter “B3.2.6 Application Interrupt and Reset Control Register,
AIRCR” before setting DEMCR.VC_CORERESET to perform local system reset,
we must halt the core otherwisethe behavior is unpredictable.

Change-Id: I440c66dca5effa2079ae330a31e2311525539e29
Signed-off-by: fedi BOUZAZI <fedi.bouzazi@st.com>

v0.12.0

The openocd-0.12.0 release.

openocd-cubeide-v1.11.0

doc: fix semihosting_redirect command documentation

Change-Id: I78c82a21e4160851a5c0b58394ac7897479808ff
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@st.com>

openocd-cubeide-v1.10.0

server/gdb: fix gdb remote monitor cmd on multi-target

Commit 5ebb1bd ("server/gdb: fix return of gdb remote monitor
command") replaces the call to command_run_line() with call to
Jim_EvalObj() but does not properly set the "context".
In multi-target environment, his can cause the erroneously
execution of the command on the wrong target.

Copy from the code in command_run_line() the proper setup before
executing Jim_EvalObj().

Change-Id: I56738c80779082ca146a06c01bc30e28bc835fd3
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reported-by: Bohdan Tymkiv <bohdan200@gmail.com>
Fixes: 5ebb1bd ("server/gdb: fix return of gdb remote monitor command")
Reviewed-on: https://review.openocd.org/c/openocd/+/6966
Reviewed-by: Bohdan Tymkiv <bohdan200@gmail.com>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Tim Newsome <tim@sifive.com>
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@st.com>

v0.12.0-rc3

The openocd-0.12.0-rc3 release candidate

Change-Id: Id7ddf232593e1aa7cb36f2b30fe832ebf79c1535
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>

v0.12.0-rc2

The openocd-0.12.0-rc2 release.

v0.12.0-rc1

The openocd-0.12.0-rc1 release candidate

Change-Id: I790a6b13962649037c97e32d562dffd58d3daf3c
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>

openocd-cubeide-v1.9.0

stlink: enable queuing with stlink-server API v3

Change-Id: I25fd9d778c17fc850a76dd16105c93ac9860d3c4
Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
Reviewed-on: https://gerrit.st.com/c/stm32ide/official/openocd/+/238148
Tested-by: CITOOLS <MDG-smet-aci-reviews@list.st.com>
Reviewed-by: Laurent LEMELE <laurent.lemele@st.com>