#hal #stm32 #arm #cortex-m

nightly no-std stm32f0x0-hal

HAL for the STM32F0x0 family of microcontrollers

9 releases

Uses old Rust 2015

0.1.8 Jun 6, 2018
0.1.7 May 14, 2018
0.1.6 Apr 20, 2018

#785 in Embedded development

MIT/Apache

70KB
1.5K SLoC

stm32f0x0-hal

HAL for the STM32F0x0 family of microcontrollers

Documentation

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.


lib.rs:

HAL for the STM32F30x family of microcontrollers

This is an implementation of the embedded-hal traits for the STM32F30x family of microcontrollers.

Usage

To build applications (binary crates) using this crate follow the cortex-m-quickstart instructions and add this crate as a dependency in step number 5 and make sure you enable the "rt" Cargo feature of this crate.

Examples

Examples of using these abstractions can be found in the documentation of the f3 crate.

Dependencies

~4MB
~115K SLoC