NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
Hawk777 has quit [Quit: Leaving.]
boru` has joined #openocd
boru has quit [Killed (NickServ (GHOST command used by boru`))]
boru` is now known as boru
tsal has quit [Ping timeout: 258 seconds]
tsal has joined #openocd
Hawk777 has joined #openocd
joconor has quit [Quit: ZNC 1.8.2 - https://znc.in]
joconor has joined #openocd
nerozero has joined #openocd
cmcmanis has joined #openocd
sbach has quit [Read error: Connection reset by peer]
sbach has joined #openocd
<PaulFertser> Folks, please check http://openocd.org and say if there's anything particularly bad about it currently.
<olerem> PaulFertser: no, ssl. No other obvious issues
<olerem> PaulFertser: no ipv6 :D
<PaulFertser> olerem: we can get TLS supported but lack of IPv6 is something SF.net is not going to fix.
<PaulFertser> olerem: my point is that I'm testing a new fully static blog instead of the compromised wordpress instance.
<olerem> PaulFertser: did you tried to use flamingo instead of pelican?
<PaulFertser> olerem: no, I have no clue
<olerem> PaulFertser: https://flamingo-web.org/
<PaulFertser> olerem: guess it's quite niche, not even mentioned on https://wiki.python.org/moin/StaticSiteGenerator
<PaulFertser> olerem: and I think it's better to stick to something mainstream. Especially given that for the current purpose I didn't even use a single plugin.
<olerem> ok, just told you :)
cmcmanis has quit [Remote host closed the connection]
Hawk777 has quit [Quit: Leaving.]
<PaulFertser> olerem: do you have CSS expertise? Can you help me with one thing?
cmcmanis has joined #openocd
<PaulFertser> On the front page the post "OpenOCD - Beyond Simple Software Debugging - ELC Summit Europe 2018" has an iframe for the video. If you set display:none for it (to make the post really short) the horizontal line moves up and strikesout the published/author/category block.
<olerem> PaulFertser: sorry, i can't help with CSS
<PaulFertser> Probably someone else can...
<PaulFertser> Is there a general impression is that the website as it currently is does the job?
Haohmaru has joined #openocd
<olerem> hm... how can i get sorce code from this page?
<olerem> i mean oocd source
<olerem> it looks more like page for users, not for developers
<PaulFertser> olerem: there's a link Repository in the upper menu.
<olerem> i do not see it
<PaulFertser> olerem: is it still grey on white?
<PaulFertser> Getting OpenOCD, IRC, Mailing lists, Repository, Supported JTAG interfaces
<PaulFertser> Should be visible
<olerem> PaulFertser: see image in pm
<PaulFertser> Guess SF.net is still caching old main.css on some of their servers.
<PaulFertser> http://openocd.org/theme/css/main.css should have "height: 120px;" for #banner nav.
<PaulFertser> And it does when I download it with wget or w3m.
Steffanx has quit [Read error: Connection reset by peer]
Steffanx has joined #openocd
tarekb has joined #openocd
<PaulFertser> OK, I see, if requested with Accept-Encoding gzip (gzip first) then SF.net returns the cached (for 24 hours) version.
<PaulFertser> Expires "Wed, 04 Aug 2021 17:53:19 GMT" whatever that means
akaWolf has quit [Ping timeout: 258 seconds]
akaWolf has joined #openocd
tarekb has quit [Read error: Connection reset by peer]
emeb has joined #openocd
Haohmaru has quit []
tomtastic has quit [Ping timeout: 272 seconds]
tomtastic has joined #openocd
cmcmanis has quit [Ping timeout: 250 seconds]
nerozero has quit [Ping timeout: 250 seconds]
Guest96 has joined #openocd
Guest96 has quit [Quit: Client closed]
thinkfat has joined #openocd
tomtastic has quit [Quit: ZNC - https://znc.in]
tomtastic has joined #openocd
kittennbfive has joined #openocd
<kittennbfive> Hello! Just wanted to drop a quick note about a small but annoying typo in the documentation: In the doc for "Git master branch" http://openocd.org/doc/html/Debug-Adapter-Configuration.html#Adapter-Configuration they are some underscores missing at the ftdi-commands, like "ftdi serial" instead of "ftdi_serial". In the "Latest release" doc it seems ok.
rapha has joined #openocd
<rapha> hi all
<rapha> can openocd be installed on an SBC (odroid c1+) with a UART port in order to function as an SWD programmer for an STM32F103?
<rapha> (or any of the pins on the GPIO header, for that matter)
thinkfat has quit [Quit: Konversation terminated!]
thinkfat has joined #openocd
<PaulFertser> rapha: UART can be used to talk to F103's bootloader with stm32flash, without OpenOCD. Or you can use any GPIO pins to bitbang SWD (with OpenOCD).
<PaulFertser> kittennbfive: hi. Thank you for the report.
<PaulFertser> kittennbfive: what makes you think it's a typo? See 1d4b252bb16ef please.
<rapha> hi PaulFertser! nice to see you, hope you've been well?
<rapha> (and thanks for the answer!)
<PaulFertser> rapha: so far so good, nice to meet you again :)
urja has quit [Read error: Connection reset by peer]
urja has joined #openocd
thinkfat has quit [Quit: Konversation terminated!]
thinkfat has joined #openocd
<kittennbfive> PaulFertser: I am sorry, what is this magic number? I assume it's a commit? SF does not work on my PC so i can't find it. I think there is a typo (a missing "_") because Openocd complained about a syntax error or something without the "_" but with the "_" it just works fine. However i am on Debian 10 so my Openocd might be quite old and this was changed?
<PaulFertser> kittennbfive: you do not need SF for anything though. Indeed it's a git commit hash.
<PaulFertser> kittennbfive: why are you reading documentation on the Web when you have OpenOCD installed already? You should be reading the documentation that's installed along with the binary you got to avoid confusion like that.
<kittennbfive> Uh ok, i found it. I apologize, you are right, i should have read the doc installed on my machine. Sorry.
<PaulFertser> kittennbfive: no problem :) Hope OpenOCD does the job for you.
<kittennbfive> Yes, OpenOCD is great! I use it to load code to a Lattice FPGA, code compiled(?) with Yosys, not sure you are aware of this?
<PaulFertser> kittennbfive: yes, the proper free software toolchain for PLDs. Are you generating SVF out of it?
<kittennbfive> yes, exactly
kittennbfive has left #openocd [Leaving]
diddly has quit [Ping timeout: 258 seconds]
diddly has joined #openocd
diddly has quit [Ping timeout: 272 seconds]
diddly has joined #openocd
emeb has quit [Quit: Leaving.]