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 248d1f9 + 2ecafbf commit 27fd345
Show file tree
Hide file tree
Showing 28 changed files with 362 additions and 494 deletions.
27 changes: 27 additions & 0 deletions examples/freedom-e-sdk_freertos-blinky-system-view/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-sifive/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-sifive/examples/freedom-e-sdk_freertos-blinky-system-view

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e sifive-hifive1

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

# Clean build files
$ pio run --target clean
```
38 changes: 0 additions & 38 deletions examples/freedom-e-sdk_freertos-blinky-system-view/README.rst

This file was deleted.

27 changes: 27 additions & 0 deletions examples/freedom-e-sdk_freertos-blinky/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-sifive/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-sifive/examples/freedom-e-sdk_freertos-blinky

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e sifive-hifive1

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

# Clean build files
$ pio run --target clean
```
38 changes: 0 additions & 38 deletions examples/freedom-e-sdk_freertos-blinky/README.rst

This file was deleted.

27 changes: 27 additions & 0 deletions examples/freedom-e-sdk_freertos-pmp-blinky/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-sifive/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-sifive/examples/freedom-e-sdk_freertos-pmp-blinky

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e sifive-hifive1

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

# Clean build files
$ pio run --target clean
```
38 changes: 0 additions & 38 deletions examples/freedom-e-sdk_freertos-pmp-blinky/README.rst

This file was deleted.

27 changes: 27 additions & 0 deletions examples/freedom-e-sdk_hello/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-sifive/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-sifive/examples/freedom-e-sdk_hello

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e sifive-hifive1

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

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

This file was deleted.

27 changes: 27 additions & 0 deletions examples/freedom-e-sdk_multicore-hello/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-sifive/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-sifive/examples/freedom-e-sdk_multicore-hello

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e sifive-hifive1

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

# Clean build files
$ pio run --target clean
```
38 changes: 0 additions & 38 deletions examples/freedom-e-sdk_multicore-hello/README.rst

This file was deleted.

27 changes: 27 additions & 0 deletions examples/freedom-e-sdk_sifive-welcome/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-sifive/archive/develop.zip)
3. Extract ZIP archive
4. Run these commands:

```shell
# Change directory to example
$ cd platform-sifive/examples/freedom-e-sdk_sifive-welcome

# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Build specific environment
$ pio run -e sifive-hifive1

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

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

0 comments on commit 27fd345

Please sign in to comment.