index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
/
arduino
/
CDC.cpp
Age
Commit message (
Expand
)
Author
2019-02-17
Removed USB CDC Serial
David Madison
2019-02-15
Replace Serial with null
David Madison
2017-11-13
Always read key to check for new LUFA bootloader
Scott Allen
2017-11-13
Don't use line coding to trigger USB auto-reset
Scott Allen
2017-11-13
Save/restore the watchdog during USB auto-reset
Scott Allen
2017-11-13
Fix save/restore of magic key location during reset
Scott Allen
2016-04-06
[AVR] Discover newer bootloader at runtime
Martino Facchin
2015-09-28
Fix compiler warning in CDC.cpp
Nico
2015-08-14
Merge branch 'cdc-settings' of https://github.com/matthijskooijman/Arduino
Cristian Maglie
2015-08-12
Added 16 byte endpoint support
NicoHood
2015-08-12
Made Magic Key Settings more flexible
NicoHood
2015-07-31
Add Serial_::availableForWrite().
Peter Van Hoyweghen
2015-07-31
Add Serial_::readBreak() to process SEND_BREAK requests
Matthijs Kooijman
2015-07-31
Expose serial settings from CDC virtual serial port
Matthijs Kooijman
2015-07-16
save RAM content overridden by bootloader magic
Martino Facchin
2015-07-16
rename Setup typedef struct to USBSetup
Martino Facchin
2015-07-16
make CDC function non removable
Martino Facchin
2014-09-12
Fixed trivial include error introduced in previous commit 2e3e539b... oops...
Cristian Maglie
2014-09-01
Fix for upload problems on Arduino Leonardo (and derivatives) with OSX 10.9.4
Cristian Maglie
2014-06-19
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2014-06-19
Fixed regression in USBAPI and CDC (xaljox)
Cristian Maglie
2014-05-30
Merge branch 'master' into HEAD
Cristian Maglie
2014-05-30
USB CDC available() method returns correct number of bytes in buffer.
Cristian Maglie
2014-05-26
Merge branch 'usbcdc-improved' into ide-1.5.x
Cristian Maglie
2014-05-24
Improve CDC read code
Paul Brook
2014-05-24
improved USB write speeds
Justin Rajewski
2014-04-20
Fixed other trivial warnings in AVR USB core.
Cristian Maglie
2013-09-30
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2013-09-02
USB CDC two argument begin()
Paul Brook
2013-09-02
USB serial baud arg type
Paul Brook
2013-07-27
Move buffers into USB CDC (look #947 and #1369 for reference)
Cristian Maglie
2012-10-18
Merged latest changes in AVR arduino core
Cristian Maglie
2012-09-13
Avoid serial buffer overrun on leonardo
Peter Van Hoyweghen
2012-04-11
fixed logic bug in Caterina that could stop the bootloader from entering self...
Zach Eveland
2012-04-06
Revert "Revert "added a short delay and comment to boolean operator in CDC""
Zach Eveland
2012-04-06
Revert "added a short delay and comment to boolean operator in CDC"
Federico Vanzati
2012-04-03
added a short delay and comment to boolean operator in CDC
Zach Eveland
2012-04-01
added Boolean operators to HardwareSerial and CDC to test whether the port is...
Zach Eveland
2012-03-14
reduced delay before starting the Leonardo bootloader
Zach Eveland
2012-03-01
changed auto-reset logic for Leonardo. only do WDT manipulation if the port ...
Zach Eveland
2012-02-27
Autoreset 1200 bps fix.
Cristian Maglie
2012-02-22
shortened the watchdog period for resetting Leonardo from 2 s to 250 ms. Res...
Zach Eveland
2012-02-14
Leonardo now checks whether bootloader should be run after a WDT event.
Zach Eveland
2012-02-13
Leonardo auto-reset-and-upload changes for Windows (explanation below)
Zach Eveland
2012-02-03
fixed starting Leonardo bootloader from sketch
Zach Eveland
2012-01-24
Caterina now cleanly hands off operation to the sketch
Zach Eveland
2011-12-18
added asynchronous buffering of received CDC characters
Zach Eveland
2011-11-09
restored original non-interrupt-driven DiskLoader
Zach Eveland
2011-10-27
changes in core and boards.txt to support new bootloader
Zach Eveland
2011-09-08
fixed bug where sketches over 28k caused subsequent auto-reset-and-upload att...
Zach Eveland
[next]