File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
+ ### Added
11
+
12
+ - Reworked GPIOs and added fully erased pins
13
+ - Timer support
14
+ - Support for STM32F070
15
+ - Additional peripheral support for STM32F030
16
+ - Watchdog support
17
+
18
+ ### Changed
19
+
20
+ - Removed superfluous use statements
21
+ - Re-added Send ability for U(S)ART Rx/Tx
22
+
23
+ ### Fixed
24
+
25
+ - Fixed some comments
26
+ - Changed some prelude aliases to reflect crate name
27
+
28
+ ### Removed
29
+
30
+ - Examples requiring additional driver crates
31
+
32
+ ## [ v0.9.0] - 2018-12-17
33
+
34
+ ### Added
35
+
36
+ - Toggleable implementation for GPIOs
37
+ - Initial support for STM32F030
38
+ - LICENSE file
39
+
40
+ ### Changed
41
+
42
+ - Updated stm32f0 dependency to v0.5.0.
43
+ - Interrupt handler to new #[ interrupt] attribute
44
+
45
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.9.0...HEAD
46
+ [ v0.9.0 ] : https://github.com/stm32-rs/stm32f0xx-hal/compare/v0.8.0...v0.9.0
You can’t perform that action at this time.
0 commit comments