aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-27Add Arduino Micro configuration (experimental).arduino-microRalf Kistner
2013-07-29Merge pull request #2 from tub/masterRalf Kistner
2013-07-28Fixing install script for OSxToby Cole
2013-04-10Fix not being able to read MIDI input of less than 4 events.Ralf Kistner
2013-04-04Merge pull request #1 from fbbdev/masterRalf Kistner
2013-04-04Fix MIDI RX bug: the MIDIUSB class was trying to receive data from CDC endpointFabio Massaioli
2013-03-19Another attempt at fixing travis configuration.Ralf Kistner
2013-03-19More travis fixes.Ralf Kistner
2013-03-19Add referer for IDE download.Ralf Kistner
2013-03-19Fix travis configuration error.Ralf Kistner
2013-03-19Update travis configuration to install the library first.Ralf Kistner
2013-03-19Add MidiEcho example.Ralf Kistner
2013-03-19Fix some travis configuration issues.Ralf Kistner
2013-03-19Add travis configuration to verify a basic build.Ralf Kistner
2013-03-18Fix MIDI example (add call to flush).Ralf Kistner
2013-03-18Add USB development notes.Ralf Kistner
2013-03-18Update readme with instructions for MIDI-USB.Ralf Kistner
2013-03-18Implement MIDI read and write.Ralf Kistner
2013-03-18MIDI-USB descriptors.Ralf Kistner
2013-03-18Fix typo.Ralf Kistner
2013-03-18Add basic usage instructions.Ralf Kistner
2013-03-18Merge branch 'lib-1.5-cores'Ralf Kistner
2013-03-18Add the AVR libraries.Ralf Kistner
2013-03-18Rename core from arduino to arcore.Ralf Kistner
2013-03-18Add install script for Ubuntu.Ralf Kistner
2013-03-18Add basic readme and license.Ralf Kistner
2013-03-18Merge branch 'lib-1.5-cores'Ralf Kistner
2013-03-18Initial commitRalf Kistner
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
2013-03-03Slighty changed custom menu format: simplifies parsingCristian Maglie
2013-02-27Merge branch 'lib-1.5-newformat' into ide-1.5.xCristian Maglie
2013-02-26Bugfix for garbage data coming from serial port after reset. (Arduino Due)Cristian Maglie
2013-02-13Merge remote-tracking branch 'arduino/ide-1.5.x' into HEADCristian Maglie
2013-02-13merging ide-1.5.xFederico Fissore
2013-02-13Fixed delayMicrosecond() when interrupts are disabledCristian Maglie
2013-02-13fixing PID for esploraFederico Fissore
2013-02-11Added boards and arch defines.Cristian Maglie
2013-02-11BOARDS and ARCH defines from boards.txtCristian Maglie
2013-02-08Merge remote-tracking branch 'arduino/ide-1.5.x' into HEADCristian Maglie
2013-02-06Merge pull request #1255 from cmaglie/usbcdc-loopback-fixCristian Maglie
2013-02-02[sam] attachInterrupt() now works also on pins that belongs to PORTDCristian Maglie
2013-01-29Fixed SerialUSB data handshake when host sends a lot of data (PeterVH, stimmer)Cristian Maglie
2013-01-28Merge branch 'ide-1.5.x' into lib-1.5Federico Fissore
2013-01-27Merge branch 'ide-1.5.x' into canCristian Maglie
2013-01-27Removed unused fileCristian Maglie
2013-01-27Fixed CDC_SERIAL_BUFFER_SIZE macros (PeterVH)Cristian Maglie
2013-01-25Fixed USBSerial.write() while sending big buffers (Bill Dreschel)Cristian Maglie
2013-01-06modified analogWrite to wait for end of conversionvd
2013-01-06modified analogWrite to wait for end of conversionvd