mso5k_dumpfb

Crates.iomso5k_dumpfb
lib.rsmso5k_dumpfb
version0.1.0
sourcesrc
created_at2021-03-12 21:20:48.692181
updated_at2021-03-12 21:20:48.692181
descriptionReader for the different framebuffer layers on the Rigol MSO5000 series scopes.
homepagehttps://github.com/mensi/mso5k_dumpfb
repositoryhttps://github.com/mensi/mso5k_dumpfb
max_upload_size
id367935
size28,943
Manuel Stocker (mensi)

documentation

README

mso5k_dumpfb

A small utility to dump the different framebuffer layers on Rigol's MSO5000-series oscilloscopes.

You likely need a nightly toolchain. To run on the scope, it's easiest to build a statically linked binary with MUSL:

$ cargo +nightly build --target=armv7-unknown-linux-musleabihf --release
Commit count: 1

cargo fmt