Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-18 | added asynchronous buffering of received CDC characters | Zach Eveland | |
This fixes the issue Federico reported where bytes written by host but not read by sketch would cause serial connection to lock up. Ring buffer implementation is based on HardwareSerial.cpp. Adds public accept() method to CDC. | |||
2011-12-18 | fixed digitalWrite on timer 4 pins (D6 and D13) | Zach Eveland | |
2011-12-11 | fixed TIMER4 use on Leonardo | Zach Eveland | |
ATMEGA32U4 has major differences in TIMER4 registers compared to ATMEGA1280 and 2560. turnOffPWM, analogWrite, and initialize routines had wrong registers, bit names, etc. | |||
2011-12-02 | Updated reference voltage defines for ATmega1284P. | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=728 | |||
2011-12-02 | Support 3rd external interrupt on ATmega1284P (maniacbug) | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=728 | |||
2011-12-02 | Fixing delayMicroseconds() timing for 20 MHz clocks. (Erdem U. Altinyurt) | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=306 | |||
2011-11-19 | readBytes() and readBytesUntil() handle zero bytes and return # of bytes read. | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=586 | |||
2011-11-16 | Fixed handling of Ax constants on Leonardo | Zach Eveland | |
Fixed mistake in assignment and handling of A6-A11 constants. Renumbered constants for all Ax channels. | |||
2011-11-09 | restored original non-interrupt-driven DiskLoader | Zach Eveland | |
Interrupt-driven version was a dead-end - too many bugs with that approach. | |||
2011-10-31 | Merge branch 'new-extension' of github.com:arduino/Arduino into ↵ | Zach Eveland | |
diskloader_reboot | |||
2011-10-29 | Protecting the version of parseInt() and parseFloat(). (Paul Stoffregen) | David A. Mellis | |
This should allow us more flexibility in determining how to handle these functions later. For example, in specifying that initial characters shouldn't be skipped. http://code.google.com/p/arduino/issues/detail?id=698 | |||
2011-10-27 | Revert "Merge branch 'master' of github.com:arduino/Arduino into ↵ | Zach Eveland | |
diskloader_reboot" This reverts commit df9835efafd13685251749bc210c0b96a18a96a5, reversing changes made to ec45af8bfa9222a807c075dd1db4b5aa798bba03. Conflicts: hardware/arduino/variants/mega/pins_arduino.h libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino | |||
2011-10-27 | Merge branch 'new-extension' of github.com:arduino/Arduino into ↵ | Zach Eveland | |
diskloader_reboot Conflicts: hardware/arduino/variants/mega/pins_arduino.h libraries/Ethernet/examples/PachubeClient/PachubeClient.ino libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino | |||
2011-10-27 | changes in core and boards.txt to support new bootloader | Zach Eveland | |
old bootloader could fit in only 2 kB of flash. new version has to have a 4 kB block - jump-to address and boards.txt must reflect this. | |||
2011-10-27 | Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot | Zach Eveland | |
Conflicts: app/src/processing/app/Editor.java app/src/processing/app/Sketch.java build/shared/examples/4.Communication/SerialCallResponse/SerialCallResponse.pde build/shared/lib/theme/theme.txt hardware/arduino/cores/arduino/HardwareSerial.h hardware/arduino/cores/arduino/Print.cpp hardware/arduino/cores/arduino/WString.h hardware/arduino/variants/mega/pins_arduino.h libraries/Ethernet/examples/PachubeClient/PachubeClient.ino libraries/Ethernet/examples/PachubeClientString/PachubeClientString.ino libraries/Firmata/examples/EchoString/EchoString.ino libraries/SD/File.cpp libraries/SoftwareSerial/SoftwareSerial.cpp libraries/SoftwareSerial/SoftwareSerial.h libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino libraries/SoftwareSerial/keywords.txt | |||
2011-10-25 | Bug fix in replace(). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=694 | |||
2011-10-24 | Moving ARDUINO_MAIN from main.cpp to wiring_digital.c and hiding PA, PB, etc. | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=677 http://code.google.com/p/arduino/issues/detail?id=691 | |||
2011-10-24 | Correcting analogReference() constants for ATtiny24/44/84 and 25/45/85. | David A. Mellis | |
DEFAULT, EXTERNAL, and INTERNAL have different values on those processors. | |||
2011-10-21 | Lowering timer 1 prescale factor (to 8 from 64) for F_CPU less than 8 MHz. | David A. Mellis | |
Otherwise, you can see flicker on an LED. | |||
2011-10-10 | Fixing more warnings (Paul Stoffregen). | David A. Mellis | |
2011-10-02 | Fixing warnings in Stream (Paul Stoffregen) | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=208 | |||
2011-09-30 | Using alternate timer 0 overflow interrupt signal name for ATtiny24/44/84. | David A. Mellis | |
2011-09-16 | added Mouse.isPressed() method | Zach Eveland | |
2011-09-16 | made some Keyboard methods private | Zach Eveland | |
2011-09-16 | added support for TIMER4D used for PWM on Leonardo and Micro D6 | Zach Eveland | |
2011-09-16 | added automatic one-shot TX and RX LED control for sketch USB | Zach Eveland | |
2011-09-16 | added to sketch iProduct and iManufacturer strings identifying board as ↵ | Zach Eveland | |
either an "Arduino Leonardo" or "Arduino Micro" manufactured by "Arduino LLC" | |||
2011-09-16 | Merge branch 'new-extension' of https://github.com/arduino/Arduino into ↵ | Zach Eveland | |
new-extension | |||
2011-09-13 | fixed analog pin mapping for 32u4 | Zach Eveland | |
2011-09-13 | fixed Mouse button assignments | Zach Eveland | |
2011-09-12 | made Mouse.buttons() private. removed MOUSE_ALL macro | Zach Eveland | |
2011-09-09 | Don't consume trailing char in parseInt() and parseFloat (Paul Stoffregen). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=624 | |||
2011-09-08 | Merge branch 'new-extension' of https://github.com/arduino/Arduino into ↵ | Zach Eveland | |
new-extension Conflicts: build/linux/dist/tools/avrdude.conf | |||
2011-09-08 | fixed bug where sketches over 28k caused subsequent auto-reset-and-upload ↵ | Zach Eveland | |
attempts to fail. fixed bug in reboot routine, changed fuses to select 1024-word bootloader size, disabled hardware boot enable. | |||
2011-09-08 | added compile-time definition of sketch PID. PID is pulled from ↵ | Zach Eveland | |
variants/leonardo or the new variants/micro as appropriate. | |||
2011-09-08 | Revert "support compile-time passing of PID to Leonardo/Micro sketches. PID ↵ | Zach Eveland | |
comes from boards.txt - different for Micro and Leonardo" This reverts commit 3e0d195492247a7e7c2ec72476bf2a0991ea6d48. | |||
2011-09-08 | support compile-time passing of PID to Leonardo/Micro sketches. PID comes ↵ | Zach Eveland | |
from boards.txt - different for Micro and Leonardo | |||
2011-09-07 | Making Print::write(char *) non-virtual. | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=607 | |||
2011-09-07 | Changing to a simpler mental model for serialEvent (Paul Stoffregen). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=626 | |||
2011-09-06 | changed auto-reset trigger condition to fix auto-reset-and-upload for ↵ | Zach Eveland | |
Windows. now reboots when a port, opened at 1200 bps, is closed. | |||
2011-09-05 | changed baudrate for auto-reset-and-upload back to 1200 bps. specified ↵ | Zach Eveland | |
arduino protocol for Leonardo avrdude upload. | |||
2011-09-05 | Merge branch 'new-extension' of https://github.com/arduino/Arduino into ↵ | Zach Eveland | |
new-extension Conflicts: build/macosx/dist/tools-universal.zip build/windows/avr_tools.zip hardware/arduino/cores/arduino/HardwareSerial.cpp | |||
2011-08-31 | Moving serialEvent() calls from RX interrupts to main for() loop (after loop()). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=584 | |||
2011-08-31 | Renaming writeError() to getWriteError() in Print (and Stream and friends). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=608 | |||
2011-08-30 | added Mouse press() and release() | Zach Eveland | |
2011-08-30 | on a CDC or HID write() error, call setWriteError(). better handling of ↵ | Zach Eveland | |
USB_Send errors in CDC. | |||
2011-08-30 | Created an abstract base class UDP to match the Client and Server classes, ↵ | amcewen | |
and reworked the Ethernet library to use it and derive EthernetUDP. | |||
2011-08-30 | support for non-Leonardo boards is back! | Zach Eveland | |
2011-08-30 | CDC and HID write() routines now return non-void - brought in line with new ↵ | Zach Eveland | |
write behavior | |||
2011-08-30 | Merge branch 'mainline' into new-extension | Zach Eveland | |