Skip to content

Commit aaf26c0

Browse files
committed
Merge branch 'release/v1.2.1'
2 parents 46017d0 + 0bfcd81 commit aaf26c0

File tree

3 files changed

+38
-13
lines changed

3 files changed

+38
-13
lines changed

boards/lightblue-bean.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
{
22
"build": {
3-
"core": "bean",
4-
"extra_flags": "-DARDUINO_ARCH_AVR",
5-
"f_cpu": "8000000L",
6-
"mcu": "atmega328p",
3+
"core": "bean",
4+
"extra_flags": "-DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO",
5+
"f_cpu": "8000000L",
6+
"mcu": "atmega328p",
77
"variant": "bean"
8-
},
8+
},
99
"frameworks": [
1010
"arduino"
11-
],
12-
"name": "LightBlue Bean",
11+
],
12+
"name": "LightBlue Bean",
1313
"upload": {
14-
"maximum_ram_size": 2048,
15-
"maximum_size": 32256
16-
},
17-
"url": "https://punchthrough.com/bean",
14+
"maximum_ram_size": 2048,
15+
"maximum_size": 32256,
16+
"protocol": "arduino",
17+
"require_upload_port": true,
18+
"speed": 57600
19+
},
20+
"url": "https://punchthrough.com/bean",
1821
"vendor": "Punch Through"
1922
}

boards/lightblue-beanplus.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"build": {
3+
"core": "bean",
4+
"extra_flags": "-DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO",
5+
"f_cpu": "16000000L",
6+
"mcu": "atmega328p",
7+
"variant": "bean+"
8+
},
9+
"frameworks": [
10+
"arduino"
11+
],
12+
"name": "LightBlue Bean+",
13+
"upload": {
14+
"maximum_ram_size": 2048,
15+
"maximum_size": 32256,
16+
"protocol": "arduino",
17+
"require_upload_port": true,
18+
"speed": 115200
19+
},
20+
"url": "https://punchthrough.com/bean",
21+
"vendor": "Punch Through"
22+
}

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/platformio/platform-atmelavr.git"
1515
},
16-
"version": "1.2.0",
16+
"version": "1.2.1",
1717
"packageRepositories": [
1818
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1919
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
@@ -38,7 +38,7 @@
3838
"framework-arduinoavr": {
3939
"type": "framework",
4040
"optional": true,
41-
"version": "~1.10612.0"
41+
"version": "~1.10612.1"
4242
},
4343
"framework-simba": {
4444
"type": "framework",

0 commit comments

Comments
 (0)