libopencm3_sys

Crates.iolibopencm3_sys
lib.rslibopencm3_sys
version0.0.3
sourcesrc
created_at2018-07-17 17:51:04.242265
updated_at2018-07-17 19:51:55.096115
descriptionRust bindings to the libopencm3 library for Cortex-M microcontrollers. Currently STM32F1 only -- forks and contributions accepted to alleviate this.
homepagehttps://gitlab.com/reivilibre/libopencm3_sys
repositoryhttps://gitlab.com/reivilibre/libopencm3_sys
max_upload_size
id74761
size4,977,647
(reivilibre)

documentation

README

libopencm3_sys

This is a project containing Rust bindings for the libopencm3 library, which is a firmware library for ARM Cortex-M3 microcontrollers and some other Cortex-M micros.

libopencm3 is available at https://github.com/libopencm3/libopencm3.

Status

These bindings currently only provide functions belonging to STM32F1-family microcontrollers.

The build script and wrapper.h would need to be changed to accommodate other microcontrollers -- a fork could easily do this until I figure out how to do it within the one repository.

libopencm3

libopencm3 itself is reportedly in flux.

Usage

I don't yet have any usage example for this as I have not yet figured it out myself.

Licence

This repository is under the LGPL-3 licence, as per libopencm3.

This repository contains some code adapted from the Rust std library -- where noted, that code is under the same licence as the original Rust std library.

Contributions

Contributions are welcomed.

Commit count: 6

cargo fmt