Crate svl_tools

Crate svl_tools 

Source
Expand description

This crate contains traits for interfacing with Sparkfun Variable Loader (SVL) found on Sparkfun’s Artemis modules. This tool is derived from Sparkfun’s svl.py implementation, and extended with a few extra commands.

A binary companion crate is provided that is compatible with the original SVL, and is able to run faster, read memory, and use a GPIO to determine whether or not to skip the bootloader completely using an enhanced bootloader version.

Re-exports§

pub use svl::*;

Modules§

svl
SVL bootloader access routines.