Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
Revision 6:ac5a8f5c2d96, committed 2016-04-07
- Comitter:
- vcoubard
- Date:
- Thu Apr 07 17:37:21 2016 +0100
- Parent:
- 5:ce89fa3dfbaf
- Child:
- 7:758c0c27bc56
- Commit message:
- Synchronized with git rev 61f8370f
Author: LIYOU ZHOU
Minor styling changes to readme
Changed in this revision
| README.md | Show annotated file Show diff for this revision Revisions of this file |
--- a/README.md Thu Apr 07 17:37:20 2016 +0100
+++ b/README.md Thu Apr 07 17:37:21 2016 +0100
@@ -1,7 +1,5 @@
# nrf51-sdk
-Module to contain files provided by the nordic nRF51 SDK
-
-The latest version of this module uses files from Nordic SDK 8.1.0. The files are extracted from: https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/nRF51_SDK_8.1.0_b6ed55f.zip
+Module to contain files provided by the nordic nRF51 SDK. The latest version of this module uses files from Nordic SDK 8.1.0. The files are extracted from [here]. (https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/nRF51_SDK_8.1.0_b6ed55f.zip)
## Changes made to Nordic files
The files are kept the same as much as possible to the Nordic SDK. These minor modifications are made in order to integrate with mbed:
@@ -39,7 +37,7 @@
Folder structure or even file name can change between releases of the nordic sdk, hence a degree of manual adjustment is needed when porting.
-### Using Noridc Headers
+## Using Noridc Headers
The nordic sdk is written in C and yotta modules support C++. If you are trying to include Nordic files in a cpp program, you need to use the `extern "C"` keyword around the includes.
```c
extern "C" {
