Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-02 | changing available() to return an int (because the Ethernet Client class or ↵ | David A. Mellis | |
another stream might need more than 255 bytes). | |||
2010-07-04 | Adding a peek() function to Stream and HardwareSerial (Serial). | David A. Mellis | |
2010-05-28 | Adding a basic Stream interface and modifying HardwareSerial to inherit from it. | David A. Mellis | |
2009-12-23 | Adding Serial.end(). | David A. Mellis | |
2009-11-21 | Improving third-party hardware support: | David A. Mellis | |
- moving back to multple cores per platform - using target instead of platform - moving per-board and per-programmer preferences out of Preferences.java and into a new Target class - adding a new "target" preference - support for platform:value values in board preferences for bootloader path and core - XXX: need to support platform:value syntax for board upload.using preferences. | |||
2009-11-07 | Moving things around. | David A. Mellis | |
2009-07-12 | Clearing the U2Xn bit in Serial.begin() (because it is set on the Pro / Pro ↵ | David A. Mellis | |
Mini 328). Fixing some indentation. | |||
2009-06-01 | First integration of the Arduino code in Processing 5503: PreProcessor and ↵ | David A. Mellis | |
Compiler have been integrated with changes to the Sketch. Compilation still has problems (Thread error on success, and can't handle non-pde files in a sketch). Modified the Mac OS X make.sh to copy the hardware, avr tools, and example over. Removing some of the antlr stuff. Disabling the Commander (command-line execution) for now. Added Library, LibraryManager, and Target. Added support for prefixed preferences (e.g. for boards and programmers). |