This is a driver needed by NFCEEPROOM constructor for the ST ST25DV NFC chip.

Dependents:   mbed-os-example-nfc-EEPROM

Revision:
0:dd89565c6276
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_lib.json	Tue Jan 28 15:54:19 2020 +0000
@@ -0,0 +1,15 @@
+{
+    "name": "MBED_NFC_ST25DV",
+    "config": {
+        "X_NUCLEO_NFC04A1": {
+            "macro_name": "MBED_CONF_X_NUCLEO_NFC04A1",
+            "value": true,
+            "help": "Device is using an X-NUCLEO-NFC04A1 shield attached through an arduino header"
+        },
+        "nfceeprom": {
+            "macro_name": "MBED_CONF_NFCEEPROM",
+            "value": false,
+            "help": "Device supports NFC EEPROM"
+        }
+    }
+}