#hal #embedded-hal #stm32-hal #stm32 #arm #cortex-m

yanked stm32f429-hal

HAL for the STM32F429 family of microcontrollers, forked from the one for STM32F30x

Uses old Rust 2015

0.1.1 Nov 13, 2018
0.1.0 Aug 20, 2018
0.0.2 May 15, 2018
0.0.1 May 8, 2018
0.0.0 Apr 7, 2018

#16 in #stm32-hal


Used in nucleo-f429zi

MIT/Apache

120KB
2.5K SLoC

stm32f30x-hal

HAL for the STM32F30x 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 STM32f429 family of microcontrollers

This is an implementation of the embedded-hal traits for the STM32f429 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

~12MB
~472K SLoC