0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed auto-reset trigger condition to fix auto-reset-and-upload for Windows. now reboots when a port, opened at 1200 bps, is closed. More... over 12 years ago
changed baudrate for auto-reset-and-upload back to 1200 bps. specified arduino protocol for Leonardo avrdude upload. More... over 12 years ago
Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-extension More... over 12 years ago
Merge branch 'new-extension' of github.com:arduino/Arduino into new-extension More... over 12 years ago
Updating to avrdude 5.11 (Windows). stk500 -> arduino in boards.txt. More... over 12 years ago
Adding Arduino Ethernet and Arduino Mega ADK (joint w/ Mega 2560) to boards menu. More... over 12 years ago
Moving serialEvent() calls from RX interrupts to main for() loop (after loop()). More... over 12 years ago
Renaming writeError() to getWriteError() in Print (and Stream and friends). More... over 12 years ago
added Mouse press() and release() More... over 12 years ago
on a CDC or HID write() error, call setWriteError(). better handling of USB_Send errors in CDC. More... over 12 years ago
Created an abstract base class UDP to match the Client and Server classes, and reworked the Ethernet library to use it and derive EthernetUDP. More... over 12 years ago
support for non-Leonardo boards is back! More... over 12 years ago
CDC and HID write() routines now return non-void - brought in line with new write behavior More... over 12 years ago
brought leonardo folder in line with new variants scheme More... over 12 years ago
Merge branch 'mainline' into new-extension More... over 12 years ago
Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed More... over 12 years ago
Final changes to integrate latest core updates to WiFly branch More... over 12 years ago
Merge branch 'master' into wifly_integration More... over 12 years ago
auto-upload-and-reset works now at 300 bps. patched avrdude for Mac to support 300 bps connection, changed core and boards.txt to match More... over 12 years ago
Merge branch 'new-extension' of https://github.com/arduino/Arduino More... over 12 years ago
Moving write errors out of return value into separate API methods. More... over 12 years ago
Changing from long to ssize_t (int) for write(), print(), println() return. More... over 12 years ago
bugfix - Serial.write() would try to send even if no CDC connection was open. More... over 12 years ago
changed auto-reset method for upload: now triggered by opening port at 1200 bps More... over 12 years ago
write(), print(), and println() now return number of bytes written. More... over 12 years ago
Distinguishing those boards with eight analog inputs (Fio, BT, Nano, Mini). More... over 12 years ago
Renaming pins/ directory to the more generic variants/ More... over 12 years ago
USB microcontrollers will call USB.attach() after init(), before setup() More... over 12 years ago
HW Serial on pins 0 and 1 works. Accessed by Serial1.* methods More... over 12 years ago
Stream.readBytesUntil() now writes null terminator within length. More... over 12 years ago