chiark / gitweb /
marlin.git
13 years agoRemoved !!!. Stupid arduino bootloader can't handle this.
Erik van der Zalm [Fri, 9 Mar 2012 16:42:32 +0000 (17:42 +0100)]
Removed !!!. Stupid arduino bootloader can't handle this.

13 years agoAdded FAN_PIN -1 checks
Erik van der Zalm [Thu, 8 Mar 2012 21:09:49 +0000 (22:09 +0100)]
Added FAN_PIN -1 checks

13 years agoCorrected active_extruder when autotemp is used.
Erik van der Zalm [Thu, 8 Mar 2012 21:04:13 +0000 (22:04 +0100)]
Corrected active_extruder when autotemp is used.

13 years agoMerge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
Erik van der Zalm [Thu, 8 Mar 2012 20:48:06 +0000 (21:48 +0100)]
Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1

13 years agoAdded PID autotune. (experimental)
Erik van der Zalm [Thu, 8 Mar 2012 20:43:21 +0000 (21:43 +0100)]
Added PID autotune. (experimental)
M303 Starts autotune. Wait till the Kp Ki and Kd constants are printed.
Put these values in Configuration.h

13 years agoMerge pull request #100 from tommycheng/patch-1
ErikZalm [Mon, 5 Mar 2012 17:56:50 +0000 (09:56 -0800)]
Merge pull request #100 from tommycheng/patch-1

While Waiting for hotbed to warm up via M190, LCD Display and Click Enco...

13 years agoWhile Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input...
Tommy Cheng [Mon, 5 Mar 2012 15:12:26 +0000 (23:12 +0800)]
While Waiting for hotbed to warm up via M190, LCD Display and Click Encoder input freeze until target temperature is reached.

13 years agoFixed type in e-jerk
Erik van der Zalm [Sun, 4 Mar 2012 22:09:13 +0000 (23:09 +0100)]
Fixed type in e-jerk

13 years agoAdded E-Jerk
Erik van der Zalm [Sun, 4 Mar 2012 15:34:58 +0000 (16:34 +0100)]
Added E-Jerk

13 years agoAdded missing defines to the german section.
Erik van der Zalm [Sun, 4 Mar 2012 13:08:20 +0000 (14:08 +0100)]
Added missing defines to the german section.
Translation still needed.

13 years agomerging with SCUBA82
Erik van der Zalm [Sun, 4 Mar 2012 12:41:47 +0000 (13:41 +0100)]
merging with SCUBA82

13 years agoQueued fan control. Issue #90
Erik van der Zalm [Sun, 4 Mar 2012 12:05:26 +0000 (13:05 +0100)]
Queued fan control. Issue #90

13 years agoset SD file delete to M30; switch printime output to M31
Christian Thalhammer [Sat, 3 Mar 2012 20:58:12 +0000 (21:58 +0100)]
set SD file delete to M30; switch printime output to M31

13 years agoChanged (corrected?) SD_card comment handling.
Erik van der Zalm [Sat, 3 Mar 2012 20:28:33 +0000 (21:28 +0100)]
Changed (corrected?) SD_card comment handling.

13 years agoMerge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1
Erik van der Zalm [Sat, 3 Mar 2012 19:41:22 +0000 (20:41 +0100)]
Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1

13 years agoAdded current_block = NULL to quickStop()
Erik van der Zalm [Sat, 3 Mar 2012 19:40:46 +0000 (20:40 +0100)]
Added current_block = NULL to quickStop()

13 years agoMerge pull request #96 from haxar/Marlin_v1
ErikZalm [Sat, 3 Mar 2012 19:24:58 +0000 (11:24 -0800)]
Merge pull request #96 from haxar/Marlin_v1

make analog2tempBed return a precise celsius reading for BED_USES_THERMISTOR, ...

13 years agoRemoved vc files
Erik van der Zalm [Sat, 3 Mar 2012 19:22:42 +0000 (20:22 +0100)]
Removed vc files

13 years agoMerge remote-tracking branch 'justblair/master' into Marlin_v1
Erik van der Zalm [Sat, 3 Mar 2012 19:20:55 +0000 (20:20 +0100)]
Merge remote-tracking branch 'justblair/master' into Marlin_v1

13 years agoMerge pull request #88 from daid/Marlin_v1
ErikZalm [Sat, 3 Mar 2012 19:18:14 +0000 (11:18 -0800)]
Merge pull request #88 from daid/Marlin_v1

Made plan_buffer_line arguments const...

13 years agoFixed RAMPS 1.2 support (Found and fixed by rrhb)
Erik van der Zalm [Sat, 3 Mar 2012 19:15:41 +0000 (20:15 +0100)]
Fixed RAMPS 1.2 support (Found and fixed by rrhb)

13 years agoThe percent complete for the SD file statistic sits squint. Changed "lcd.Setcursor...
Blair Thompson [Sat, 3 Mar 2012 16:47:27 +0000 (16:47 +0000)]
The percent complete for the SD file statistic sits squint.  Changed "lcd.Setcursor (7,2);" to "lcd.Setcursor (10,2);".

The percent complete now lines up with the temperatures and Z-axis position figures, nicer to read and nicer to look at IMHO.

13 years agoThis is in my opinion a much better way of dealing with SD cards than my previous...
Blair Thompson [Sat, 3 Mar 2012 16:30:31 +0000 (16:30 +0000)]
This is in my opinion a much better way of dealing with SD cards than my previous fix.

Instead of adding a momentary switch to fake the insertion of the card I have modified the ultralcd menu item:

Card Menu -> Refresh

to reinitialise the card providing that the SDCARDDETECT pin has been set to -1 in the pins.h file.  This requires one less switch on the front panel and the refresh menu item is in the most relevent place for a user who wishes to inert a card and then print from it.

It also means that the "Card inserted" messages do not bother the users of these card readers (they dont make sense for users without SCCARDDETECT)

13 years agoAdded more defines to the language.h file so that nowe most of the text strings are...
Blair Thompson [Sat, 3 Mar 2012 15:51:47 +0000 (15:51 +0000)]
Added more defines to the language.h file so that nowe most of the text strings are now configured via this file.  Still got some hunting down to do to complete this task.

13 years agomake analog2tempBed return a precise celsius reading for BED_USES_THERMISTOR, complem...
haxar [Sat, 3 Mar 2012 01:15:21 +0000 (17:15 -0800)]
make analog2tempBed return a precise celsius reading for BED_USES_THERMISTOR, complementing changes to analog2temp in d15f01e

13 years agoadded M31 - delete file from sd card
Christian Thalhammer [Fri, 2 Mar 2012 20:49:05 +0000 (21:49 +0100)]
added M31 - delete file from sd card

13 years agofixed LCD manual z axis move Feedrate to 70 (was 1700)
Christian Thalhammer [Thu, 1 Mar 2012 13:38:50 +0000 (14:38 +0100)]
fixed LCD manual z axis move Feedrate to 70 (was 1700)

13 years agoadded german translation;Menue should be in english.. sounds better
Christian Thalhammer [Thu, 1 Mar 2012 13:24:20 +0000 (14:24 +0100)]
added german translation;Menue should be in english.. sounds better

13 years agofixed languages; Preheat_PLA and Preheat_ABS was not defined for non
Christian Thalhammer [Thu, 1 Mar 2012 13:05:40 +0000 (14:05 +0100)]
fixed languages; Preheat_PLA and Preheat_ABS was not defined for non
english

13 years agoTypo fix
Daid [Wed, 29 Feb 2012 18:01:21 +0000 (19:01 +0100)]
Typo fix

13 years agoOnly protect the heater pins for the defined extruders.
Daid [Wed, 29 Feb 2012 14:49:02 +0000 (15:49 +0100)]
Only protect the heater pins for the defined extruders.
Changed the way the extruder pins are defined so it doesn't create extra -1 entries in the list.

13 years agoFixed general 16x2 LCD build without SD support.
Daid [Wed, 29 Feb 2012 14:33:23 +0000 (15:33 +0100)]
Fixed general 16x2 LCD build without SD support.

13 years agoMerge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1
Christian Thalhammer [Wed, 29 Feb 2012 13:51:35 +0000 (14:51 +0100)]
Merge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1

13 years ago-
Christian Thalhammer [Wed, 29 Feb 2012 13:51:15 +0000 (14:51 +0100)]
-

13 years agoMerge branch 'Marlin_v1' of git://github.com/ErikZalm/Marlin into Marlin_v1
Daid [Wed, 29 Feb 2012 11:19:20 +0000 (12:19 +0100)]
Merge branch 'Marlin_v1' of git://github.com/ErikZalm/Marlin into Marlin_v1

13 years agoMade plan_buffer_line arguments const, which optimizes better and fixes the RUNOUT_PR...
Daid [Wed, 29 Feb 2012 10:38:12 +0000 (11:38 +0100)]
Made plan_buffer_line arguments const, which optimizes better and fixes the RUNOUT_PREVENTION feature.

13 years agoFixed HOME_POS in combination with G28 X0 or G28 Y0
Erik van der Zalm [Tue, 28 Feb 2012 17:20:03 +0000 (18:20 +0100)]
Fixed HOME_POS in combination with G28 X0 or G28 Y0

13 years agoremove stop_heating_wait
Erik van der Zalm [Mon, 27 Feb 2012 17:45:45 +0000 (18:45 +0100)]
remove stop_heating_wait

13 years agoFixed homing
Erik van der Zalm [Mon, 27 Feb 2012 17:31:40 +0000 (18:31 +0100)]
Fixed homing

13 years agoMerge pull request #81 from phord/09469add5560ca8a676c42e4bcd499868c33f0dd
ErikZalm [Mon, 27 Feb 2012 16:38:36 +0000 (08:38 -0800)]
Merge pull request #81 from phord/09469add5560ca8a676c42e4bcd499868c33f0dd

Clean up and add some trace info

13 years agoMerge pull request #83 from phord/tempfix
ErikZalm [Mon, 27 Feb 2012 16:36:45 +0000 (08:36 -0800)]
Merge pull request #83 from phord/tempfix

Add explicit #define for bogus temp override

13 years agoMerge pull request #82 from phord/fix-gen7-build
ErikZalm [Mon, 27 Feb 2012 16:36:06 +0000 (08:36 -0800)]
Merge pull request #82 from phord/fix-gen7-build

pins.h: Define Z_MAX_PIN for Gen7 board

13 years agoAdd support for upcoming Gen7 v1.4
Phil Hord [Mon, 27 Feb 2012 01:39:49 +0000 (20:39 -0500)]
Add support for upcoming Gen7 v1.4

V1.4 moves thermistor power to the always-on 5v line.
The BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE is no longer
needed on this board.  Add a new motherboard type to
support this feature.

13 years agoAdd explicit #define for bogus temp override
Phil Hord [Sun, 26 Feb 2012 23:46:34 +0000 (18:46 -0500)]
Add explicit #define for bogus temp override

The code to ignore the "bad thermistor reading failsafe"
suicide function depends on the existing of the PS_ON pin
feature.  But in some boards this shouldn't be the case
Fix this by adding an explicit definition to make our
intentions more clear and separable.

13 years agopins.h: Define Z_MAX_PIN for Gen7 board
Phil Hord [Mon, 27 Feb 2012 01:15:40 +0000 (20:15 -0500)]
pins.h: Define Z_MAX_PIN for Gen7 board

The Z_MAX_PIN value was defined as no-value, but this causes
the compile to fail.  Fix this by setting the Z_MAX_PIN to the
correct value (which happens to be 0 for pin PB0/DIO0/0).

13 years agoAdd board reset reporting (from Repetier-Firmware)
Phil Hord [Mon, 20 Feb 2012 07:30:31 +0000 (02:30 -0500)]
Add board reset reporting (from Repetier-Firmware)

13 years agoAdd suitable .gitignore to avoid build noise
Phil Hord [Thu, 16 Feb 2012 17:06:33 +0000 (12:06 -0500)]
Add suitable .gitignore to avoid build noise

13 years agoMakefile: generic pde=>cpp rule
Phil Hord [Thu, 16 Feb 2012 17:17:33 +0000 (12:17 -0500)]
Makefile: generic pde=>cpp rule

This adds flexibility to the makefile by allowing different pde
targets to be specified for different needs.

13 years agoSDSUPPORT default disabled
Erik van der Zalm [Sun, 26 Feb 2012 21:05:38 +0000 (22:05 +0100)]
SDSUPPORT default disabled

13 years agoMerge pull request #79 from changwoo/Marlin_v1
ErikZalm [Sun, 26 Feb 2012 21:03:15 +0000 (13:03 -0800)]
Merge pull request #79 from changwoo/Marlin_v1

Fix build on Sanguino based boards with ATmega1284P

13 years agoFix build on Sanguino based boards with ATmega1284P
Changwoo Ryu [Sun, 26 Feb 2012 19:05:33 +0000 (04:05 +0900)]
Fix build on Sanguino based boards with ATmega1284P

13 years agoFixed compiler warning for Sanguino compile
Daid [Sun, 26 Feb 2012 16:35:01 +0000 (17:35 +0100)]
Fixed compiler warning for Sanguino compile

13 years agoMerge pull request #76 from iXce/Marlin_v1
ErikZalm [Sun, 26 Feb 2012 15:30:51 +0000 (07:30 -0800)]
Merge pull request #76 from iXce/Marlin_v1

Fix Makefile

13 years agoChanged version => RC2
Erik van der Zalm [Sun, 26 Feb 2012 15:26:40 +0000 (16:26 +0100)]
Changed version => RC2

13 years agoMoved SLOWDOWN function. (jetty840)
Erik van der Zalm [Sun, 26 Feb 2012 15:23:47 +0000 (16:23 +0100)]
Moved SLOWDOWN function. (jetty840)
Included AD595 calibration options. (daid)

13 years agoMerge remote-tracking branch 'daid/Marlin_v1' into Test
Erik van der Zalm [Sun, 26 Feb 2012 15:10:59 +0000 (16:10 +0100)]
Merge remote-tracking branch 'daid/Marlin_v1' into Test

13 years agoFixes in pins.h
Erik van der Zalm [Sat, 25 Feb 2012 21:55:17 +0000 (22:55 +0100)]
Fixes in pins.h

13 years agoAdded gen6 deluxe.
Erik van der Zalm [Sat, 25 Feb 2012 16:44:45 +0000 (17:44 +0100)]
Added gen6 deluxe.

13 years agoMoved gen7 boards to motherboard type 10, 11 and 12.
Erik van der Zalm [Fri, 24 Feb 2012 22:34:41 +0000 (23:34 +0100)]
Moved gen7 boards to motherboard type 10, 11 and 12.
Split ramps1.3 in Sprinter like config and multiextruder config.

13 years agoCorrectly build the produced applet/Marlin.cpp source
Guillaume Seguin [Fri, 24 Feb 2012 20:21:19 +0000 (21:21 +0100)]
Correctly build the produced applet/Marlin.cpp source

13 years agoChanged comment mode for detection.
Erik van der Zalm [Fri, 24 Feb 2012 19:42:07 +0000 (20:42 +0100)]
Changed comment mode for detection.
Added M221 extuder multiply factor.

13 years agoFix cast warning in Gen7
Erik van der Zalm [Thu, 23 Feb 2012 17:50:05 +0000 (18:50 +0100)]
Fix cast warning in Gen7

13 years agoFixed casting warning in sanguino
Erik van der Zalm [Thu, 23 Feb 2012 17:45:37 +0000 (18:45 +0100)]
Fixed casting warning in sanguino

13 years agoAdded Fan control to the pre-heat settings.
Blair Thompson [Wed, 22 Feb 2012 23:05:52 +0000 (23:05 +0000)]
Added Fan control to the pre-heat settings.

I find that the PID routine works better when the cooling fan is switched on
at the beginning of a warm up routine.  Otherwise when you enable the fan
just before a print, you have a delay as the PIDre-adjusts.

This should also be safer as most cooling fans are directed at the hot -ends
thermal barrier!

13 years agoAdded new menu items under the prepare submenu.
Blair Thompson [Wed, 22 Feb 2012 22:51:04 +0000 (22:51 +0000)]
Added new menu items under the prepare submenu.
Instead of a single pre-heat, now there is pre-heat ABS and PLA options
Added defines to the configuration file to adjust preheat temperatures for both

13 years agoAdded HOME_POS. This adds the posibility to make the center 0
Erik van der Zalm [Wed, 22 Feb 2012 17:07:56 +0000 (18:07 +0100)]
Added HOME_POS. This adds the posibility to make the center 0
Updated the Xsteps ... settings via the LCD menu

13 years agoChanged display format for some numbers.
Erik van der Zalm [Tue, 21 Feb 2012 22:05:43 +0000 (23:05 +0100)]
Changed display format for some numbers.

13 years agoSmall fixes after merge
Erik van der Zalm [Tue, 21 Feb 2012 19:36:43 +0000 (20:36 +0100)]
Small fixes after merge

13 years agomerged SBUBA82 and Justblair
Erik van der Zalm [Tue, 21 Feb 2012 19:26:59 +0000 (20:26 +0100)]
merged SBUBA82 and Justblair

13 years agoMerge remote-tracking branch 'SCUBA82/Marlin_v1' into Marlin_v1
Erik van der Zalm [Tue, 21 Feb 2012 19:17:35 +0000 (20:17 +0100)]
Merge remote-tracking branch 'SCUBA82/Marlin_v1' into Marlin_v1

13 years agovarious changes
Erik van der Zalm [Tue, 21 Feb 2012 19:17:28 +0000 (20:17 +0100)]
various changes

13 years agofixed manual axis movement lcd option
Christian Thalhammer [Tue, 21 Feb 2012 08:31:28 +0000 (09:31 +0100)]
fixed manual axis movement lcd option

13 years agoRemoved VS project files for tidyness stakes
Blair Thompson [Mon, 20 Feb 2012 22:39:39 +0000 (22:39 +0000)]
Removed VS project files for tidyness stakes

13 years agoAdded a structure that will allow easy translations/modifications to the LCD menu.
Blair Thompson [Mon, 20 Feb 2012 22:22:46 +0000 (22:22 +0000)]
Added a structure that will allow easy translations/modifications to the LCD menu.

Signed-off-by: Blair Thompson <mail@justblair.co.uk>
13 years agochange preheat to ABS values of nozzle 227 and be 105 °C
Christian Thalhammer [Mon, 20 Feb 2012 15:07:27 +0000 (16:07 +0100)]
change preheat to ABS values of nozzle 227 and be 105 °C
next try for manual axis movement

13 years agoInfos about fuses to use; correct fuses in boards.txt
Christian Thalhammer [Mon, 20 Feb 2012 09:25:51 +0000 (10:25 +0100)]
Infos about fuses to use; correct fuses in boards.txt

13 years agoAdded a workaround. Ramps SD card does not have sdcarddetect. My temporary solution...
Blair Thompson [Sat, 18 Feb 2012 23:56:31 +0000 (23:56 +0000)]
Added a workaround.  Ramps SD card does not have sdcarddetect.  My temporary solution is to add a momentary swtich
that pulls down the SDCARDDETECT pin and mimicking the pull and reinsert ofa a SD card

13 years agoUpdated the pin config for RAMPS 1.3 to include ultimaker new style LCD/Rotary Encode...
Blair Thompson [Sat, 18 Feb 2012 18:25:04 +0000 (18:25 +0000)]
Updated the pin config for RAMPS 1.3 to include ultimaker new style LCD/Rotary Encoder interface

13 years agoATMega1284P support for Arduino IDE
Christian Thalhammer [Fri, 17 Feb 2012 10:41:47 +0000 (11:41 +0100)]
ATMega1284P support for Arduino IDE
replace $ARDUINO_HOME/hardware/tools/avr/etc/arduino.conf with this file

13 years agoadded infos for this fork
Christian Thalhammer [Fri, 17 Feb 2012 10:07:24 +0000 (11:07 +0100)]
added infos for this fork

13 years agosupport for GEN7 1.1,1.2 and 1.3
Christian Thalhammer [Fri, 17 Feb 2012 09:46:48 +0000 (10:46 +0100)]
support for GEN7 1.1,1.2 and 1.3

13 years agoAdded temperature offset/gain settings for AD595.
Daid [Thu, 16 Feb 2012 10:03:41 +0000 (11:03 +0100)]
Added temperature offset/gain settings for AD595.

13 years agoMerge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1
Christian Thalhammer [Mon, 13 Feb 2012 12:07:55 +0000 (13:07 +0100)]
Merge remote-tracking branch 'upstream/Marlin_v1' into Marlin_v1

Conflicts:
Marlin/Configuration.h

13 years agoMerge remote branch 'upstream/Marlin_v1' into Marlin_v1
daid [Mon, 13 Feb 2012 11:39:00 +0000 (12:39 +0100)]
Merge remote branch 'upstream/Marlin_v1' into Marlin_v1

13 years agosmaller changes
Christian Thalhammer [Mon, 13 Feb 2012 11:31:53 +0000 (12:31 +0100)]
smaller changes

13 years agochanged default EXTRUDE_MINTEMP to 170.
Erik van der Zalm [Sun, 12 Feb 2012 16:38:54 +0000 (17:38 +0100)]
changed default EXTRUDE_MINTEMP to 170.

13 years agoFixed small merge bug
Erik van der Zalm [Sun, 12 Feb 2012 13:06:08 +0000 (14:06 +0100)]
Fixed small merge bug

13 years agomerged with triffid fork
Erik van der Zalm [Sun, 12 Feb 2012 12:58:36 +0000 (13:58 +0100)]
merged with triffid fork

13 years agoremoved unused HEATING_EARLY_FINISH_DEG_OFFSET
Erik van der Zalm [Sat, 11 Feb 2012 22:22:16 +0000 (06:22 +0800)]
removed unused HEATING_EARLY_FINISH_DEG_OFFSET
Simplified stepper inactive time

13 years agoCorrected e-length calculation in planner
Erik van der Zalm [Sat, 11 Feb 2012 17:36:42 +0000 (01:36 +0800)]
Corrected e-length calculation in planner

13 years agoremoved unused HEATING_EARLY_FINISH_DEG_OFFSET
Erik van der Zalm [Sat, 11 Feb 2012 22:22:16 +0000 (23:22 +0100)]
removed unused HEATING_EARLY_FINISH_DEG_OFFSET
Simplified stepper inactive time

13 years agoCorrected e-length calculation in planner
Erik van der Zalm [Sat, 11 Feb 2012 17:36:42 +0000 (18:36 +0100)]
Corrected e-length calculation in planner

13 years agoMerge pull request #61 from daid/Marlin_v1
ErikZalm [Sat, 11 Feb 2012 15:36:24 +0000 (07:36 -0800)]
Merge pull request #61 from daid/Marlin_v1

Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.

13 years agoUpdated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.
daid [Sat, 11 Feb 2012 15:02:47 +0000 (16:02 +0100)]
Updated SERIAL define to MYSERIAL, because Arduino 1.0 defines SERIAL as 0.

13 years agoChanged check i mtion_conrol
Erik van der Zalm [Thu, 9 Feb 2012 20:02:01 +0000 (21:02 +0100)]
Changed check i mtion_conrol
if (millimeters_of_travel == 0.0) => if (millimeters_of_travel < 0.001)
(thanks mooselake)

13 years agoFixed M109 timer overflow (reported by triffid)
Erik van der Zalm [Thu, 9 Feb 2012 19:54:49 +0000 (20:54 +0100)]
Fixed M109 timer overflow (reported by triffid)

13 years agoPrint configuration.h version during startup (thanks hairykiwi)
Erik van der Zalm [Thu, 9 Feb 2012 19:26:17 +0000 (20:26 +0100)]
Print configuration.h version during startup (thanks hairykiwi)

13 years agoCorrected distance calculation. (thanks jv4779)
Erik van der Zalm [Thu, 9 Feb 2012 18:53:06 +0000 (19:53 +0100)]
Corrected distance calculation. (thanks jv4779)

13 years agoFixed compilation for gcc-4.6.2 with avr-lib-1.8.0 (thanks daid)
Erik van der Zalm [Thu, 9 Feb 2012 18:38:53 +0000 (19:38 +0100)]
Fixed compilation for gcc-4.6.2 with avr-lib-1.8.0 (thanks daid)

13 years agoTeensylu support.
Erik van der Zalm [Thu, 9 Feb 2012 18:27:45 +0000 (19:27 +0100)]
Teensylu support.