NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
wchrisg has joined #openocd
wchrisg has quit [Quit: Leaving]
wchrisg has joined #openocd
wchrisg has quit [Client Quit]
wchrisg has joined #openocd
vampirefrog has joined #openocd
ayaka_ has joined #openocd
Hawk777 has joined #openocd
wchrisg has quit [Quit: Leaving]
MGF_Fabio has quit [Ping timeout: 255 seconds]
crabbedhaloablut has joined #openocd
ayaka_ has quit [Ping timeout: 255 seconds]
tsal has joined #openocd
tsal_ has quit [Ping timeout: 252 seconds]
nerozero has joined #openocd
nathanhi- has quit [Ping timeout: 246 seconds]
ayaka_ has joined #openocd
nathanhi- has joined #openocd
nerozero has quit [Remote host closed the connection]
nerozero has joined #openocd
jybz has quit [Excess Flood]
jybz has joined #openocd
MGF_Fabio has joined #openocd
Haohmaru has joined #openocd
Hawk777 has quit [Quit: Leaving.]
RolfNoot has quit [Remote host closed the connection]
RolfNoot has joined #openocd
slobodan has joined #openocd
ayaka_ has quit [Ping timeout: 245 seconds]
merethan has joined #openocd
cyrozap_ has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
cyrozap has joined #openocd
bvernoux has joined #openocd
nerozero has quit [Ping timeout: 268 seconds]
wingsorc has quit [Ping timeout: 276 seconds]
Haohmaru has quit [Quit: saionara]
Hawk777 has joined #openocd
MGF_Fabio has quit [Ping timeout: 256 seconds]
merethan has quit [Ping timeout: 260 seconds]
Hawk777 has quit [Ping timeout: 240 seconds]
Guest84 has joined #openocd
Ivan0v has joined #openocd
Ivan0v has quit [Quit: Leaving...]
Hawk777 has joined #openocd
ahorvat has joined #openocd
shibboleth has joined #openocd
<balrog> borneoa___: 4284 is ready for review
<balrog> is there any interest in revisiting https://review.openocd.org/c/openocd/+/945?
<borneoa___> balrog: thanks, I will check it shortly. Indeed 945 is an interesting step ahead
<balrog> I could rework 945 if you'd like
shibboleth has quit [Quit: shibboleth]
bvernoux has quit [Read error: Connection reset by peer]
<RolfNoot> I found an issue with 7966, where cmsis-dap quirk workarounds are introduced
<RolfNoot> On my DAP-LINK adapter, before 7966, programming / debugging is working. After 7966 it stopped
<RolfNoot> Line 1228 of the new patch adds the check if quirk mode is enabled to assert the SRST line, while the cmsis_dap_handle->quirk_mode is disabled by default. In the previous code the asserting of the SRST line is always done.
<RolfNoot> I don't know if this is an issue but the behavior changed after this patch for the DAPLINK adapter
<PaulFertser> RolfNoot: but SRST isn't supposed to be asserted by default normally. Or else you wouldn't be able to attach to a running target without altering its state.
<balrog> borneoa___: reworked, but untested
<RolfNoot> I have the reset_config srst_only'
<RolfNoot> added for my board
crabbedhaloablut has quit []
<RolfNoot> I didn't look into this well but I see the behavior change with the patch.
slobodan has quit [Ping timeout: 260 seconds]
<PaulFertser> RolfNoot: srst_only means OpenOCD should use physical SRST line to reset when you ask the target to be reset.
<PaulFertser> RolfNoot: probably you want srst_only connect_assert_srst ?
<RolfNoot> PaulFertser: I still need to look into this. I want a physical assert of the SRST line but also noted different behavior between different adapters
<RolfNoot> PaulFertser: Although with the prior version the quirk mode was enabled by default (no check): if (seq != LINE_RESET &&
<RolfNoot> PaulFertser: The patch added the check (while quirk mode is disabled now by default): if (cmsis_dap_handle->quirk_mode && seq != LINE_RESET &&
<RolfNoot> PaulFertser: So shouldn't the quirk mode be enabled by default to maintain the same behavior? Or is this unwanted?
<balrog> borneoa___: will need more rework. how do I get OpenOCD to build all drivers?
vampirefrog has quit [Quit: Leaving]
vampirefrog has joined #openocd
<RolfNoot> PaulFertser: Also, OpenOCD crashes on 'cmsis-dap quirk enable' when issued before init
<karlp> RolfNoot: regardless of what it was before, it should not reset on connect by default. that should be requested behavioru.
RolfNoot_ has joined #openocd
srd3141 has joined #openocd
RolfNoot has quit [Remote host closed the connection]
RolfNoot_ is now known as RolfNoot
RolfNoot_ has joined #openocd