stabilizer 0.10.0

Firmware for the Sinara Stabilizer board (STM32H743, Ethernet, PoE, 2 ADCs, 2 DACs)
Documentation
1
2
3
4
5
fn main() {
    built::write_built_file()
        .expect("Failed to acquire build-time information");
    println!("cargo:rerun-if-changed=memory.x");
}