borneoa___ has quit [Quit: Connection closed for inactivity]
<karlp>
(if no-one else says split it, just leave it as is, it was only your offer of collecting perf figures with the new macros that made me even mention it)
crabbedhaloablut has joined #openocd
borneoa___ has joined #openocd
van has quit [Quit: WeeChat 3.8]
nerozero has joined #openocd
shibboleth has joined #openocd
gzlb has joined #openocd
borneoa___ has quit [Quit: Connection closed for inactivity]
shibboleth has quit [Quit: shibboleth]
borneoa___ has joined #openocd
<zapb_>
If someone is interested in microcontroller hacking, I have a short talk at the CCCamp. The talk is unfortunately not held by myself :( https://pretalx.c3voc.de/camp2023/talk/AS9MQY/
<PaulFertser>
Looking forward to the paper! Your work is always amazing!
jancoow has quit [Quit: Ping timeout (120 seconds)]
<zapb_>
Yes, my capabilities to work are very constrained these days unfortunately - the reason why I don't give the talk myself. Maybe I will make a post with the video after the talk
<zapb_>
Also I'm not good at marketing ;)
key2 has joined #openocd
gzlb has quit [Quit: WeeChat 4.0.1]
borneoa___ has quit [Quit: Connection closed for inactivity]
dliviu has quit [Ping timeout: 256 seconds]
dliviu has joined #openocd
Guest19 has joined #openocd
Guest19 has quit [Quit: Client closed]
borneoa___ has joined #openocd
nathanhi has quit [Ping timeout: 250 seconds]
nathanhi has joined #openocd
nerozero has quit [Ping timeout: 245 seconds]
borneoa___ has quit [Quit: Connection closed for inactivity]
erhankur has quit [Ping timeout: 245 seconds]
borneoa___ has joined #openocd
crabbedhaloablut has quit []
<phr3ak>
Why is only one command output visible in this case? mdb 0; mdb 0
<borneoa___>
phr3ak: Because of TCL way of working
<borneoa___>
phr3ak: in this case the results of the line is the out of last command. OpenOCD prints it out
<borneoa___>
phr3ak: if you want both printed, use the command: echo [cmd1];echo [cmd2]