Drone is a Real-Time Operating System framework written in Rust.
Warning: It is at the early experimental stage.
Instructions will be given for Debian-based Linux systems.
Install the following packages:
sh
$ sudo apt-get install build-essential cmake libusb-1.0-0 libusb-1.0-0-dev \
pandoc gcc-arm-none-eabi gdb-arm-none-eabi qemu-system-arm qemu-user
Copy udev rules for ST-Link programmer to the /etc/udev/rules.d/
,
and run the following commands:
sh
$ sudo udevadm control --reload-rules
$ sudo udevadm trigger
OpenOCD is required. It is recommended to install it from the source, because repository package is outdated and doesn't contain configuration for newer chips and boards.
Install Rust if it is not installed (nightly channel is required), and install the cargo subcommand for Drone and Xargo:
sh
$ rustup component add rust-src
$ cargo intall xargo
$ cargo intall cargo-drone
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.