aboutsummaryrefslogtreecommitdiff
path: root/sam
AgeCommit message (Expand)Author
2014-12-18Fix compiler warnings.Ralf Kistner
2013-03-18Rename core from arduino to arcore.Ralf 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-02-13merging ide-1.5.xFederico Fissore
2013-02-13Fixed delayMicrosecond() when interrupts are disabledCristian Maglie
2013-02-11BOARDS and ARCH defines from boards.txtCristian 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-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
2012-11-19Fix BSoD for Windows (louismdavis)Cristian Maglie
2012-11-19Fixed weak-symbol issue with system interrupt handlers.Cristian Maglie
2012-11-05Fixed portOutputRegister() and portInputRegister() macros.Cristian Maglie
2012-11-04Fixed digitalPinToPort and digitalPinToBitMask macros. (thanks to alvesjc)Cristian Maglie
2012-11-04Fixed verbose upload. Removed unused platform.txt params.Cristian Maglie
2012-11-03Do not yield during delayMicrosecondsCristian Maglie
2012-11-03Fixed analogWrite() when writing on both DACs. Thanks to smay4fingerCristian Maglie
2012-11-02{attach,detach}Interrupt() on Due selects directly pin number instead of inte...Cristian Maglie
2012-10-31Added general yield()-hook for cooperative scheduling developmentCristian Maglie
2012-10-26{attach/detach}Interrupt() functions.Cristian Maglie
2012-10-19Fixed HID report send (Emulated keyboard is back on MacOS)Cristian Maglie
2012-10-18Fixed native USB serial port not appearing on Mac OS X 10.6.8.Claudio Indellicati
2012-10-18Merge remote-tracking branch 'origin/master' into merge-1.0.1Cristian Maglie
2012-10-18Removing "Dev. Ed." naming from Due boards.David A. Mellis
2012-10-18Merged upstream arduino branchCristian Maglie
2012-10-15Adjusted boards/variantsCristian Maglie
2012-10-12removed the final X in the ip_product stringFede85
2012-10-12tuned costant for pulseInFede85
2012-10-09Reordered boards menuCristian Maglie
2012-10-09Fixed pull-up.Cristian Maglie
2012-10-05Renamed DA0/DA1 to DAC0/DAC1 (part 2...)Cristian Maglie
2012-09-28Assigned Serial to UART and SerialUSB to USB-CDC-ACMCristian Maglie
2012-09-25Workaround for spurious port opening after upload (Arduino Due)Cristian Maglie
2012-09-21Fixed micros()-not-monothonic bugCristian Maglie
2012-09-11Refactored auto-reset methods.Cristian Maglie
2012-09-11Correct HID, the send is now done in one timeJean-Christophe
2012-09-11Add test J/K/packet/SE0_NAK, for usb.org processJean-Christophe
2012-09-10Merge branch 'master' into upload-16u2Cristian Maglie
2012-09-09usbcv chapter 9 tests: passedJean-Christophe
2012-09-09update for USB, USB High Speed software, for betatest, need some improvment. ...Jean-Christophe
2012-09-09correct CDC transmit, add device qualifier.Jean-Christophe
2012-09-09Added optimized write(buffer,size) method in CDC classCristian Maglie
2012-09-08Upload over debug port (part 2)Cristian Maglie
2012-09-07Upload over debug portCristian Maglie
2012-08-25Removed unused boards/programmersCristian Maglie
2012-08-24First try to support architecture dependent query functions (digitalPinToPort...Cristian Maglie