#no-std #stm32l4 #embedded-hal #stm32l4xx

nightly no-std stm32l4-hal

Hardware abstraction layer for the stm32l4xx chips

1 unstable release

0.3.0 Nov 24, 2018

#4 in #stm32l4

MIT/Apache

105KB
2.5K SLoC

stm32l4xx-hal

HAL for the STM32L4xx family of microcontrollers

  • Note: this HAL is a work in progress, contributions are appreciated :)

Documentation

Changelog

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:

STM32L4 HAL implementation

NOTE: This HAL implementation is under active development (as is the underlying embedded_hal itself, together with its traits, some of which are unproven). We follow the HAL implementation in https://github.com/therealprof/stm32f4xx-hal and pull in individual devices behind features - the goal is for this implementation to become ubiquitous for the STM32L4 family of devices (well-tested, feature-complete, well-documented). However! At this time, actual testing has only been performed for the STM32L432KC microcontroller. Participation is of course very welcome!

Dependencies

~55MB
~1.5M SLoC