Skip to content

Commit

Permalink
Merge branch 'release/v8.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 28, 2022
2 parents 6c225c5 + eb2696e commit 1d6556e
Show file tree
Hide file tree
Showing 21 changed files with 254 additions and 364 deletions.
21 changes: 21 additions & 0 deletions examples/arduino-ble-led/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
How to build PlatformIO based project
=====================================

1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf51/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-nordicnrf51/examples/arduino-ble-led

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Clean build files
$ pio run --target clean
```
32 changes: 0 additions & 32 deletions examples/arduino-ble-led/README.rst

This file was deleted.

21 changes: 21 additions & 0 deletions examples/arduino-blink/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
How to build PlatformIO based project
=====================================

1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf51/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-nordicnrf51/examples/arduino-blink

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Clean build files
$ pio run --target clean
```
32 changes: 0 additions & 32 deletions examples/arduino-blink/README.rst

This file was deleted.

21 changes: 21 additions & 0 deletions examples/arduino-internal-libs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
How to build PlatformIO based project
=====================================

1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf51/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-nordicnrf51/examples/arduino-internal-libs

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Clean build files
$ pio run --target clean
```
32 changes: 0 additions & 32 deletions examples/arduino-internal-libs/README.rst

This file was deleted.

27 changes: 27 additions & 0 deletions examples/mbed-ble-thermometer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
How to build PlatformIO based project
=====================================

1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf51/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-nordicnrf51/examples/mbed-ble-thermometer

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e nrf51_dk

# Upload firmware for the specific environment
$ pio run -e nrf51_dk --target upload

# Clean build files
$ pio run --target clean
```
38 changes: 0 additions & 38 deletions examples/mbed-ble-thermometer/README.rst

This file was deleted.

27 changes: 27 additions & 0 deletions examples/mbed-blink/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
How to build PlatformIO based project
=====================================

1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf51/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-nordicnrf51/examples/mbed-blink

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e nrf51_mkit

# Upload firmware for the specific environment
$ pio run -e nrf51_mkit --target upload

# Clean build files
$ pio run --target clean
```
38 changes: 0 additions & 38 deletions examples/mbed-blink/README.rst

This file was deleted.

27 changes: 27 additions & 0 deletions examples/mbed-events/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
How to build PlatformIO based project
=====================================

1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf51/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-nordicnrf51/examples/mbed-events

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e nrf51_mkit

# Upload firmware for the specific environment
$ pio run -e nrf51_mkit --target upload

# Clean build files
$ pio run --target clean
```
38 changes: 0 additions & 38 deletions examples/mbed-events/README.rst

This file was deleted.

27 changes: 27 additions & 0 deletions examples/mbed-serial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
How to build PlatformIO based project
=====================================

1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-nordicnrf51/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-nordicnrf51/examples/mbed-serial

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e nrf51_mkit

# Upload firmware for the specific environment
$ pio run -e nrf51_mkit --target upload

# Clean build files
$ pio run --target clean
```
Loading

0 comments on commit 1d6556e

Please sign in to comment.