Pinned Repositories
docker-monorepo-rs
A Docker Image for Rust + Common Tools
elfdiff
Simple ELF difftool
emoji-fzf
🦀 An emoji fuzzy finder written in Rust
fastlz-rs
FastLZ compression bindings for Rust
hostap-rs
Host 802.11 access point creation utility
libsbc-rs
Linux libsbc bindings
nix-config
My Nix/NixOS configuration
serial-line-ip-rs
RFC 1055 Serial Line Internet Protocol (SLIP) framer for Rust
workshop-rs
A workshop series about the Rust Programming Language based on the official book.
stm32f7xx-hal
A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
mvertescher's Repositories
mvertescher/emoji-fzf
🦀 An emoji fuzzy finder written in Rust
mvertescher/serial-line-ip-rs
RFC 1055 Serial Line Internet Protocol (SLIP) framer for Rust
mvertescher/hostap-rs
Host 802.11 access point creation utility
mvertescher/libsbc-rs
Linux libsbc bindings
mvertescher/docker-monorepo-rs
A Docker Image for Rust + Common Tools
mvertescher/fitbit-web-api-rs
Pure Rust Fitbit Web API client
mvertescher/mynewt-btshell
Standalone repository for building and flashing `btshell`
mvertescher/serial-terminal-rs
A very simple interactive serial terminal
mvertescher/dotfiles
At long last... mv's dotfiles :)
mvertescher/iot-ci-poc
PoC repository for an embedded Linux CI runner; Mostly unfinished prototypes... 😬
mvertescher/nix-config
My Nix/NixOS configuration
mvertescher/artifactory-web-api-rs
WIP
mvertescher/awesome-embedded-rust
Curated list of resources for Embedded and Low-level development in the Rust programming language
mvertescher/balena-a2dp-sink
A simple Bluetooth A2DP Sink app for Balena
mvertescher/cargo-call-stack
Whole program static stack analysis
mvertescher/cross
“Zero setup” cross compilation and “cross testing” of Rust crates
mvertescher/ekermit
mvertescher/jenkins-api.rs
Rust client for Jenkins API
mvertescher/libc
Raw bindings to platform APIs for Rust
mvertescher/lis2dw12
mvertescher/lvgl-rs
LittlevGL bindings for Rust. A powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
mvertescher/nl80211
Communicate with nl80211
mvertescher/probe-rs
A debugging toolset and library for debugging ARM cores on a separate host
mvertescher/psoc6-pac
Peripheral Access Crate for the PSoC 6 microcontroller family
mvertescher/reqwest-basic-auth-example
Simple example to show how to do HTTP basic auth with Reqwests
mvertescher/rust
Empowering everyone to build reliable and efficient software.
mvertescher/stm32f7xx-hal
A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
mvertescher/svd2rust
Generate Rust register maps (`struct`s) from SVD files
mvertescher/usb-device
Experimental device-side USB framework for microcontrollers in Rust.
mvertescher/usbd-serial
Work-in progress minimal CDC-ACM (USB serial port) class for usb-device