nrf-rs / nrf-hal

A Rust HAL for the nRF family of devices
Apache License 2.0
503 stars 139 forks source link

Update PAC version #350

Closed David-OConnor closed 2 years ago

David-OConnor commented 3 years ago

To 0.10.0. Minor breaking changes for timer, gpiote, and perhaps others. Ie, Reg<u32, _> pattern is gone.

mehmetalianil commented 2 years ago

This would make nrf-hal coexist with embassy-rs tools, which use nrf-pac 0.10.x A project that uses both fails to get linked.