<_whitenotifier-f>
[scopehal] azonenberg 00110e1 - LeCroyOscilloscope: fixed bug where timestamp from instrument was being incorrectly parsed, falling back to clientside timestamp
<_whitenotifier-f>
[scopehal] azonenberg 84bca34 - Initial API support for hardware averaging, implemented in LeCroy driver but not others yet. Fixes #746.
<_whitenotifier-f>
[scopehal] azonenberg 7a1abc9 - LeCroyOscilloscope: Use clientside timestamp if first enabled channel has averaging enabled. Fixes #813
<_whitenotifier-f>
[scopehal-apps] azonenberg 8b120d5 - Added support for configuring real/equivalent time sampling mode
juri_ has quit [Ping timeout: 276 seconds]
juri_ has joined #scopehal
juri_ has quit [Ping timeout: 264 seconds]
juri_ has joined #scopehal
juri_ has quit [Read error: Connection reset by peer]
juri_ has joined #scopehal
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 264 seconds]
juri_ has joined #scopehal
juri__ has quit [Ping timeout: 264 seconds]
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 264 seconds]
juri_ has joined #scopehal
juri__ has quit [Ping timeout: 252 seconds]
<azonenberg>
ok so i think that fixes the bug i was having, plus also fixing a few things that should have been serialized in session files but were not
<azonenberg>
there's probably more, i filed #814 as a reminder to do a systematic pass over every api in the scope class and make sure all config was saved
juri_ has quit [Ping timeout: 276 seconds]
juri_ has joined #scopehal
juri_ has quit [Ping timeout: 252 seconds]
juri_ has joined #scopehal
juri_ has quit [Ping timeout: 252 seconds]
juri__ has joined #scopehal
juri__ has quit [Ping timeout: 255 seconds]
juri_ has joined #scopehal
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 252 seconds]
juri__ has quit [Ping timeout: 255 seconds]
juri_ has joined #scopehal
juri_ has quit [Ping timeout: 268 seconds]
juri_ has joined #scopehal
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 264 seconds]
juri_ has joined #scopehal
juri__ has quit [Ping timeout: 264 seconds]
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 276 seconds]
juri_ has joined #scopehal
juri__ has quit [Ping timeout: 264 seconds]
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 255 seconds]
juri_ has joined #scopehal
juri__ has quit [Ping timeout: 264 seconds]
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 264 seconds]
juri__ has quit [Ping timeout: 252 seconds]
juri_ has joined #scopehal
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 276 seconds]
juri__ has quit [Read error: Connection reset by peer]
juri_ has joined #scopehal
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 252 seconds]
juri_ has joined #scopehal
juri__ has quit [Ping timeout: 264 seconds]
juri__ has joined #scopehal
juri_ has quit [Ping timeout: 264 seconds]
<d1b2>
<johnsel> azonenberg still awake?
<d1b2>
<johnsel> probably not right
<d1b2>
<johnsel> did you find time for CI/email still?
<d1b2>
<johnsel> also, regarding litescope, it is generally ran as an external terminal util which then outputs .vcd by default
<d1b2>
<johnsel> it can also output csv or sigrok format files
juri_ has joined #scopehal
<d1b2>
<johnsel> so in essence I think we already support those files, however we don't support connecting to the internal CPU and pulling data. This could be interesting, but it currently done using the python scripts which connect over some interface to the debug serial and then pulls data using CSR reads
juri__ has quit [Ping timeout: 264 seconds]
juri_ has quit [Ping timeout: 252 seconds]
juri_ has joined #scopehal
<d1b2>
<azonenberg> no thats probably not happening until i get back tonight
<d1b2>
<azonenberg> yeah thats what i mean, i want live interactive connection
<d1b2>
<johnsel> Yeah we'd need a custom litex debug interface client then
<d1b2>
<johnsel> I might be able to work on that depending on how much it overlaps with other needs