- Jul 21, 2015
-
- Jul 17, 2015
-
-
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 01, 2015
-
-
Cristian Maglie authored
-
- Jun 26, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Jun 24, 2015
-
-
Cristian Maglie authored
-
- Jun 12, 2015
-
-
Cristian Maglie authored
-
- Jun 11, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- May 27, 2015
-
-
Thibaut VIARD authored
-
- May 14, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Apr 30, 2015
-
-
Cristian Maglie authored
-
- Mar 24, 2015
-
-
Cristian Maglie authored
-
- Mar 23, 2015
-
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <thibaut.viard@atmel.com>
-
- Mar 18, 2015
-
-
Cristian Maglie authored
-
- Mar 17, 2015
-
-
Cristian Maglie authored
-
- Mar 06, 2015
-
-
Cristian Maglie authored
Conflicts: hardware/arduino/sam/platform.txt
-
- Feb 18, 2015
-
-
Cristian Maglie authored
-
- Nov 24, 2014
-
-
Cristian Maglie authored
Conflicts: hardware/arduino/sam/platform.txt
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <thibaut.viard@atmel.com>
-
- Nov 21, 2014
-
-
Cristian Maglie authored
-
- Oct 23, 2014
-
-
Cristian Maglie authored
-
- Oct 07, 2014
-
-
Cristian Maglie authored
the current Arduino platform has warnings disabled by default. There are ongoing development upstream to implement all-warning from preferences.
-
- Sep 22, 2014
-
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <thibaut.viard@atmel.com>
-
- Sep 09, 2014
-
-
Thibaut VIARD authored
-
- Sep 08, 2014
-
-
Cristian Maglie authored
-
- Sep 01, 2014
-
-
Cristian Maglie authored
-
- Aug 08, 2014
-
-
Thibaut VIARD authored
-
- Aug 05, 2014
-
-
Thibaut VIARD authored
-
- Jul 31, 2014
-
-
Thibaut VIARD authored
-
Thibaut VIARD authored
-
Thibaut VIARD authored
-
Thibaut VIARD authored
-
- Jul 28, 2014
-
-
Thibaut VIARD authored
-
- Jul 25, 2014
-
-
Thibaut VIARD authored
-
- Jun 07, 2014
-
-
Cristian Maglie authored
Paths from command line in Windows style ("C:\path\etc...") should be enclosed in double brackets like "{{C:\path\etc...}}" to avoid OpenOCD's tcl interpreter to escape them.
-
- Jun 05, 2014
-
-
Jonathan BAUDIN authored
-
- May 19, 2014
-
-
Cristian Maglie authored
-