File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ platform = atmelavr
127127framework = arduino
128128board = sanguino_atmega1284p
129129
130- [env:sparkfun_promicro16 ]
130+ [env:sparkfun promicro16 ]
131131platform = atmelavr
132132framework = arduino
133133board = sparkfun_promicro16
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments