We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bce47 commit ae81499Copy full SHA for ae81499
CHANGELOG.md
@@ -0,0 +1,22 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
+and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [Unreleased]
9
10
+## [v0.1.0] - 2016-10-04
11
12
+### Added
13
14
+- High level API over LEDs
15
+- A `delay::ms` function
16
+- "Smart" exceptions
17
+- `iprint!` macros
18
+- Default `panic_fmt` implementation
19
+- Default system initialization
20
+- Low level access to some peripherals: DBGMCU, GPIO, RCC and TIM
21
22
+[Unreleased]: https://github.com/japaric/rustc-cfg/compare/v0.1.0...HEAD
0 commit comments