summaryrefslogtreecommitdiffstats
path: root/nfc/pn544_fw.c
Commit message (Collapse)AuthorAgeFilesLines
* remove proprietary firmware files for Wi-Fi and NFCWolfgang Wiedmeyer2017-05-131-5551/+0
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* nfc: Build firmware lib ourselves.Kyle Repinski2016-01-021-0/+5551
The prebuilt libpn544_fw.so has text relocations. Because the NFC app ends up targeting the latest SDK API level, linker doesn't allow any libs referenced by it to have text relocations, including the dlopen call to libpn544_fw.so; All this lib does is contain a couple char arrays with the fw and fw version. Change-Id: Iaac980193d92cfedb87f3cd80841f724f06d4876