Move the Arduino related stuff out of the Marlin tree, as they are not directly related to Marlin functionality but addons for the Arduino IDE. Also split up the addons for pre 1.0.0 Arduino and post 1.0.0 Arduino.

This commit is contained in:
daid303
2012-12-10 12:02:29 +01:00
parent 3fb07d9b8d
commit 6d9dfa96c3
67 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,3 @@
Note: This bootloader support ATmega644, ATmega644P and ATmega324P.
To build, set PROGRAM and MCU_TARGET in the Makefile according to your target device.