- Apr 04, 2017
-
-
per1234 authored
http://downloads.arduino.cc/packages/package_index.json specifies openocd version 0.9.0-arduino6-static in the Arduino SAMD Boards 1.6.13 entry. The incorrect version previously used to define tools.openocd.path caused uploads for SAMD boards to fail: "java.io.IOException: Cannot run program "{runtime.tools.openocd-0.9.0-arduino5-static.path}/bin/openocd.exe": CreateProcess error=2, The system cannot find the file specified"
- Mar 31, 2017
-
- Feb 28, 2017
-
-
Sandeep Mistry authored
-
- Feb 15, 2017
-
-
Sandeep Mistry authored
Via 2nd stage boot code that checks SD card for UPDATE.bin
-
- Feb 07, 2017
-
-
sergiotomasello authored
upd: optimization openocd version control upd: optimization of openocd (mips) installation procedure
-
- Feb 02, 2017
-
-
Cristian Maglie authored
-
- Jan 30, 2017
-
-
Martino Facchin authored
-
Martino Facchin authored
-
Martino Facchin authored
This reverts commit b04ddad1.
-
- Dec 23, 2016
-
-
Cristian Maglie authored
not working, disabling until we found the issue.
-
- Dec 20, 2016
-
-
Martino Facchin authored
-
Martino Facchin authored
Otherwise a compulsory property should be added to every board (3rd paty hell). The bug is related with IDE's uploadUsingPreferences; the property map used to expand the receipe is derived from board properties and overwritten by the programmer's properties. So no default can exist, and no global variable either.
-
Martino Facchin authored
-
Martino Facchin authored
Main differences: * avrdude compatible vs bossac bootloader * flash location of user sketch (0x2000 vs 0x4000)
-
- Dec 15, 2016
-
-
Martino Facchin authored
-
- Dec 02, 2016
-
-
Sandeep Mistry authored
-
- Nov 18, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
- Oct 12, 2016
-
-
Cristian Maglie authored
-
- Sep 30, 2016
-
-
Sandeep Mistry authored
-
- Sep 28, 2016
-
-
Cristian Maglie authored
- Sep 27, 2016
-
-
Sandeep Mistry authored
-
- May 19, 2016
-
- May 09, 2016
-
-
Cristian Maglie authored
-
- Apr 21, 2016
-
-
Sandeep Mistry authored
This enables WDT, so sketches do not work.
-
- Apr 04, 2016
-
-
Sandeep Mistry authored
Port of https://github.com/arduino/Arduino/pull/4737
-
- Mar 30, 2016
-
-
Cristian Maglie authored
Fix #124
-
- Feb 19, 2016
-
-
Cristian Maglie authored
-
- Feb 15, 2016
-
-
Cristian Maglie authored
-
- Dec 03, 2015
-
-
Bill authored
-
- Nov 03, 2015
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- 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
-