Skip to content

Commit

Permalink
Merge pull request #11 from ARMmbed/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
Donatien Garnier authored Sep 21, 2018
2 parents 3be3892 + c66e513 commit 2ae5e69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions NFC_EEPROM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ Run the build:
mbed compile -t <ARM | GCC_ARM> -m <YOUR_TARGET>
```

# Known issues

* This example doesn't work with IAR 7.80.
4 changes: 0 additions & 4 deletions NFC_SmartPoster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 2ae5e69

Please sign in to comment.