From 7b97a1bd594621d22ed2679ae7e97e2b0cadb58b Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Fri, 21 Sep 2018 17:01:07 +0100 Subject: [PATCH 1/3] README: remove mention of serial as traces have been removed. --- NFC_SmartPoster/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NFC_SmartPoster/README.md b/NFC_SmartPoster/README.md index 561fc50..b9dcd95 100644 --- a/NFC_SmartPoster/README.md +++ b/NFC_SmartPoster/README.md @@ -14,10 +14,6 @@ The smart poster record generated contains: Verification of the sample application can be seen on any a smartphone with an NFC reader. After running you will be able to read the tag with an NFC tag reader application. -Information about activity is also printed over the serial connection - please have a client open. You may use: - -- [Tera Term](https://ttssh2.osdn.jp/index.html.en) - This example is known to work on boards connected to a PN512 shield. ## Building instructions From 3ca2b87f8687d1d4b2b4cb752a18a021e48b4545 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Fri, 21 Sep 2018 17:02:50 +0100 Subject: [PATCH 2/3] README: mention EEPROM example doesn't work with IAR. --- NFC_EEPROM/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NFC_EEPROM/README.md b/NFC_EEPROM/README.md index 49ffbcf..4b69c58 100644 --- a/NFC_EEPROM/README.md +++ b/NFC_EEPROM/README.md @@ -54,3 +54,6 @@ Run the build: mbed compile -t -m ``` +# Known issues + +* This example doesn't work with IAR 7.80. \ No newline at end of file From c66e513b64024e651e93d7d140820ca29ed1ceba Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Fri, 21 Sep 2018 17:10:07 +0100 Subject: [PATCH 3/3] README: Add main readme. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ae0253 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Mbed OS NFC examples + +This repository contains all Mbed OS NFC examples actively developped and maintained by the Mbed OS team. + + +# Known issues + +The repository is not meant to be imported directly inside the Mbed online compiler. To import one example inside the online compiler, go to https://os.mbed.com/teams/mbed-os-examples/ and import from here the NFC example of your choice.