Skip to content

Commit

Permalink
Convert README to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Nov 22, 2021
1 parent 53e417b commit 6f9f4e4
Show file tree
Hide file tree
Showing 14 changed files with 159 additions and 236 deletions.
27 changes: 27 additions & 0 deletions examples/arduino-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-teensy/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

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

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e teensy31

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

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

This file was deleted.

21 changes: 21 additions & 0 deletions examples/arduino-hid-usb-mouse/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-teensy/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-teensy/examples/arduino-hid-usb-mouse

# 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-hid-usb-mouse/README.rst

This file was deleted.

27 changes: 27 additions & 0 deletions examples/arduino-internal-libs/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-teensy/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

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

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e teensy31

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

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

This file was deleted.

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

```shell
# Change directory to example
$ cd platform-teensy/examples/mbed-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/mbed-blink/README.rst

This file was deleted.

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

```shell
# Change directory to example
$ cd platform-teensy/examples/mbed-dsp

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

This file was deleted.

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

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

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

This file was deleted.

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

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

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

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

0 comments on commit 6f9f4e4

Please sign in to comment.