nrf-rs / nrf-hal

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

NFC HAL Support #429

Open kC0pter opened 7 months ago

kC0pter commented 7 months ago

Are there any plans to add NFC functionalities into the HALs. I'm trying to built an application in Rust and need NFC functionality, but the HAL doesn't really support it yet.

diondokter commented 7 months ago

I don't think there are any plans for anything. This HAL isn't really maintained anymore unless someone steps up. Better luck with using embassy-nrf, though I just checked and it also hasn't got NFC support.

Dirbaio commented 7 months ago

there's a WIP PR https://github.com/embassy-rs/embassy/pull/2113