| Age | Commit message (Collapse) | Author | 
 | 
as suggested by @earlyprogrammer in #2173, to ensure TWDR value is set
if there is a write collision
 | 
 | 
this resolves timing issues seen in #1477
 | 
 | 
Fix #66
 | 
 | 
 | 
 | 
This reverts commit a31857688bdc270ed65307755ff3b73ef4867982.
 | 
 | 
 | 
 | 
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
 | 
 | 
 | 
 | 
 | 
 | 
are searched per board/platform
 | 
 | 
 | 
 | 
 | 
 | 
when do a requestFrom() a slave device.  Thanks to Christopher K. Johnson.
 | 
 | 
Compiler have been integrated with changes to the Sketch.
Compilation still has problems (Thread error on success, and can't handle non-pde files in a sketch).
Modified the Mac OS X make.sh to copy the hardware, avr tools, and example over.
Removing some of the antlr stuff.  
Disabling the Commander (command-line execution) for now.
Added Library, LibraryManager, and Target.
Added support for prefixed preferences (e.g. for boards and programmers).
 |