NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
shibboleth has joined #openocd
noarb has quit [Quit: ZNC 1.8.2 - https://znc.in]
noarb has joined #openocd
shibboleth has quit [Quit: shibboleth]
tsal has quit [Ping timeout: 265 seconds]
tsal has joined #openocd
bencoh has quit [Ping timeout: 244 seconds]
bencoh has joined #openocd
h_ro has quit [Ping timeout: 246 seconds]
h_ro has joined #openocd
Hawk777 has quit [Quit: Leaving.]
bencoh has quit [Ping timeout: 244 seconds]
bencoh has joined #openocd
bencoh has quit [Ping timeout: 276 seconds]
bencoh has joined #openocd
bencoh has quit [Ping timeout: 252 seconds]
bencoh has joined #openocd
h_ro has quit []
h_ro has joined #openocd
Foxyloxy_ has quit [Read error: Connection reset by peer]
Foxyloxy has joined #openocd
bencoh has quit [Ping timeout: 244 seconds]
bencoh has joined #openocd
bencoh has quit [Ping timeout: 245 seconds]
bencoh has joined #openocd
slobodan has joined #openocd
<zapb_> Wasn't there a question on the ML regarding Artery chip support in OpenOCD? I cannot find it anymore..
<PaulFertser> zapb_: "#439 OpenOCD failed with code (-1073741819)" ?
<PaulFertser> Also, "[OpenOCD-user] Gotek with Artery AT32 programming"
<zapb_> PaulFertser, thanks! That one with -107 in the subject ;)
<zapb_> Easy to find with this subject! ;)
key2 has joined #openocd
<zapb_> borneoa___, Why do we have different SPDX style for *.h and *.c files?
<borneoa___> zapb_: inherited from Linux. The files .h can be included by the assembler files, where // is not a valid comment
<borneoa___> zapb_: the SPDX tag should be in a single line comment, but the .h cannot follow this
<zapb_> borneoa___, I see, makes sense. Thanks!
<zapb_> borneoa___, may I ask you to help me with this error: https://build.openocd.org/job/openocd-gerrit-build/19573/TARGET=distcheck/consoleFull ?
<zapb_> It compiles on all systems but distcheck fails. If I run distcheck on my machine then it already fails with #include errors of other files
<borneoa___> zapb_: in the makefile you need to add the new file .h in the list with all the other .h
<zapb_> borneoa___, AH!
<zapb_> Damn... :D
<zapb_> Well, still fails for other files an my system. For example jtag/drivers/angie.c
<borneoa___> zapb_: but what the reason for having that new .h? It is only referenced in the associated .c, so the content can be inlined inside the .c!
<zapb_> borneoa___, it's used later for the flash loader
<borneoa___> zapb_: I see one patch in Gerrit for Angie build, but no time to check it yet
<zapb_> borneoa___, not happy with how flash drivers work at the moment but changing it needs lot of rework
<borneoa___> zapb_: you mean there would be a following commit that uses it?
<zapb_> borneoa___, I already have a patch for a flash loader that uses the #include file, but it needs more testing and I wanted to push a version without loader
<zapb_> borneoa___, I think moving everything into the *.c file and then later back to *.h is waste of time
<borneoa___> zapb_: ok!
<PaulFertser> zapb_: that looks like some non-trivial driver covering the big set of devices, looks very nice! Was it really developed a year ago? You put Copyright (C) 2023 there.
<zapb_> PaulFertser, thanks. yes, I started it in 2023 and then slowly developed it further. One reason to develop it was: https://tches.iacr.org/index.php/TCHES/article/view/11422
<zapb_> PaulFertser, of course making the driver ready for contributing was not necessary for the research and costs most of the time ;)
<PaulFertser> zapb_: it's really great to see all that research you're participating in being public and visible.
<zapb_> PaulFertser, thanks
h_ro has quit [Ping timeout: 260 seconds]
h_ro has joined #openocd
nerozero has quit [Ping timeout: 276 seconds]
<PaulFertser> borneoa___: do you know if someone still cares about github CI? I'm looking at https://github.com/openocd-org/openocd/actions/runs/12444414369/job/34744662313 and probably "skipIfReleaseExists: false" needs to be changed so they're not marked as failure?
zjason has joined #openocd
Hawk777 has joined #openocd
<borneoa___> PaulFertser: it was started by Tarek, but I think he is currently on other projects. Maybe we should have a look at it...
slobodan has quit [Ping timeout: 246 seconds]
h_ro has quit [Ping timeout: 252 seconds]
h_ro has joined #openocd