Documentation
For guide-level documentation there is The Drone Book.
API documentation
Drone is split into multiple crates:
drone-core 0.10 0.11 0.12 0.13 0.14 (latest)
The foundational crate. It contains functionality shared by all platforms.
drone-cortexm 0.10 0.11 0.12 0.13 0.14 (latest)
ARM® Cortex®-M platform crate.
drone-riscv 0.14 (latest)
RISC-V platform crate.
drone-stm32-map 0.10 0.11 0.12 0.13 0.14 (latest)
STM32 peripheral mappings auto-generated from vendor-provided SVD files.
drone-nrf-map 0.11 0.12 0.13 0.14 (latest)
Nordic Semi nRFx peripheral mappings auto-generated from vendor-provided SVD files.
CLI utility
To get help for Drone’s command-line utility or for its subcommands, simply run the following command in the terminal:
$ drone help