Skip to content

Commit 2f22ce5

Browse files
committed
Convert README to markdown
1 parent 6db508d commit 2f22ce5

File tree

24 files changed

+288
-420
lines changed

24 files changed

+288
-420
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
How to build PlatformIO based project
2+
=====================================
3+
4+
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
5+
2. Download [development platform with examples](https://github.com/platformio/platform-nxplpc/archive/develop.zip)
6+
3. Extract ZIP archive
7+
4. Run these commands:
8+
9+
```shell
10+
# Change directory to example
11+
$ cd platform-nxplpc/examples/mbed-legacy-examples/mbed-blink
12+
13+
# Build project
14+
$ pio run
15+
16+
# Upload firmware
17+
$ pio run --target upload
18+
19+
# Build specific environment
20+
$ pio run -e lpc1549
21+
22+
# Upload firmware for the specific environment
23+
$ pio run -e lpc1549 --target upload
24+
25+
# Clean build files
26+
$ pio run --target clean
27+
```

examples/mbed-legacy-examples/mbed-blink/README.rst

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
How to build PlatformIO based project
2+
=====================================
3+
4+
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
5+
2. Download [development platform with examples](https://github.com/platformio/platform-nxplpc/archive/develop.zip)
6+
3. Extract ZIP archive
7+
4. Run these commands:
8+
9+
```shell
10+
# Change directory to example
11+
$ cd platform-nxplpc/examples/mbed-legacy-examples/mbed-dsp
12+
13+
# Build project
14+
$ pio run
15+
16+
# Upload firmware
17+
$ pio run --target upload
18+
19+
# Build specific environment
20+
$ pio run -e lpc4088
21+
22+
# Upload firmware for the specific environment
23+
$ pio run -e lpc4088 --target upload
24+
25+
# Clean build files
26+
$ pio run --target clean
27+
```

examples/mbed-legacy-examples/mbed-dsp/README.rst

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
How to build PlatformIO based project
2+
=====================================
3+
4+
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
5+
2. Download [development platform with examples](https://github.com/platformio/platform-nxplpc/archive/develop.zip)
6+
3. Extract ZIP archive
7+
4. Run these commands:
8+
9+
```shell
10+
# Change directory to example
11+
$ cd platform-nxplpc/examples/mbed-legacy-examples/mbed-events
12+
13+
# Build project
14+
$ pio run
15+
16+
# Upload firmware
17+
$ pio run --target upload
18+
19+
# Build specific environment
20+
$ pio run -e lpc11u35
21+
22+
# Upload firmware for the specific environment
23+
$ pio run -e lpc11u35 --target upload
24+
25+
# Clean build files
26+
$ pio run --target clean
27+
```

examples/mbed-legacy-examples/mbed-events/README.rst

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
How to build PlatformIO based project
2+
=====================================
3+
4+
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
5+
2. Download [development platform with examples](https://github.com/platformio/platform-nxplpc/archive/develop.zip)
6+
3. Extract ZIP archive
7+
4. Run these commands:
8+
9+
```shell
10+
# Change directory to example
11+
$ cd platform-nxplpc/examples/mbed-legacy-examples/mbed-rtos-ethernet
12+
13+
# Build project
14+
$ pio run
15+
16+
# Upload firmware
17+
$ pio run --target upload
18+
19+
# Clean build files
20+
$ pio run --target clean
21+
```

examples/mbed-legacy-examples/mbed-rtos-ethernet/README.rst

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
How to build PlatformIO based project
2+
====================================
3+
4+
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
5+
2. Download [development platform with examples](https://github.com/platformio/platform-nxplpc/archive/develop.zip)
6+
3. Extract ZIP archive
7+
4. Run these commands:
8+
9+
```shell
10+
# Change directory to example
11+
$ cd platform-nxplpc/examples/mbed-legacy-examples/mbed-rtos
12+
13+
# Build project
14+
$ pio run
15+
16+
# Upload firmware
17+
$ pio run --target upload
18+
19+
# Build specific environment
20+
$ pio run -e lpc1768
21+
22+
# Upload firmware for the specific environment
23+
$ pio run -e lpc1768 --target upload
24+
25+
# Clean build files
26+
$ pio run --target clean
27+
```

examples/mbed-legacy-examples/mbed-rtos/README.rst

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)