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
55
66
77## Installation
8+ ** WARNING: avr_boot is not compatible with Arduino AVR Boards 1.6.12(included with Arduino IDE 1.6.10).**
9+
810There are two options for installing ** avr_boot** boards in the Arduino IDE:
911#### Boards Manager Installation(requires Arduino IDE version 1.6.4 or greater)
1012- Open the Arduino IDE.
Original file line number Diff line number Diff line change 2626 {"name" : " ATmega32U4" },
2727 {"name" : " ATmega1284P" }
2828 ],
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" : []
4130 }
4231 ],
4332 "tools" : []
You can’t perform that action at this time.
0 commit comments