Skip to content

Commit

Permalink
Merge branch 'release/v9.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 28, 2022
2 parents 9021995 + ae63197 commit f8a48b9
Show file tree
Hide file tree
Showing 19 changed files with 209 additions and 308 deletions.
27 changes: 27 additions & 0 deletions examples/mbed-legacy-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-freescalekinetis/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

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

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e frdm_kl25z

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

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

This file was deleted.

21 changes: 21 additions & 0 deletions examples/mbed-legacy-examples/mbed-rtos-tls-client/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-freescalekinetis/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-freescalekinetis/examples/mbed-legacy-examples/mbed-rtos-tls-client

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Clean build files
$ pio run --target clean
```
32 changes: 0 additions & 32 deletions examples/mbed-legacy-examples/mbed-rtos-tls-client/README.rst

This file was deleted.

27 changes: 27 additions & 0 deletions examples/mbed-rtos-blink-baremetal/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-freescalekinetis/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-freescalekinetis/examples/mbed-rtos-blink-baremetal

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e frdm_k64f

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

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

This file was deleted.

21 changes: 21 additions & 0 deletions examples/mbed-rtos-ethernet-tls/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-freescalekinetis/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-freescalekinetis/examples/mbed-rtos-ethernet-tls

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Clean build files
$ pio run --target clean
```
32 changes: 0 additions & 32 deletions examples/mbed-rtos-ethernet-tls/README.rst

This file was deleted.

21 changes: 21 additions & 0 deletions examples/mbed-rtos-kvstore/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-freescalekinetis/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-freescalekinetis/examples/mbed-rtos-kvstore

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

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

This file was deleted.

21 changes: 21 additions & 0 deletions examples/mbed-rtos-psa/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-freescalekinetis/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-freescalekinetis/examples/mbed-rtos-psa

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

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

This file was deleted.

21 changes: 21 additions & 0 deletions examples/mbed-rtos-usb-msd/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-freescalekinetis/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-freescalekinetis/examples/mbed-rtos-usb-msd

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

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

0 comments on commit f8a48b9

Please sign in to comment.