Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Conflicts:
app/src/processing/app/Base.java
build/shared/revisions.txt
hardware/arduino/avr/cores/arduino/malloc.c
hardware/arduino/cores/arduino/avr-libc/malloc.c
hardware/arduino/cores/arduino/malloc.c
todo.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue 1024: TCP connections die after few seconds of inactivity
|
|
|
|
|
|
|
|
|
|
|
|
Adding LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0 to makefile to save space, updating release number to 0x0001.
|
|
|
|
Enabling INTERRUPT_CONTROL_ENDPOINT in the makefile so we don't miss control messages from Linux. Also deleted two unused USB events to save a few bytes of space (the Mega 2560 .hex is now exactly 4096 bytes).
|
|
|
|
|
|
|
|
|
|
|
|
some non-backwards compatible changes.
|
|
|
|
|
|
|
|
Arduino library for Processing on the playground (57600 baud).
|
|
include a stable one in the distribution.
|
|
|
|
|
|
|