Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sipeed/platform-gd32v
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsk committed Sep 13, 2019
2 parents 2b0281a + 393466e commit 64a64ba
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 16 deletions.
6 changes: 3 additions & 3 deletions examples/arduino-blink/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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-espressif32/archive/develop.zip>`_
2. Download `development platform with examples <https://github.com/platformio/platform-gd32v/archive/develop.zip>`_
3. Extract ZIP archive
4. Run these commands:

Expand All @@ -29,10 +29,10 @@ How to build PlatformIO based project
> platformio run --target upload
# Build specific environment
> platformio run -e sipeed-maix-go
> platformio run -e sipeed-longan-nano
# Upload firmware for the specific environment
> platformio run -e sipeed-maix-go --target upload
> platformio run -e sipeed-longan-nano --target upload
# Clean build files
> platformio run --target clean
6 changes: 3 additions & 3 deletions examples/eval-blink/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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-espressif32/archive/develop.zip>`_
2. Download `development platform with examples <https://github.com/platformio/platform-gd32v/archive/develop.zip>`_
3. Extract ZIP archive
4. Run these commands:

Expand All @@ -29,10 +29,10 @@ How to build PlatformIO based project
> platformio run --target upload
# Build specific environment
> platformio run -e sipeed-maix-go
> platformio run -e gd32vf103v-eval
# Upload firmware for the specific environment
> platformio run -e sipeed-maix-go --target upload
> platformio run -e gd32vf103v-eval --target upload
# Clean build files
> platformio run --target clean
6 changes: 3 additions & 3 deletions examples/longan-nano-blink/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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-espressif32/archive/develop.zip>`_
2. Download `development platform with examples <https://github.com/platformio/platform-gd32v/archive/develop.zip>`_
3. Extract ZIP archive
4. Run these commands:

Expand All @@ -29,10 +29,10 @@ How to build PlatformIO based project
> platformio run --target upload
# Build specific environment
> platformio run -e sipeed-maix-go
> platformio run -e sipeed-longan-nano
# Upload firmware for the specific environment
> platformio run -e sipeed-maix-go --target upload
> platformio run -e sipeed-longan-nano --target upload
# Clean build files
> platformio run --target clean
19 changes: 12 additions & 7 deletions platform.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "gd32v",
"title": "Platform for GD32V Series MCU",
"description": "GD32V is a Risc-V 32-bit MCU. This platform is ported by Sipeed.",
"url": "https://www.sipeed.com",
"homepage": "http://",
"title": "GigaDevice GD32V",
"version": "1.0.0",
"keywords": "risc-v, gd32v, sipeed, longan, arduino",
"description": "The GigaDevice GD32V device is a 32-bit general-purpose microcontroller based on the RISC-V core with an impressive balance of processing power, reduced power consumption and peripheral set.",
"url": "https://www.gigadevice.com/products/microcontrollers/gd32/risc-v/",
"homepage": "http://platformio.org/platforms/gd32v",
"license": "Apache-2.0",
"engines": {
"platformio": "<5"
Expand All @@ -12,9 +14,12 @@
"type": "git",
"url": "https://github.com/sipeed/platform-gd32v.git"
},
"version": "0.0.1",
"authors": [{
"name": "Sipeed",
"email": "[email protected]",
"url": "https://www.sipeed.com"
}],
"packageRepositories": [
"http://dl.sipeed.com/LONGAN/platformio/dl-packages/manifest.json",
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
],
Expand Down Expand Up @@ -55,4 +60,4 @@
}
}

}
}

0 comments on commit 64a64ba

Please sign in to comment.