Skip to content

Commit f336a2a

Browse files
Merge #345
345: Update changelog for 0.13 r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
2 parents 19a010c + ae7ed99 commit f336a2a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,32 @@
22

33
## Unreleased
44

5+
### New Features
6+
7+
- USB support ([#295]).
8+
- Added `Pwm::{swap_output_pin, clear_output_pin}` to allow for more flexible PWM pin management ([#335]).
9+
- Added an API for the NVMC peripheral ([#337]).
10+
11+
### Enhancements
12+
13+
- `[breaking change]` Update `rand_core` and `cortex-m` dependencies ([#332]).
14+
- Make the deprecated SPI peripheral available on all nRF52 chips ([#344]).
15+
516
### Fixes
617

718
- Fix TWIS transfer `is_done()` always returns true ([#329]).
819
- Fix mistake in SPIS `Transfer` `is_done` to borrow `inner` ([#330]).
20+
- Fix I2S frequency mapping ([#333]).
21+
- `[breaking change]` Make `Pwm::set_output_pin` take the pin by-value to fix its soundness ([#335]).
922

23+
[#295]: https://github.com/nrf-rs/nrf-hal/pull/295
1024
[#329]: https://github.com/nrf-rs/nrf-hal/pull/329
1125
[#330]: https://github.com/nrf-rs/nrf-hal/pull/330
26+
[#332]: https://github.com/nrf-rs/nrf-hal/pull/332
27+
[#333]: https://github.com/nrf-rs/nrf-hal/pull/333
28+
[#335]: https://github.com/nrf-rs/nrf-hal/pull/335
29+
[#337]: https://github.com/nrf-rs/nrf-hal/pull/337
30+
[#344]: https://github.com/nrf-rs/nrf-hal/pull/344
1231

1332
## [0.12.2]
1433

0 commit comments

Comments
 (0)