Skip to content
Snippets Groups Projects
Commit 1a2b392c authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

v0.1.0

parent 4485460c
No related branches found
No related tags found
No related merge requests found
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## v0.1.0 - 2018-01-17
Initial release
[Unreleased]: https://github.com/japaric/stm32f30x-hal/compare/v0.1.0...HEAD
[package] [package]
authors = ["Jorge Aparicio <jorge@japaric.io>"] authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["embedded", "hardware-support", "no-std"] categories = ["embedded", "hardware-support", "no-std"]
description = "HAL for STM32F30x microcontrollers" description = "HAL for the STM32F30x family of microcontrollers"
keywords = ["arm", "cortex-m", "stm32", "hal"] keywords = ["arm", "cortex-m", "stm32", "hal"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
name = "stm32f30x-hal" name = "stm32f30x-hal"
......
# `stm32f30x-hal` # `stm32f30x-hal`
> Implementation of the [`embedded-hal`] traits for STM32F30x microcontrollers > HAL for the STM32F30x family of microcontrollers
[`embedded-hal`]: https://crates.io/crates/embedded-hal [`embedded-hal`]: https://crates.io/crates/embedded-hal
......
//! HAL for STM32F30x microcontrollers //! HAL for the STM32F30x family of microcontrollers
//! //!
//! This is an implementation of the [`embedded-hal`] traits for the STM32F30x family of //! This is an implementation of the [`embedded-hal`] traits for the STM32F30x family of
//! microcontrollers. //! microcontrollers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment