- Jul 23, 2015
-
-
Martino Facchin authored
the function returned 1 millisecond after the required time
-
- Jul 17, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
See https://github.com/arduino/Arduino/pull/2175 Quoting the original commits from Matthijs Kooijman: Enable C++11 support This uses the gnu++11 standard, which is C++11 with GNU extensions. C++11 should be full compatible with the previously used C++98 standards, so all pre-existing sketches should continue to work. Enable C11 support This uses the gnu11 standard, which is C11 with GNU extensions. Previously, gnu89 was being used, which is pretty ancient by now. C99 brings some important improvements, some of which were already available and used even without this option. C11 is more recent and brings more minor improvements. Most notable feature is the static_assert statement, allowing checking invariants at compiletime using the full C expressions.
-
- Jul 05, 2015
-
-
Cristian Maglie authored
This fix lock-ups on UART errors (for example when disconnecting and reconnecting RX/TX wires or if the method Serial.begin is called while another device is already transmitting).
-
- Jun 26, 2015
-
-
Cristian Maglie authored
Fixes #4
-
- Jun 24, 2015
-
-
Cristian Maglie authored
It seems that #include <stdint.h> is able to undef "min" and "max" previously defined. With this commit we make sure that they are defined as last. Fix #10
-
- Jun 15, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
- Jun 14, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Jun 13, 2015
-
-
Cristian Maglie authored
as in the other Arduino cores
-
- Jun 12, 2015
-
-
Cristian Maglie authored
-
- Jun 10, 2015
-
-
Cristian Maglie authored
-
- May 28, 2015
-
-
Cristian Maglie authored
-
- May 27, 2015
-
-
Thibaut VIARD authored
-
Thibaut VIARD authored
-
Thibaut VIARD authored
-
Thibaut VIARD authored
-
- May 20, 2015
-
-
Claudio Indellicati authored
-
Claudio Indellicati authored
-
- Apr 15, 2015
-
-
Claudio Indellicati authored
-
- Mar 27, 2015
-
-
Cristian Maglie authored
-
- Mar 26, 2015
-
-
Claudio Indellicati authored
-
- Mar 25, 2015
-
-
Cristian Maglie authored
-
- Mar 24, 2015
-
-
Cristian Maglie authored
-
Claudio Indellicati authored
-
- Mar 23, 2015
-
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <thibaut.viard@atmel.com>
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <thibaut.viard@atmel.com>
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <thibaut.viard@atmel.com>
-
- Mar 18, 2015
-
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <thibaut.viard@atmel.com>
-
- Mar 16, 2015
-
-
Claudio Indellicati authored
Interrupt based implementation that works on every pin.
-
- Mar 13, 2015
-
-
Claudio Indellicati authored
- Renamed Tone.cpp.disabled to Tone.cpp - Removed commented legacy AVR code from Tone.cpp
-
Cristian Maglie authored
This reverts commit bc7115b104428f9bea4fdfa1b6af245085f6f542.
-
Cristian Maglie authored
This reverts commit 5024bce531bfeb6f70844f76ea09d7e7de31a067.
-
- Mar 06, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Feb 13, 2015
-
-
Cristian Maglie authored
-
- Jan 27, 2015
-
-
Cristian Maglie authored
-