From f7599ae0ff03dfa685dbb873b674e5be862b4522 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 12 Sep 2019 13:49:37 +0300 Subject: [PATCH 1/5] Fix home page --- platform.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.json b/platform.json index 6d043e4..c39df2e 100644 --- a/platform.json +++ b/platform.json @@ -3,7 +3,7 @@ "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://", + "homepage": "https://github.com/sipeed/platform-gd32v", "license": "Apache-2.0", "engines": { "platformio": "<5" @@ -55,4 +55,4 @@ } } -} \ No newline at end of file +} From 9b7ddfed3dcfcd1b85009c80f2238c2464a8f453 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 12 Sep 2019 13:59:29 +0300 Subject: [PATCH 2/5] Fix examples --- examples/arduino-blink/README.rst | 6 +++--- examples/eval-blink/README.rst | 6 +++--- examples/longan-nano-blink/README.rst | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/arduino-blink/README.rst b/examples/arduino-blink/README.rst index 3aef1bf..8af246f 100644 --- a/examples/arduino-blink/README.rst +++ b/examples/arduino-blink/README.rst @@ -13,7 +13,7 @@ How to build PlatformIO based project ===================================== 1. `Install PlatformIO Core `_ -2. Download `development platform with examples `_ +2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: @@ -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 diff --git a/examples/eval-blink/README.rst b/examples/eval-blink/README.rst index 3aef1bf..fff7966 100644 --- a/examples/eval-blink/README.rst +++ b/examples/eval-blink/README.rst @@ -13,7 +13,7 @@ How to build PlatformIO based project ===================================== 1. `Install PlatformIO Core `_ -2. Download `development platform with examples `_ +2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: @@ -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 diff --git a/examples/longan-nano-blink/README.rst b/examples/longan-nano-blink/README.rst index 3aef1bf..8af246f 100644 --- a/examples/longan-nano-blink/README.rst +++ b/examples/longan-nano-blink/README.rst @@ -13,7 +13,7 @@ How to build PlatformIO based project ===================================== 1. `Install PlatformIO Core `_ -2. Download `development platform with examples `_ +2. Download `development platform with examples `_ 3. Extract ZIP archive 4. Run these commands: @@ -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 From 3df9b608c02742443b36b8082e3b228a0522e89d Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 12 Sep 2019 16:57:22 +0300 Subject: [PATCH 3/5] Deploy packages to PlatformIO CDN --- platform.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/platform.json b/platform.json index c39df2e..b72d24b 100644 --- a/platform.json +++ b/platform.json @@ -1,9 +1,10 @@ { "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": "https://github.com/sipeed/platform-gd32v", + "title": "GigaDevice GD32V", + "version": "0.0.1", + "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" @@ -12,9 +13,12 @@ "type": "git", "url": "https://github.com/sipeed/platform-gd32v.git" }, - "version": "0.0.1", + "authors": [{ + "name": "Sipeed", + "email": "support@sipeed.com", + "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" ], From 610188df3b5f1d5e415aa482c16e681eb667159e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 12 Sep 2019 17:22:22 +0300 Subject: [PATCH 4/5] Add keywords --- platform.json | 1 + 1 file changed, 1 insertion(+) diff --git a/platform.json b/platform.json index b72d24b..a5fd687 100644 --- a/platform.json +++ b/platform.json @@ -2,6 +2,7 @@ "name": "gd32v", "title": "GigaDevice GD32V", "version": "0.0.1", + "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", From 393466e5eb0ed8c8bf7c296b822136cefbc8c57e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 12 Sep 2019 20:43:49 +0300 Subject: [PATCH 5/5] Bump version to 1.0.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index a5fd687..6525bef 100644 --- a/platform.json +++ b/platform.json @@ -1,7 +1,7 @@ { "name": "gd32v", "title": "GigaDevice GD32V", - "version": "0.0.1", + "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/",