Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/v1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Aug 25, 2020
2 parents 5ee6d9b + ff2d392 commit e03571b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

env.Append(
CPPDEFINES=[
("ARDUINO", 10813),
"__ASR6501__",
("CONFIG_MANUFACTURER", '\\"ASR\\"'),
("CONFIG_DEVICE_MODEL", '\\"6501\\"'),
Expand Down
24 changes: 19 additions & 5 deletions platform.json
Original file line number Diff line number Diff line change
@@ -1,9 +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.",
"url": "http://www.asrmicro.com",
"homepage": "https://platformio.org/platforms/asrmicro650x",
"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"
Expand All @@ -12,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"
Expand All @@ -26,19 +36,23 @@
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.90201.0"
},
"framework-arduinoasrmicro650x": {
"type": "framework",
"version": "~1.0.0",
"owner": "platformio",
"version": "~1.1.0",
"optional": true
},
"tool-cubecellelftool": {
"owner": "platformio",
"version": "~0.0.1"
},
"tool-cubecellflash": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~0.0.1"
}
}
Expand Down

0 comments on commit e03571b

Please sign in to comment.