Skip to content

Commit 6d07537

Browse files
committed
Merge branch 'release/v1.10.0'
2 parents c6268a2 + 7738301 commit 6d07537

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

boards/usbasp.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"build": {
3+
"core": "arduino",
4+
"extra_flags": "-DARDUINO_AVR_USBASP",
5+
"f_cpu": "12000000L",
6+
"mcu": "atmega8",
7+
"variant": "standard"
8+
},
9+
"frameworks": [
10+
"arduino"
11+
],
12+
"name": "USBasp stick",
13+
"upload": {
14+
"maximum_ram_size": 1024,
15+
"maximum_size": 8192,
16+
"protocol": "usbasp",
17+
"flags": "-Pusb -s"
18+
},
19+
"url": "https://www.fischl.de/usbasp/",
20+
"vendor": "Atmel"
21+
}

examples/arduino-blink/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ platform = atmelavr
127127
framework = arduino
128128
board = sanguino_atmega1284p
129129

130-
[env:sparkfun_promicro16]
130+
[env:sparkfun promicro16]
131131
platform = atmelavr
132132
framework = arduino
133133
board = sparkfun_promicro16

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-atmelavr.git"
1414
},
15-
"version": "1.9.0",
15+
"version": "1.10.0",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"http://dl.platformio.org/packages/manifest.json",

0 commit comments

Comments
 (0)