Skip to content

Commit

Permalink
Merge branch 'release/v5.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 28, 2022
2 parents 89ed17e + 971d14c commit 15c40d0
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 122 deletions.
21 changes: 21 additions & 0 deletions examples/mbed-rtos-blink-baremetal/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-nxpimxrt/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

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

# 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-blink-baremetal/README.rst

This file was deleted.

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

```shell
# Change directory to example
$ cd platform-nxpimxrt/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-cellular/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-nxpimxrt/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-nxpimxrt/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.

Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,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-nxpimxrt/archive/develop.zip>`_
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-nxpimxrt/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

.. code-block:: bash
```shell
# Change directory to example
$ cd platform-nxpimxrt/examples/zephyr-blink

# Change directory to example
> cd platform-nxpimxrt/examples/zephyr-blink
# Build project
$ pio run

# Build project
> platformio run
# Upload firmware
$ pio run --target upload

# Upload firmware
> platformio run --target upload
# Clean build files
> platformio run --target clean
# Clean build files
$ pio run --target clean
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,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-nxpimxrt/archive/develop.zip>`_
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
2. Download [development platform with examples](https://github.com/platformio/platform-nxpimxrt/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

.. code-block:: bash
```shell
# Change directory to example
$ cd platform-nxpimxrt/examples/zephyr-synchronization

# Change directory to example
> cd platform-nxpimxrt/examples/zephyr-synchronization
# Build project
$ pio run

# Build project
> platformio run
# Upload firmware
$ pio run --target upload

# Upload firmware
> platformio run --target upload
# Clean build files
> platformio run --target clean
# Clean build files
$ pio run --target clean
```
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-nxpimxrt.git"
},
"version": "5.0.0",
"version": "5.1.0",
"frameworks": {
"mbed": {
"package": "framework-mbed",
Expand Down Expand Up @@ -48,7 +48,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.20700.0"
"version": "~2.20701.0"
},
"tool-openocd": {
"type": "debugger",
Expand Down

0 comments on commit 15c40d0

Please sign in to comment.