aboutsummaryrefslogtreecommitdiff
path: root/avr
AgeCommit message (Collapse)Author
2013-12-27Add Arduino Micro configuration (experimental).arduino-microRalf Kistner
2013-04-10Fix not being able to read MIDI input of less than 4 events.Ralf Kistner
2013-04-04Fix MIDI RX bug: the MIDIUSB class was trying to receive data from CDC endpointFabio Massaioli
2013-03-18Implement MIDI read and write.Ralf Kistner
2013-03-18MIDI-USB descriptors.Ralf Kistner
2013-03-18Merge branch 'lib-1.5-cores'Ralf Kistner
2013-03-18Add the AVR libraries.Ralf Kistner
We seem to need them after all.
2013-03-18Rename core from arduino to arcore.Ralf Kistner
Remove untested boards for now.
2013-03-18Changed the way ARDUINO is defined inside platform.txtCristian Maglie
2013-03-06Added auto-generation for 'build.board' value in boards.txt.Cristian Maglie
See #1305.
2013-03-03Slighty changed custom menu format: simplifies parsingCristian Maglie
2013-02-13merging ide-1.5.xFederico Fissore
2013-02-13fixing PID for esploraFederico Fissore
2013-02-11BOARDS and ARCH defines from boards.txtCristian Maglie
See #308
2012-12-17Merged 1.0.4 pre-release into 1.5Cristian Maglie
2012-12-10Burn production-tested bootloader for very old Atmega8Cristian Maglie
2012-12-10Merged 1.0.3Cristian Maglie
2012-12-10fixed permissions on a lot of text files. see #1116Federico Fissore
2012-12-08Moving TXCO definition into HardwareSerial.cpp from HardwareSerial.h.David A. Mellis
Otherwise, you get an error when compiling for processors with no serial port because the header file is always compiled. See, for an example of the problem: https://github.com/damellis/attiny/issues/8
2012-11-25Fixed boards.txt (added Micro and fixed path for LilyPadUSB bootloader)Cristian Maglie
2012-11-04Merged 1.0.2Cristian Maglie
Merge remote-tracking branch 'arduino/master' into ide-1.5.x Conflicts: app/src/processing/app/debug/AvrdudeUploader.java build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino build/shared/examples/09.USB/Keyboard/KeyboardSerial/KeyboardSerial.ino build/shared/examples/09.USB/Mouse/ButtonMouseControl/ButtonMouseControl.ino build/shared/examples/09.USB/Mouse/JoystickMouseControl/JoystickMouseControl.ino hardware/arduino/boards.txt
2012-11-04Fixed verbose upload. Removed unused platform.txt params.Cristian Maglie
2012-11-04Merge remote-tracking branch 'ffissore/boards-cputype' into ide-1.5.xCristian Maglie
2012-11-02Added general yield()-hook for cooperative scheduling development (part 2)Cristian Maglie
2012-10-31updated boards.txtFederico Fissore
2012-10-31updated boards.txtFederico Fissore
2012-10-31updated boards.txtFederico Fissore
2012-10-31updated boards.txtFederico Fissore
2012-10-31Added general yield()-hook for cooperative scheduling developmentCristian Maglie
2012-10-29new boards menu with custom submenusFederico Fissore
https://code.google.com/p/arduino/issues/detail?id=257
2012-10-26fixed verbose mode for avrdude in platform.txtFede85
2012-10-18Merged latest changes in AVR arduino coreCristian Maglie
2012-10-18Merged upstream arduino branchCristian Maglie
2012-10-15boards and cpu type menusFederico Fissore
2012-10-09Reordered boards menuCristian Maglie
2012-09-07Upload over debug portCristian Maglie
2012-08-06Fixed all boards.txt definitions in AVR arch.Cristian Maglie
2012-06-26Added default extra_flags parameter to allow build on all boardsCristian Maglie
2012-06-26Merged upstream Arduino master branchCristian Maglie
2012-05-25Fixed avrdude path for macos and winCristian Maglie
2012-05-25Simplified boards.txt fileCristian Maglie
2012-05-25Merge branch 'master' into arduino-1.0.1-mergedCristian Maglie
Included latest fixes
2012-05-25Bugfix: IDE now works if installed on a folder path containing spacesCristian Maglie
2012-05-23Merge of arduino-1.0.1. Work in progress...Cristian Maglie
2012-05-22Pre-merge upstream ArduinoCristian Maglie
2012-04-28[sam] updated boards.txt from upstreamCristian Maglie
2012-03-29[sam] prelimanary work on USB Device stackThibaut VIARD
2012-02-06Upload size computation is now parametricCristian Maglie
2012-02-05Upload/Program with configurable generic command line tools (wip)Cristian Maglie
2012-02-01First attemp to generalize upload for mutiplatform IDECristian Maglie