<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.
<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?