Skip to content

Commit 57c3093

Browse files
Merge pull request #211 from jonas-schievink/changelog
Add changelog entries for 0.12.0
2 parents 142279c + 5d8cc9c commit 57c3093

File tree

1 file changed

+37
-4
lines changed

1 file changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,49 @@
11
# Changelog
22

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+
336
## [0.11.1]
437

538
### New Features
639

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]).
942

1043
### Fixes
1144

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]).
1447

1548
### Breaking Changes
1649

0 commit comments

Comments
 (0)