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
/
arduino
/
USB
Age
Commit message (
Expand
)
Author
2013-03-18
Rename core from arduino to arcore.
Ralf Kistner
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
2012-11-19
Fix BSoD for Windows (louismdavis)
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-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-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-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-06-27
Merged master
Cristian Maglie
2012-06-26
Merged upstream Arduino master branch
Cristian Maglie
2012-06-25
[sam] fixed CDC com issue in Arduino IDE
Cristian Maglie
2012-06-22
[sam] fixed CDC com issue in Arduino IDE
Thibault RICHARD
2012-06-18
[sam] enabling High Speed support for USB Device stack
Thibault RICHARD
2012-06-07
[sam] USB Host stack v1 with enumeration working okay using validation example
Thibault RICHARD
2012-06-02
Arduino-core 1.0.1 merging (completed, to be tested...)
Cristian Maglie
2012-05-29
[sam] properly turn off usb code when USBCON is not defined
Travis Geiselbrecht
2012-05-20
[sam] renamed 'sam' core folder into 'arduino'
Cristian Maglie