index
:
suspect-devices/arcore
arduino-micro
master
MIDI-USB Support for Arduino
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sam
/
cores
Age
Commit message (
Expand
)
Author
2013-03-18
Rename core from arduino to arcore.
Ralf Kistner
2013-02-13
Fixed delayMicrosecond() when interrupts are disabled
Cristian Maglie
2013-02-06
Merge pull request #1255 from cmaglie/usbcdc-loopback-fix
Cristian Maglie
2013-02-02
[sam] attachInterrupt() now works also on pins that belongs to PORTD
Cristian Maglie
2013-01-29
Fixed SerialUSB data handshake when host sends a lot of data (PeterVH, stimmer)
Cristian Maglie
2013-01-27
Fixed CDC_SERIAL_BUFFER_SIZE macros (PeterVH)
Cristian Maglie
2013-01-25
Fixed USBSerial.write() while sending big buffers (Bill Dreschel)
Cristian Maglie
2013-01-06
modified analogWrite to wait for end of conversion
vd
2012-11-19
Fix BSoD for Windows (louismdavis)
Cristian Maglie
2012-11-19
Fixed weak-symbol issue with system interrupt handlers.
Cristian Maglie
2012-11-05
Fixed portOutputRegister() and portInputRegister() macros.
Cristian Maglie
2012-11-04
Fixed digitalPinToPort and digitalPinToBitMask macros. (thanks to alvesjc)
Cristian Maglie
2012-11-03
Do not yield during delayMicroseconds
Cristian Maglie
2012-11-03
Fixed analogWrite() when writing on both DACs. Thanks to smay4finger
Cristian Maglie
2012-11-02
{attach,detach}Interrupt() on Due selects directly pin number instead of inte...
Cristian Maglie
2012-10-31
Added general yield()-hook for cooperative scheduling development
Cristian Maglie
2012-10-26
{attach/detach}Interrupt() functions.
Cristian Maglie
2012-10-19
Fixed HID report send (Emulated keyboard is back on MacOS)
Cristian Maglie
2012-10-18
Fixed native USB serial port not appearing on Mac OS X 10.6.8.
Claudio Indellicati
2012-10-18
Merged upstream arduino branch
Cristian Maglie
2012-10-12
removed the final X in the ip_product string
Fede85
2012-10-12
tuned costant for pulseIn
Fede85
2012-10-09
Fixed pull-up.
Cristian Maglie
2012-10-05
Renamed DA0/DA1 to DAC0/DAC1 (part 2...)
Cristian Maglie
2012-09-28
Assigned Serial to UART and SerialUSB to USB-CDC-ACM
Cristian Maglie
2012-09-25
Workaround for spurious port opening after upload (Arduino Due)
Cristian Maglie
2012-09-21
Fixed micros()-not-monothonic bug
Cristian Maglie
2012-09-11
Refactored auto-reset methods.
Cristian Maglie
2012-09-11
Correct HID, the send is now done in one time
Jean-Christophe
2012-09-11
Add test J/K/packet/SE0_NAK, for usb.org process
Jean-Christophe
2012-09-10
Merge branch 'master' into upload-16u2
Cristian Maglie
2012-09-09
usbcv chapter 9 tests: passed
Jean-Christophe
2012-09-09
update for USB, USB High Speed software, for betatest, need some improvment. ...
Jean-Christophe
2012-09-09
correct CDC transmit, add device qualifier.
Jean-Christophe
2012-09-09
Added optimized write(buffer,size) method in CDC class
Cristian Maglie
2012-09-08
Upload over debug port (part 2)
Cristian Maglie
2012-08-24
First try to support architecture dependent query functions (digitalPinToPort...
Cristian Maglie
2012-08-24
SPI: added setBitOrder support; added end(pin) method.
Cristian Maglie
2012-08-24
Added include in Printable.h for 'size_t' support.
Cristian Maglie
2012-08-21
Fixed USB-CDC buffering. Now serial output performs much better.
Cristian Maglie
2012-08-14
Auto restart after upload (linux only for now). Auto reset/erase when uploadi...
Cristian Maglie
2012-08-04
Merge branch 'audio'
Cristian Maglie
2012-08-04
Extended analogRead/Write API to support difference ADC/DAC resolutions.
Cristian Maglie
2012-08-01
Added setAnalogResolution() method.
Cristian Maglie
2012-07-29
Audio lib: added DAC class and DMA interrupt handling
Cristian Maglie
2012-06-30
Removed validation tests
Cristian Maglie
2012-06-28
USBHost is now a library
Cristian Maglie
2012-06-27
Merged master
Cristian Maglie
2012-06-26
[sam] USBHost ADK+HID supported okay. Code is more documented.
Thibault RICHARD
2012-06-26
Merged upstream Arduino master branch
Cristian Maglie
[next]