Skip to content

Commit 9970c22

Browse files
authored
Merge pull request #10 from per1234/remove-toolsdependencies
Deal with issues exposed/caused by Arduino AVR Boards 1.6.12
2 parents 81c4244 + 4642de9 commit 9970c22

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
810
There 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.

package_zevero_avr_boot_index.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,7 @@
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": []

0 commit comments

Comments
 (0)