1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Commit Graph

58 Commits

Author SHA1 Message Date
Cristian Maglie
ca90bf75cb Bridge: Increased timeout when receiving "lenght" field.
Fixes a weird timing issue:
http://forum.arduino.cc/index.php?topic=188955.0
2013-09-21 23:47:37 +02:00
Cristian Maglie
43477bd9d6 Merge pull request #1583 from cow77/ide-1.5.x
Makes it possible to link Bridge to another linux-system.
2013-09-21 12:01:45 -07:00
cow77
b0941ad5c9 Makes it possible to link to another linux-system, not running with
250000 (not Yun, but f.i. an Arduino mega2560 with a modified/expanded
WR703N).

The default could stay at 250000 (Yun).
2013-09-20 17:09:44 +02:00
Cristian Maglie
be936dd590 Fixed buffer overflow in File::doBuffer() (dreggy)
Fixes #1580
2013-09-19 16:22:12 +02:00
Federico Fissore
65f0819b05 reviewed Bridge example headers 2013-09-10 10:23:29 +02:00
Federico Fissore
3e2008dfcc updated Bridge examples headers 2013-09-09 20:56:15 +02:00
Fede85
15fd2d1158 Added the header to the Bridge.ino example
Removed Serial.begin(), there are no serial prints in the sketch.
2013-09-09 13:37:40 +02:00
Fede85
81338e245b Bridge library to the 1.5 format 2013-09-06 15:38:07 +02:00