File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This bootloader loads a file from the SD card on startup. This documentation is
5
5
6
6
7
7
## Installation
8
+ ** WARNING: avr_boot is not compatible with Arduino AVR Boards 1.6.12(included with Arduino IDE 1.6.10).**
9
+
8
10
There are two options for installing ** avr_boot** boards in the Arduino IDE:
9
11
#### Boards Manager Installation(requires Arduino IDE version 1.6.4 or greater)
10
12
- Open the Arduino IDE.
Original file line number Diff line number Diff line change 26
26
{"name" : " ATmega32U4" },
27
27
{"name" : " ATmega1284P" }
28
28
],
29
- "toolsDependencies" : [
30
- {
31
- "packager" : " arduino" ,
32
- "name" : " avr-gcc" ,
33
- "version" : " 4.8.1-arduino5"
34
- },
35
- {
36
- "packager" : " arduino" ,
37
- "name" : " avrdude" ,
38
- "version" : " 6.0.1-arduino5"
39
- }
40
- ]
29
+ "toolsDependencies" : []
41
30
}
42
31
],
43
32
"tools" : []
You can’t perform that action at this time.
0 commit comments