Skip to content

Commit

Permalink
Merge branch 'release/v1.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Nov 18, 2016
2 parents 46017d0 + 0bfcd81 commit aaf26c0
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 13 deletions.
25 changes: 14 additions & 11 deletions boards/lightblue-bean.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{
"build": {
"core": "bean",
"extra_flags": "-DARDUINO_ARCH_AVR",
"f_cpu": "8000000L",
"mcu": "atmega328p",
"core": "bean",
"extra_flags": "-DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO",
"f_cpu": "8000000L",
"mcu": "atmega328p",
"variant": "bean"
},
},
"frameworks": [
"arduino"
],
"name": "LightBlue Bean",
],
"name": "LightBlue Bean",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 32256
},
"url": "https://punchthrough.com/bean",
"maximum_ram_size": 2048,
"maximum_size": 32256,
"protocol": "arduino",
"require_upload_port": true,
"speed": 57600
},
"url": "https://punchthrough.com/bean",
"vendor": "Punch Through"
}
22 changes: 22 additions & 0 deletions boards/lightblue-beanplus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"build": {
"core": "bean",
"extra_flags": "-DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO",
"f_cpu": "16000000L",
"mcu": "atmega328p",
"variant": "bean+"
},
"frameworks": [
"arduino"
],
"name": "LightBlue Bean+",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 32256,
"protocol": "arduino",
"require_upload_port": true,
"speed": 115200
},
"url": "https://punchthrough.com/bean",
"vendor": "Punch Through"
}
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-atmelavr.git"
},
"version": "1.2.0",
"version": "1.2.1",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
Expand All @@ -38,7 +38,7 @@
"framework-arduinoavr": {
"type": "framework",
"optional": true,
"version": "~1.10612.0"
"version": "~1.10612.1"
},
"framework-simba": {
"type": "framework",
Expand Down

0 comments on commit aaf26c0

Please sign in to comment.