Crate drone[][src]

CLI utility for Drone, an Embedded Operating System.

Documentation

Refer to the Drone Book for documentation.

Usage

The program requires Nightly channel of Rust. Make sure you have it installed:

$ rustup toolchain install nightly

Install the latest version from crates.io:

$ cargo +nightly install drone

Check the built-in help:

$ drone help

Modules

cli

Command Line Interface.

cmd

CLI commands.

color

ANSI colors.

crates

Supported Drone crates.

devices

Supported devices.

heap

Heap layout management.

log

Debug log interface.

probe

Debug probe interface.

templates

Templates registry.

utils

Utility functions.