drone-cortex-m-svd

Crates.iodrone-cortex-m-svd
lib.rsdrone-cortex-m-svd
version0.7.0
sourcesrc
created_at2018-01-08 07:59:30.739047
updated_at2018-01-08 07:59:30.739047
descriptionDrone for ARM Cortex-M bindings generator.
homepage
repositoryhttps://github.com/drone-os/drone-cortex-m
max_upload_size
id45917
size23,645
Valentine Valyaeff (valff)

documentation

README

drone-cortex-m

Documentation

Drone implementation for ARM Cortex-M microcontrollers.

Installation

Instructions will be given for Debian-based Linux systems.

Install the following packages:

$ 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:

$ 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.

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 181

cargo fmt