@@ -47,7 +47,7 @@ Legend: `crate-name` - link to CHANGELOG - link to stabilization PR - ~removed u
47
47
- [ ` cortex-m-rt ` ] [ c1 ] - [ CHANGELOG] [ ch1 ] - [ PR] [ p1 ] - ~ asm!~ ~ core_intrinsics~ ~ global_asm!~
48
48
~ lang_items~ ~ linkage~ ~ naked_functions~ ~ used~
49
49
50
- [ c1 ] : https://crates.io/crates/cortex-m-rt/0.4 .0
50
+ [ c1 ] : https://crates.io/crates/cortex-m-rt/0.5 .0
51
51
[ ch1 ] : https://github.com/japaric/cortex-m-rt/blob/master/CHANGELOG.md#v050---2018-05-12
52
52
[ p1 ] : https://github.com/japaric/cortex-m-rt/pull/69
53
53
@@ -66,14 +66,14 @@ Legend: `crate-name` - link to CHANGELOG - link to stabilization PR - ~removed u
66
66
- [ ` embedded-hal ` ] [ c4 ] - [ CHANGELOG] [ ch4 ] - [ PR] [ p4 ] - ~ never_type~
67
67
68
68
[ c4 ] : https://crates.io/crates/embedded-hal/0.2.0
69
- [ ch4 ] : https://github.com/japaric/embedded-hal/blob/master/CHANGELOG.md#v020---2018-05-11
69
+ [ ch4 ] : https://github.com/japaric/embedded-hal/blob/master/CHANGELOG.md#v020---2018-05-12
70
70
[ p4 ] : https://github.com/japaric/embedded-hal/pull/80
71
71
72
72
- [ ` f3 ` ] [ c5 ] - [ CHANGELOG] [ ch5 ] - [ PR] [ p5 ]
73
73
74
74
[ c5 ] : https://crates.io/crates/f3/0.6.0
75
75
[ ch5 ] : https://github.com/japaric/f3/blob/master/CHANGELOG.md#v060---2018-05-12
76
- [ p5 ] : https://github.com/japaric/f3/pull/XXX
76
+ [ p5 ] : https://github.com/japaric/f3/pull/93
77
77
78
78
- [ ` l3gd20 ` ] [ c6 ] - [ CHANGELOG] [ ch6 ] - [ PR] [ p6 ] - ~ Unsized~
79
79
@@ -97,20 +97,20 @@ Legend: `crate-name` - link to CHANGELOG - link to stabilization PR - ~removed u
97
97
- [ ` stm32f30x-hal ` ] [ c9 ] - [ CHANGELOG] [ ch9 ] - [ PR] [ p9 ] - ~ never_type~
98
98
99
99
[ c9 ] : https://crates.io/crates/stm32f30x-hal/0.2.0
100
- [ ch9 ] : https://github.com/japaric/stm32f30x-hal/blob/master/CHANGELOG.md#XXX
101
- [ p9 ] : https://github.com/japaric/stm32f30x-hal/pull/XXX
100
+ [ ch9 ] : https://github.com/japaric/stm32f30x-hal/blob/master/CHANGELOG.md#v020---2018-05-12
101
+ [ p9 ] : https://github.com/japaric/stm32f30x-hal/pull/25
102
102
103
103
- [ ` stm32f30x ` ] [ c10 ] - [ CHANGELOG] [ ch10 ] - [ PR] [ p10 ] - ~ const_fn~ ~ global_asm!~ ~ try_from~
104
104
~ use_extern_macros~ ~ used~
105
105
106
106
[ c10 ] : https://crates.io/crates/stm32f30x/0.7.0
107
- [ ch10 ] : https://github.com/japaric/stm32f30x/blob/master/CHANGELOG.md#XXX
108
- [ p10 ] : https://github.com/japaric/stm32f30x/pull/XXX
107
+ [ ch10 ] : https://github.com/japaric/stm32f30x/blob/master/CHANGELOG.md#v070---2018-05-12
108
+ [ p10 ] : https://github.com/japaric/stm32f30x/pull/16
109
109
110
110
- [ ` svd2rust ` ] [ c11 ] - [ CHANGELOG] [ ch11 ] - [ PR] [ p11 ]
111
111
112
112
[ c11 ] : https://crates.io/crates/svd2rust/0.13.0
113
- [ ch11 ] : https://github.com/japaric/svd2rust/blob/master/CHANGELOG.md#XXX
113
+ [ ch11 ] : https://github.com/japaric/svd2rust/blob/master/CHANGELOG.md#v0130---2018-05-12
114
114
[ p11 ] : https://github.com/japaric/svd2rust/pull/203
115
115
116
116
There's a lot of breaking changes there but the most visible one is ` cortex-m-rt ` because it changes
0 commit comments