File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.7.0]
11
+
10
12
### Breaking changes
11
13
12
14
- MonoTimer now takes ownership of the DCB register
@@ -231,7 +233,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
231
233
232
234
- First tagged version
233
235
234
- [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.1...HEAD
236
+ [ Unreleased ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.7.0...HEAD
237
+ [ v0.7.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.1...v0.7.0
235
238
[ v0.6.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.6.0...v0.6.1
236
239
[ v0.6.0 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.3...v0.6.0
237
240
[ v0.5.3 ] : https://github.com/stm32-rs/stm32f1xx-hal/compare/v0.5.2...v0.5.3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repository = "https://github.com/stm32-rs/stm32f1xx-hal"
9
9
documentation = " https://docs.rs/stm32f1xx-hal"
10
10
readme = " README.md"
11
11
edition = " 2018"
12
- version = " 0.6.1 "
12
+ version = " 0.7.0 "
13
13
14
14
[package .metadata .docs .rs ]
15
15
features = [" stm32f103" , " rt" , " stm32-usbd" ]
Original file line number Diff line number Diff line change 80
80
//! panic-halt = "0.2.0"
81
81
//! ```
82
82
//!
83
- //! [examples]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.1 /examples
84
- //! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.6.1
83
+ //! [examples]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.7.0 /examples
84
+ //! [README]: https://github.com/stm32-rs/stm32f1xx-hal/tree/v0.7.0
85
85
86
86
#![ no_std]
87
87
#![ deny( broken_intra_doc_links) ]
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ const LSE_HERTZ: u32 = 32_768;
24
24
25
25
1: Unless configured to another frequency using [select_frequency](struct.Rtc.html#method.select_frequency)
26
26
27
- [examples/rtc.rs]: https://github.com/stm32-rs/stm32f1xx-hal/blob/v0.6.1 /examples/rtc.rs
28
- [examples/blinky_rtc.rs]: https://github.com/stm32-rs/stm32f1xx-hal/blob/v0.6.1 /examples/blinky_rtc.rs
27
+ [examples/rtc.rs]: https://github.com/stm32-rs/stm32f1xx-hal/blob/v0.7.0 /examples/rtc.rs
28
+ [examples/blinky_rtc.rs]: https://github.com/stm32-rs/stm32f1xx-hal/blob/v0.7.0 /examples/blinky_rtc.rs
29
29
*/
30
30
31
31
pub struct Rtc {
You can’t perform that action at this time.
0 commit comments