From b30718a52bcc4110ebd2a48e82576d09aa01f399 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 22 Jun 2020 14:07:10 +0300 Subject: [PATCH 1/6] Move vendor URL to "homepage" field --- platform.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform.json b/platform.json index 9f4072e..bc27a96 100644 --- a/platform.json +++ b/platform.json @@ -2,8 +2,7 @@ "name": "asrmicro650x", "title": "ASR Microelectronics ASR605x", "description": "ASR Microelectronics ASR605x series is highly intergrated and ultra low power SOC based on the PSoC 4000 series MCU (ARM Cortex M0+ Core) and Semtech SX1262 transceiver.", - "url": "http://www.asrmicro.com", - "homepage": "https://platformio.org/platforms/asrmicro650x", + "homepage": "http://www.asrmicro.com", "license": "Apache-2.0", "engines": { "platformio": "<5" From e5c2515e2d5d5b78b8f304b690815c136bbe937e Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 11 Aug 2020 11:25:37 +0300 Subject: [PATCH 2/6] Add keywords field to platform manifest --- platform.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/platform.json b/platform.json index bc27a96..7366b1a 100644 --- a/platform.json +++ b/platform.json @@ -1,8 +1,19 @@ { "name": "asrmicro650x", "title": "ASR Microelectronics ASR605x", - "description": "ASR Microelectronics ASR605x series is highly intergrated and ultra low power SOC based on the PSoC 4000 series MCU (ARM Cortex M0+ Core) and Semtech SX1262 transceiver.", + "description": "ASR Microelectronics ASR605x series is highly intergrated and ultra low power SoC based on the PSoC 4000 series MCU (ARM Cortex M0+ Core) and Semtech SX1262 transceiver.", "homepage": "http://www.asrmicro.com", + "keywords": [ + "dev-platform", + "ASR Microelectronics", + "ARM", + "PSoC", + "Semtech", + "SX1262", + "Heltec", + "CubeCell", + "LoRa" + ], "license": "Apache-2.0", "engines": { "platformio": "<5" From f31cc4c9ebf9286ca5f16e71ebf4e11a2e16ac09 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Fri, 14 Aug 2020 13:06:58 +0300 Subject: [PATCH 3/6] Add missing Arduino define // Resolve #2 --- builder/frameworks/arduino.py | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/frameworks/arduino.py b/builder/frameworks/arduino.py index 61f006c..4a4d42e 100644 --- a/builder/frameworks/arduino.py +++ b/builder/frameworks/arduino.py @@ -37,6 +37,7 @@ env.Append( CPPDEFINES=[ + ("ARDUINO", 10813), "__ASR6501__", ("CONFIG_MANUFACTURER", '\\"ASR\\"'), ("CONFIG_DEVICE_MODEL", '\\"6501\\"'), From ee778b6dd76da5ca385078e67374cb07b47fa7de Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 25 Aug 2020 17:18:34 +0300 Subject: [PATCH 4/6] Use "platformio" owner for package dependencies --- platform.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform.json b/platform.json index 7366b1a..3a3f698 100644 --- a/platform.json +++ b/platform.json @@ -36,19 +36,23 @@ "packages": { "toolchain-gccarmnoneeabi": { "type": "toolchain", + "owner": "platformio", "version": "~1.90201.0" }, "framework-arduinoasrmicro650x": { "type": "framework", + "owner": "platformio", "version": "~1.0.0", "optional": true }, "tool-cubecellelftool": { + "owner": "platformio", "version": "~0.0.1" }, "tool-cubecellflash": { "type": "uploader", "optional": true, + "owner": "platformio", "version": "~0.0.1" } } From d3ed74b3b569d5789128399e3cbe42d9738965d3 Mon Sep 17 00:00:00 2001 From: valeros Date: Tue, 25 Aug 2020 23:11:39 +0300 Subject: [PATCH 5/6] Update Arduino package to v1.1.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 3a3f698..07e5641 100644 --- a/platform.json +++ b/platform.json @@ -42,7 +42,7 @@ "framework-arduinoasrmicro650x": { "type": "framework", "owner": "platformio", - "version": "~1.0.0", + "version": "~1.1.0", "optional": true }, "tool-cubecellelftool": { From ff2d39261b07407ea706b9de1a4f1666bbf1d8a3 Mon Sep 17 00:00:00 2001 From: valeros Date: Wed, 26 Aug 2020 00:23:57 +0300 Subject: [PATCH 6/6] Bump version to 1.1.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 07e5641..3791f13 100644 --- a/platform.json +++ b/platform.json @@ -22,7 +22,7 @@ "type": "git", "url": "https://github.com/HelTecAutomation/platform-asrmicro650x.git" }, - "version": "1.0.0", + "version": "1.1.0", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", "http://dl.platformio.org/packages/manifest.json"