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
Age
Commit message (
Expand
)
Author
2014-12-18
Fix compiler warnings.
Ralf Kistner
2013-03-18
Rename core from arduino to arcore.
Ralf Kistner
2013-03-18
Changed the way ARDUINO is defined inside platform.txt
Cristian Maglie
2013-03-06
Added auto-generation for 'build.board' value in boards.txt.
Cristian Maglie
2013-02-13
merging ide-1.5.x
Federico Fissore
2013-02-13
Fixed delayMicrosecond() when interrupts are disabled
Cristian Maglie
2013-02-11
BOARDS and ARCH defines from boards.txt
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
Removed unused file
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-04
Fixed verbose upload. Removed unused platform.txt params.
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
Merge remote-tracking branch 'origin/master' into merge-1.0.1
Cristian Maglie
2012-10-18
Removing "Dev. Ed." naming from Due boards.
David A. Mellis
2012-10-18
Merged upstream arduino branch
Cristian Maglie
2012-10-15
Adjusted boards/variants
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
Reordered boards menu
Cristian Maglie
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-09-07
Upload over debug port
Cristian Maglie
2012-08-25
Removed unused boards/programmers
Cristian Maglie
2012-08-24
First try to support architecture dependent query functions (digitalPinToPort...
Cristian Maglie
[next]