- 13 Nov, 2017 1 commit
-
-
Martino Facchin authored
-
- 18 Aug, 2017 1 commit
-
-
Martino Facchin authored
-
- 25 Jul, 2017 1 commit
-
-
Varun Mehta authored
Other paths in avrdude.upload.pattern are wrapped in double quotes, and this -P{serial.port} causes issues with some platforms. This allows serial port devices which include spaces and other characters. Without this fix a /dev/tty* or /dev/cu* device that includes a space in its name gets truncated when passed to avrdude. Error messages returned from avrdude are cryptic, and workarounds (symlinks) are prone to failure. Fixes #3693
-
- 18 Jul, 2017 1 commit
-
-
per1234 authored
It's ATmega328P, not ATmega328. Partially solves https://github.com/arduino/Arduino/issues/6369
-
- 06 Jul, 2017 1 commit
-
-
per1234 authored
These functions were changed from private to protected in https://github.com/arduino/Arduino/commit/99f2a2755349784835130147e46cb61659b85893 but the comments were not updated at that time. In conjunction with equivalent pull requests to Arduino SAM Boards and Arduino SAMD Boards, solves https://github.com/arduino/Arduino/issues/6146.
-
- 31 May, 2017 1 commit
-
-
Cristian Maglie authored
-
- 23 May, 2017 2 commits
-
-
-
Matthijs Kooijman authored
This method originally flushed pending input bytes, which makes sense in Stream. At some point it was changed to flush output bytes instead, but it was never moved to Print to reflect this. Since Stream inherits from Print, this should not really affect any users of the Stream or Print classes. However to prevent problems with existing implementations of the Print class that do not provide a flush() implementation, a default implementation is provided. We should probably remove this at some point in the future, though.
-
- 16 May, 2017 1 commit
-
-
Eric Wieser authored
If available() is in the base Stream class, then availableForWrite() should be in the base Print class
-
- 20 Mar, 2017 2 commits
-
-
Cristian Maglie authored
-
sergiotomasello authored
-
- 16 Mar, 2017 3 commits
-
-
liu nick authored
use IAD Descriptor for device descriptor per the definition in "USB 2.0 ECN Interface Association Descriptor" and "USB Interface Association Descriptor Device Class Code and Use Model"
-
Cristian Maglie authored
See #5732 #4864 #4138 #3946
-
Cristian Maglie authored
This reverts commit 817d700a7503b269f986075cad637ce56c657e37.
-
- 14 Mar, 2017 1 commit
-
-
sergiotomasello authored
compatibility of uno wifi dev. ed. with wifi link library
-
- 08 Mar, 2017 1 commit
-
-
Cristian Maglie authored
Fix #4784 Close #4791
-
- 07 Mar, 2017 2 commits
-
-
Adrien Descamps authored
Forgot to fix ethernet board in previous commit
-
Adrien Descamps authored
Avrdude has changed the way it handle unused bits in the extended fuse for atmega 328 and atmega 168, they are now at 1 instead of 0. See http://svn.savannah.nongnu.org/viewvc?view=rev&root=avrdude&revision=1335 for more info. This causes avrdude to fail when one try to write the fuse with the unused bits at 0, because the value it read back is not the same than the one it tried to write. This commit fixes the fuse value for all boards that use atmega328 or 168.
-
- 08 Feb, 2017 4 commits
-
-
Martino Facchin authored
-
Sandeep Mistry authored
-
Martino Facchin authored
-
Martino Facchin authored
-
- 09 Jan, 2017 2 commits
-
-
Martino Facchin authored
-
Martino Facchin authored
Change double quotes to single quotes
-
- 08 Jan, 2017 1 commit
-
-
Patrick Roncagliolo authored
Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
-
- 07 Jan, 2017 1 commit
-
-
Patrick Roncagliolo authored
- "." is a string literal, and so is treated as the char '.' plus the null char '\0'. - Single quotes reduces the necessary memory for this literal to only one char instead. A string literal as the one actually present may require the use of the method "write(const char *str)", so there could be also a performance overhead. - Another reason to change quotes style is for consistency with line 235. Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
-
- 28 Dec, 2016 1 commit
-
-
Martino Facchin authored
-
- 21 Dec, 2016 2 commits
-
-
Martino Facchin authored
-
Martino Facchin authored
Both serial and OTA upload methods OTA upload uses the ESP8266 method with a custom upload tool (https://github.com/arduino/arduinoOTA)
-
- 19 Dec, 2016 2 commits
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- 16 Dec, 2016 7 commits
-
-
Martino Facchin authored
-
Martino Facchin authored
While not plainly wrong, since the board is not contained in a 3rd party package, use the "baseline" reference method
-
Martino Facchin authored
Add Arduino.org board definitions
-
Cristian Maglie authored
See #2075
-
Martino Facchin authored
remember to correct the core size and checksum when pushing the official core
-
Martino Facchin authored
We'll need to patch avrdude with this new programmer type https://github.com/platformio/platformio-core/issues/717
-
Martino Facchin authored
Yun derived (Industrial101, YunMini, LininoOne) and Leonardo Ethernet
-
- 15 Dec, 2016 1 commit
-
-
- 14 Dec, 2016 1 commit
-
-
Cristian Maglie authored
-