<maribu[m]>
https://review.openocd.org/c/openocd/+/7414 will only need a quick look (it adds two patterns to .gitignore), but it will make my life working with OpenOCD source much more pleasant. Maybe someone could take the quick peek? :)
<PaulFertser>
maribu[m]: hi. New review is created when Change-Id in commit message is not exactly the same as it was.
<PaulFertser>
maribu[m]: the change looks good to me, I think it'll be picked up soonish.
<maribu[m]>
OK, so I just hit a wrong key and changed the Change-Id by accident :-( Thx for clarifying!
<PaulFertser>
maribu[m]: the merge conflicts shown are with the other outstanding changes that are clashing anyhow. It helps the maintainers to spot related code.
<PaulFertser>
maribu[m]: if it passes CI you shouldn't worry about those.
<maribu[m]>
Ah! Thx for the explanation :)
Jybz[m] has quit [Ping timeout: 256 seconds]
barath has quit [Ping timeout: 246 seconds]
ormaaj has quit [Ping timeout: 248 seconds]
shoragan[m] has quit [Ping timeout: 246 seconds]
LinuxHackerman has quit [Ping timeout: 260 seconds]
maribu[m] has quit [Ping timeout: 260 seconds]
ormaaj has joined #openocd
Jybz[m] has joined #openocd
barath has joined #openocd
LinuxHackerman has joined #openocd
shoragan[m] has joined #openocd
maribu[m] has joined #openocd
dliviu has quit [Ping timeout: 268 seconds]
dliviu has joined #openocd
Hawk777 has joined #openocd
Deneb^ has joined #openocd
Deneb has quit [Quit: Leaving]
nerozero has quit [Ping timeout: 268 seconds]
Haohmaru has quit []
Deneb^ has quit [Quit: Leaving]
<maribu[m]>
In case someone else stumbles into the issues with flashing CC26xx devices: The common RIOT flash script uses -c 'reset halt' to bring the device into a halt state before flashing. It really seemed to be the second reset that was causing all the headache - but the zephyr patch that adds reset_config srst_once didn't solve the issue for me. Using -c 'halt' instead of -c 'reset halt' however solved the issue for me.