diff --git a/README.md b/README.md index 1e59d74..164f483 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ This bootloader loads a file from the SD card on startup. This documentation is ## Installation +**WARNING: avr_boot is not compatible with Arduino AVR Boards 1.6.12(included with Arduino IDE 1.6.10).** + There are two options for installing **avr_boot** boards in the Arduino IDE: #### Boards Manager Installation(requires Arduino IDE version 1.6.4 or greater) - Open the Arduino IDE. diff --git a/package_zevero_avr_boot_index.json b/package_zevero_avr_boot_index.json index 1cd326b..d666bc1 100644 --- a/package_zevero_avr_boot_index.json +++ b/package_zevero_avr_boot_index.json @@ -26,18 +26,7 @@ {"name": "ATmega32U4"}, {"name": "ATmega1284P"} ], - "toolsDependencies": [ - { - "packager": "arduino", - "name": "avr-gcc", - "version": "4.8.1-arduino5" - }, - { - "packager": "arduino", - "name": "avrdude", - "version": "6.0.1-arduino5" - } - ] + "toolsDependencies": [] } ], "tools": []