File tree Expand file tree Collapse file tree 1 file changed +37
-4
lines changed Expand file tree Collapse file tree 1 file changed +37
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ ### New Features
6
+
7
+ - Derive more traits for ` gpio::{Level, Port} ` ([ #185 ] ).
8
+ - COMP module ([ #189 ] ).
9
+ - QDEC module ([ #188 ] ).
10
+ - LPCOMP module ([ #195 ] ).
11
+ - TWIS module ([ #196 ] ).
12
+ - PWM module ([ #200 ] ).
13
+ - I2S module ([ #201 ] ).
14
+
15
+ ### Fixes
16
+
17
+ - Refuse to build nRF52+ HALs for thumbv6m targets ([ #203 ] ).
18
+ - Refuse to build ` nrf52810-hal ` for hard-float targets, and ` nrf51-hal ` for thumbv7+ targets
19
+ ([ #206 ] ).
20
+
21
+ ### Breaking Changes
22
+
23
+ - Remove ` Spi::read ` ([ #190 ] ).
24
+
25
+ [ #185 ] : https://github.com/nrf-rs/nrf-hal/pull/185
26
+ [ #188 ] : https://github.com/nrf-rs/nrf-hal/pull/188
27
+ [ #189 ] : https://github.com/nrf-rs/nrf-hal/pull/189
28
+ [ #195 ] : https://github.com/nrf-rs/nrf-hal/pull/195
29
+ [ #196 ] : https://github.com/nrf-rs/nrf-hal/pull/196
30
+ [ #200 ] : https://github.com/nrf-rs/nrf-hal/pull/200
31
+ [ #201 ] : https://github.com/nrf-rs/nrf-hal/pull/201
32
+ [ #203 ] : https://github.com/nrf-rs/nrf-hal/pull/203
33
+ [ #190 ] : https://github.com/nrf-rs/nrf-hal/pull/190
34
+ [ #206 ] : https://github.com/nrf-rs/nrf-hal/pull/206
35
+
3
36
## [ 0.11.1]
4
37
5
38
### New Features
6
39
7
- - Add support for the Watchdog Timer peripheral ([ #175 ] )
8
- - Support VDD source for the ADC ([ #181 ] )
40
+ - Add support for the Watchdog Timer peripheral ([ #175 ] ).
41
+ - Support VDD source for the ADC ([ #181 ] ).
9
42
10
43
### Fixes
11
44
12
- - Renamed RTFM examples to RTIC examples ([ #183 ] )
13
- - Updated comment style ([ #180 ] )
45
+ - Renamed RTFM examples to RTIC examples ([ #183 ] ).
46
+ - Updated comment style ([ #180 ] ).
14
47
15
48
### Breaking Changes
16
49
You can’t perform that action at this time.
0 commit comments