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

Commit e03571b

Browse files
committed
Merge branch 'release/v1.1.0'
2 parents 5ee6d9b + ff2d392 commit e03571b

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
env.Append(
3939
CPPDEFINES=[
40+
("ARDUINO", 10813),
4041
"__ASR6501__",
4142
("CONFIG_MANUFACTURER", '\\"ASR\\"'),
4243
("CONFIG_DEVICE_MODEL", '\\"6501\\"'),

platform.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
22
"name": "asrmicro650x",
33
"title": "ASR Microelectronics ASR605x",
4-
"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.",
5-
"url": "http://www.asrmicro.com",
6-
"homepage": "https://platformio.org/platforms/asrmicro650x",
4+
"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.",
5+
"homepage": "http://www.asrmicro.com",
6+
"keywords": [
7+
"dev-platform",
8+
"ASR Microelectronics",
9+
"ARM",
10+
"PSoC",
11+
"Semtech",
12+
"SX1262",
13+
"Heltec",
14+
"CubeCell",
15+
"LoRa"
16+
],
717
"license": "Apache-2.0",
818
"engines": {
919
"platformio": "<5"
@@ -12,7 +22,7 @@
1222
"type": "git",
1323
"url": "https://github.com/HelTecAutomation/platform-asrmicro650x.git"
1424
},
15-
"version": "1.0.0",
25+
"version": "1.1.0",
1626
"packageRepositories": [
1727
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1828
"http://dl.platformio.org/packages/manifest.json"
@@ -26,19 +36,23 @@
2636
"packages": {
2737
"toolchain-gccarmnoneeabi": {
2838
"type": "toolchain",
39+
"owner": "platformio",
2940
"version": "~1.90201.0"
3041
},
3142
"framework-arduinoasrmicro650x": {
3243
"type": "framework",
33-
"version": "~1.0.0",
44+
"owner": "platformio",
45+
"version": "~1.1.0",
3446
"optional": true
3547
},
3648
"tool-cubecellelftool": {
49+
"owner": "platformio",
3750
"version": "~0.0.1"
3851
},
3952
"tool-cubecellflash": {
4053
"type": "uploader",
4154
"optional": true,
55+
"owner": "platformio",
4256
"version": "~0.0.1"
4357
}
4458
}

0 commit comments

Comments
 (0)