NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
dliviu has joined #openocd
dliviu has quit [Client Quit]
dliviu has joined #openocd
tsal has quit [Ping timeout: 250 seconds]
tsal has joined #openocd
boru` has joined #openocd
boru has quit [Killed (NickServ (GHOST command used by boru`))]
boru` is now known as boru
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #openocd
Hawk777 has joined #openocd
jakesays is now known as JakeSays
nerozero has joined #openocd
crabbedhaloablut has quit [Remote host closed the connection]
sbach has quit [Read error: Connection reset by peer]
sbach has joined #openocd
crabbedhaloablut has joined #openocd
Hawk777 has quit [Quit: Leaving.]
Haohmaru has joined #openocd
rowanthorpe has joined #openocd
rowanthorpe1 has joined #openocd
rowanthorpe has quit [Ping timeout: 240 seconds]
<PaulFertser> borneoa_: fyi the bug with gertty crash was fixed upstream, current master branch works out of the box
<borneoa_> PaulFertser: very fast! Cool
rowanthorpe1 has quit [Remote host closed the connection]
rowanthorpe has joined #openocd
<PaulFertser> borneoa_: the reason is that by default PolyGerrit creates "patchset comments" now, it's basically like code comments to specific file but using a special reserved "/PATCHSET_LEVEL" filename. You can spot the difference in PolyGerrit too, they're marked "Patchset" and foldable.
<PaulFertser> I did some minimal investigation, contacted the devs via their IRC and they fixed it :)
tarekb has joined #openocd
<PaulFertser> tarekb: hey :) I'm testing reply via e-mail, it almost worked.
<Haohmaru> hm, v 0.11.0 says "CMSIS-DAP v2 (USB bulk based) adapter driver" <- would that automagically make things "faster" on an existing DAP-based debugger, or does it need a new firmware too?
<PaulFertser> Haohmaru: depends on whether your debugger supported non-HID mode or not.
<Haohmaru> no idea about that
<PaulFertser> Haohmaru: lsusb -vvv would tell
<Haohmaru> i'll check when i'm @home
<PaulFertser> Are you limited by the adapter, do you feel slowness?
<Haohmaru> i don't know how to "feel", iirc i did record a video of it and i must have shown it here
<PaulFertser> tarekb: sorry about the nitpicking but that let me see how CSS wasn't allowed for viewing from Jenkins and to test some other parts of the workflow.
<Haohmaru> you know my experience is equal to a very very small positive number, just a hair above zero
<Haohmaru> i can dig out the video too
<Haohmaru> but i don't remember if anyone really gave a comment on it
<Haohmaru> i don't know how much of the "slowness" comes from the IDE side (but i do have experience with using the normal gdb on normal computer programs, that's not slow certainly), how much comes from the gdb -> OS -> USB -> debugger link, and how much comes from the debugger's firmware
<Haohmaru> oh, did the website get pimped up or what
<PaulFertser> Haohmaru: pelican static instead of stupid php wordpress
<Haohmaru> kewl, i was eyeballing this pelican too for my own website, but i ended up going for Hugo coz my friend told me so
<Haohmaru> the docs look the same tho
<PaulFertser> Why would they be different?
<Haohmaru> i don't know
<PaulFertser> User doc is generated with texinfo, developer's guide with doxygen.
<Haohmaru> i have a user manual on my website too and that got repimped up now together with the rest of the site
<Haohmaru> (it's not online yet tho)
<Haohmaru> so texinfo.. it looks the same as the gcc docs
<Haohmaru> i rewrote my sh*t with asciidoc
rowanthorpe has quit [Quit: rowanthorpe]
indy has quit [Quit: ZNC 1.8.2 - https://znc.in]
indy has joined #openocd
Guest99 has joined #openocd
Guest99 has quit [Quit: Client closed]
tarekb has quit [Quit: Leaving.]
Haohmaru has quit []
<antto> that's the zl33prg debugger
<PaulFertser> antto: looks like hid only
<antto> :~(
nerozero has quit [Ping timeout: 252 seconds]
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #openocd
cp- has quit [Read error: Connection reset by peer]
<PaulFertser> borneoa_: probably we should enable submitWholeTopic https://gerrit-review.googlesource.com/Documentation/config-gerrit.html ?
<PaulFertser> Is that what you had in mind?
<borneoa_> PaulFertser: no. In a gerrit inside ST I can submit a whole series, even without setting the topic. It's named submit with parents or something similar. But in openocd we seldom have long series, and anyway every patch of the series has to be put +2, one by one. So not a real benefit.
<PaulFertser> borneoa_: guess you have different merge strategy there then.
<borneoa_> PaulFertser: possible. I should check
<PaulFertser> Gertty doesn't allow to add reviewers unfortunately
<PaulFertser> Not implemented because they do not use that
<PaulFertser> Coordinating on irc/matrix instead.
<borneoa_> PaulFertser: yep, the ST gerrit uses strategy "rebase always"
<PaulFertser> borneoa_: if you think that's appropriate I can switch.
<PaulFertser> borneoa_: and in general I'd be happy to make your life easier, just need to know how :)
<karlp> only reason git defaults to merge is because linux people have all these public branches
<karlp> ~100% of everyone else is better off with rebase always
<borneoa_> PaulFertser: no reason to change. I'm ok with the current setup
<borneoa_> karlp: today we have strategy cherry pick.
<borneoa_> karlp: so far it's working fine. I don't think "merge" to be suitable for ooenocd, we only have one branch.
<karlp> works the same, just makes it explicitly one by one
<karlp> yeah, skip merge policyt :)
<borneoa_> karlp: so with cherry pick we are free to merge in a different order, or skip one patch in the series. Sounds more flexible. Clearly it opens the door to make a big mess, but should be fine.
<karlp> :+1:
captain_morgan has quit [Ping timeout: 258 seconds]
captain_morgan has joined #openocd