aboutsummaryrefslogtreecommitdiff
path: root/sam/cores
AgeCommit message (Expand)Author
2013-03-18Rename core from arduino to arcore.Ralf Kistner
2013-02-13Fixed delayMicrosecond() when interrupts are disabledCristian 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-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-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-18Merged upstream arduino branchCristian Maglie
2012-10-12removed the final X in the ip_product stringFede85
2012-10-12tuned costant for pulseInFede85
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-08-24First try to support architecture dependent query functions (digitalPinToPort...Cristian Maglie
2012-08-24SPI: added setBitOrder support; added end(pin) method.Cristian Maglie
2012-08-24Added include in Printable.h for 'size_t' support.Cristian Maglie
2012-08-21Fixed USB-CDC buffering. Now serial output performs much better.Cristian Maglie
2012-08-14Auto restart after upload (linux only for now). Auto reset/erase when uploadi...Cristian Maglie
2012-08-04Merge branch 'audio'Cristian Maglie
2012-08-04Extended analogRead/Write API to support difference ADC/DAC resolutions.Cristian Maglie
2012-08-01Added setAnalogResolution() method.Cristian Maglie
2012-07-29Audio lib: added DAC class and DMA interrupt handlingCristian Maglie
2012-06-30Removed validation testsCristian Maglie
2012-06-28USBHost is now a libraryCristian Maglie
2012-06-27Merged masterCristian Maglie
2012-06-26[sam] USBHost ADK+HID supported okay. Code is more documented.Thibault RICHARD
2012-06-26Merged upstream Arduino master branchCristian Maglie