File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments