aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-14Adding analogReference() function - needs testing on an ATmega8 (but works ↵David A. Mellis
on the ATmega 168).
2007-11-21Adding map(), fixing radians() and degrees(), adding cast functions (int(x) ↵David A. Mellis
instead of (int) x), adding interrupts() and noInterrupts(), etc.
2007-11-21Fixing some warnings.David A. Mellis
2007-11-04Adding #include to Matrix examples.David A. Mellis
2007-10-12Added BT board and separated Mini from NG.David A. Mellis
2007-10-09Adding LilyPad bootloader and adding LilyPad to board definition file.David A. Mellis
2007-10-07Switched to new burn bootloader menu system, dynamically generated from the ↵David A. Mellis
programmers.txt file.
2007-10-06Now have uploading working with the Boards menu. Improved serial port error ↵David A. Mellis
messages.
2007-10-06Initial boards file.David A. Mellis
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis
2007-10-06Renaming core to targets.David A. Mellis
2007-10-06Moving firmwares into hardware.David A. Mellis
2007-10-06Moving bootloaders into the hardware/bootloaders directory.David A. Mellis
2007-10-06Moving libraries out from inside targets and creating bootloaders directory.David A. Mellis
2007-10-06Moving things around - creating the hardware directory and sticking all the ↵David A. Mellis
avr code, etc. in there.