azonenberg changed the topic of #scopehal to: libscopehal, libscopeprotocols, and glscopeclient development and testing | https://github.com/glscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 240 seconds]
Degi_ is now known as Degi
<_whitenotifier-e> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±6] https://github.com/glscopeclient/scopehal/compare/4968520b55a3...8a44e12a95b4
<_whitenotifier-e> [scopehal] azonenberg 8a44e12 - Initial work on secondary value support for multimeters. So far only works for AC frequency on R&S HMC801x series. Fixes #309.
<_whitenotifier-e> [scopehal] azonenberg edited issue #309: Add secondary value support to multimeters - https://github.com/glscopeclient/scopehal/issues/309
<_whitenotifier-e> [scopehal] azonenberg closed issue #309: Add secondary value support to multimeters - https://github.com/glscopeclient/scopehal/issues/309
<_whitenotifier-e> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/glscopeclient/scopehal/compare/8a44e12a95b4...e47f13412d69
<_whitenotifier-e> [scopehal] azonenberg e47f134 - Fixed no secondary measurement
_whitelogger has joined #scopehal
lethalbit has joined #scopehal
GenTooMan has joined #scopehal
florolf has joined #scopehal
electronic_eel has quit [*.net *.split]
electronic_eel has joined #scopehal
<_whitenotifier-e> [scopehal] azonenberg pushed 1 commit to master [+2/-0/±4] https://github.com/glscopeclient/scopehal/compare/e47f13412d69...dc0f304e53bb
<_whitenotifier-e> [scopehal] azonenberg dc0f304 - Initial implementation of MultimeterTrendFilter
<_whitenotifier-e> [scopehal-apps] azonenberg labeled issue #426: Save multimeter config in scopesession files - https://github.com/glscopeclient/scopehal-apps/issues/426
<_whitenotifier-e> [scopehal-apps] azonenberg opened issue #426: Save multimeter config in scopesession files - https://github.com/glscopeclient/scopehal-apps/issues/426
<_whitenotifier-e> [scopehal-apps] azonenberg labeled issue #427: Add recent multimeter list - https://github.com/glscopeclient/scopehal-apps/issues/427
<_whitenotifier-e> [scopehal-apps] azonenberg opened issue #427: Add recent multimeter list - https://github.com/glscopeclient/scopehal-apps/issues/427
<_whitenotifier-e> [scopehal-apps] azonenberg pushed 5 commits to master [+2/-0/±15] https://github.com/glscopeclient/scopehal-apps/compare/9770856e83a9...3c40e44548de
<_whitenotifier-e> [scopehal-apps] azonenberg 1e4b5da - InstrumentConnectionDialog: removed special casing for deprecated "siggen" driver that was removed ages ago
<_whitenotifier-e> [scopehal-apps] azonenberg 64658fd - MultimeterDialog: initial work on secondary value support
<_whitenotifier-e> [scopehal-apps] azonenberg a8b3952 - Continued work on standalone multimeter support (see #233)
<_whitenotifier-e> [scopehal-apps] ... and 2 more commits.
<_whitenotifier-e> [scopehal-apps] azonenberg edited issue #235: Add refresh interval adjustment to multimeter dialog - https://github.com/glscopeclient/scopehal-apps/issues/235
<_whitenotifier-e> [scopehal-apps] azonenberg closed issue #235: Add refresh interval adjustment to multimeter dialog - https://github.com/glscopeclient/scopehal-apps/issues/235
<_whitenotifier-e> [scopehal-apps] azonenberg closed issue #233: Standalone multimeter support - https://github.com/glscopeclient/scopehal-apps/issues/233
<_whitenotifier-e> [scopehal] azonenberg labeled issue #608: Refactor multimeter trend filter so it can work with arbitrary scalars - https://github.com/glscopeclient/scopehal/issues/608
<_whitenotifier-e> [scopehal] azonenberg opened issue #608: Refactor multimeter trend filter so it can work with arbitrary scalars - https://github.com/glscopeclient/scopehal/issues/608
<_whitenotifier-e> [scopehal] azonenberg labeled issue #608: Refactor multimeter trend filter so it can work with arbitrary scalars - https://github.com/glscopeclient/scopehal/issues/608
<_whitenotifier-e> [scopehal] azonenberg commented on issue #608: Refactor multimeter trend filter so it can work with arbitrary scalars - https://github.com/glscopeclient/scopehal/issues/608#issuecomment-1134327168
<_whitenotifier-e> [scopehal] azonenberg deleted a comment on issue #608: Refactor multimeter trend filter so it can work with arbitrary scalars - https://github.com/glscopeclient/scopehal/issues/608#issuecomment-1134327168
<_whitenotifier-e> [scopehal] azonenberg edited issue #608: Refactor multimeter trend filter so it can work with arbitrary scalars - https://github.com/glscopeclient/scopehal/issues/608
bvernoux has joined #scopehal
<azonenberg> So I'm thinking of getting an amazon graviton instance set up for testing libscopehal compilation on ARM a bit faster than compiling on a pi
<azonenberg> as well as setting up an ARM CI builder and (eventually) unit tests
<azonenberg> The near term goal is to avoid any explicit x86-isms in the code and make sure that all of the AVX etc stuff is properly #ifdef'd
<azonenberg> (with the intention of eventually supporting apple M1 as a target platform)
Stephie has quit [Quit: Fuck this shit, I'm out!]
<Degi> Hmh, would a ROCKPro64 help?
bgamari_ has joined #scopehal
bgamari has quit [Ping timeout: 260 seconds]
<d1b2> <Darius> an RPi4 is probably the cheapest/easiest way to get an aarch64 box
<d1b2> <Darius> depends on shipping WRT a ROCKPro
Stephie has joined #scopehal
<azonenberg> i have a rockpro64 but am using it for other stuff at the moment
<azonenberg> i would also prefer something hosted externally to keep it outside my security perimeter, since it will be running code from PRs and other potentially sketchy sources
<d1b2> <dale6998> hi...has anyone seen this? glscopeclient: error while loading shared libraries: libyaml-cpp.so.0.6: cannot open shared object file: No such file or directory
<d1b2> <dale6998> i link i have libyaml-cpp-so.0.7
<d1b2> <dale6998> oh, nevermind...a messy double-install was to blame
<_whitenotifier-e> [scopehal] azonenberg pushed 1 commit to master [+0/-0/±4] https://github.com/glscopeclient/scopehal/compare/dc0f304e53bb...3d3a31f673cc
<_whitenotifier-e> [scopehal] azonenberg 3d3a31f - Reverted FFTFilter and SpectrogramFilter to fix regression
bvernoux has quit [Read error: Connection reset by peer]
<_whitenotifier-e> [scopehal-apps] azonenberg pushed 1 commit to master [+0/-0/±1] https://github.com/glscopeclient/scopehal-apps/compare/3c40e44548de...fde47b09ac06
<_whitenotifier-e> [scopehal-apps] azonenberg fde47b0 - Updated submodules
<_whitenotifier-e> [scopehal] azonenberg opened issue #609: PCIe: support multiple lanes for gen 1/2 - https://github.com/glscopeclient/scopehal/issues/609
<_whitenotifier-e> [scopehal] azonenberg labeled issue #609: PCIe: support multiple lanes for gen 1/2 - https://github.com/glscopeclient/scopehal/issues/609
<_whitenotifier-e> [scopehal] azonenberg labeled issue #610: PCIe: support for gen 3 line coding - https://github.com/glscopeclient/scopehal/issues/610
<_whitenotifier-e> [scopehal] azonenberg opened issue #610: PCIe: support for gen 3 line coding - https://github.com/glscopeclient/scopehal/issues/610
<_whitenotifier-e> [scopehal] azonenberg edited issue #610: PCIe: support for gen 3-5 line coding - https://github.com/glscopeclient/scopehal/issues/610
<_whitenotifier-e> [scopehal] azonenberg opened issue #611: PCIe: support for gen6 (PAM4) line coding - https://github.com/glscopeclient/scopehal/issues/611
<_whitenotifier-e> [scopehal] azonenberg labeled issue #611: PCIe: support for gen6 (PAM4) line coding - https://github.com/glscopeclient/scopehal/issues/611
<_whitenotifier-e> [scopehal] azonenberg edited issue #610: PCIe: support for gen 3-5 (128b/130b NRZ) line coding - https://github.com/glscopeclient/scopehal/issues/610