switchbrew / libnx

Library for Switch Homebrew
https://switchbrew.github.io/libnx/
ISC License
1.26k stars 167 forks source link

service: nfc: Implement all interfaces and function calls #615

Closed german77 closed 1 year ago

german77 commented 1 year ago

I need to perform a hardware test, so I require all functions of this service to be available across all interfaces. This is my first time committing a major change, so please let me know if anything is incorrect or if there are any issues.

This pull request fully implements nfc, nfp:system, nfp:debug, and nfc:mf:u. Additionally, it fixes some minor bugs in the previous implementations.