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 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 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.