Commit Graph

6637 Commits

Author SHA1 Message Date
Cristian Maglie 29613e2166 Update arduino-builder to 1.3.24 2017-02-02 11:36:43 +01:00
Cristian Maglie 2048ae264b Small makeup for ContributedLibrary.equals() 2017-01-25 16:28:54 +01:00
Cristian Maglie 3d0a153c04 Factored out `arduino-builder-build` task in build.xml
This allows also conditional build of arduino-builder.

See #5438
2017-01-25 16:24:35 +01:00
Cristian Maglie ff5b9f6660 Consider sketchbook and bundled libraries folders only if they exists 2017-01-25 16:24:35 +01:00
Cristian Maglie a044f59634 Allow empty bundle hardware folder 2017-01-25 16:24:35 +01:00
Martino Facchin b2241dadf8 Greatly simplify Network discovery code
use jmmdns to simplyfy the code and automatically take care of interfaces switching
2017-01-23 16:09:27 +01:00
Cristian Maglie 61cccc0151 verify/upload from CLI with relative path works again
Fix #5836
2017-01-23 13:41:03 +01:00
Cristian Maglie 3f74631762 Added test for command line regression
See #5836
2017-01-23 13:41:03 +01:00
Peter Oliver e54553a53d Add more fields to the AppStream metainfo file 2017-01-22 20:45:36 +01:00
Matthias Klumpp 5af7165b40 Make metainfo and .desktop files spec compliant
This resolves bug #5890
2017-01-22 20:42:47 +01:00
Martino Facchin 44c0c7300e Merge pull request #5444 from kevans91/freebsd-platform-tag
Add FreeBSD Platform Tag -- supports x86_64-freebsd, arm*-freebsd, an…
2017-01-20 17:49:27 +01:00
Martino Facchin aab908086e Fix classpath on Windows 2017-01-20 15:08:19 +01:00
Arturo Guadalupi 934cac171c changed sensor pin
Fixes #5884
2017-01-20 09:40:07 +01:00
Martino Facchin 0c8aebd6e8 Port fixes for upstream jmdns 2017-01-19 17:02:50 +01:00
Martino Facchin 0df438b817 Update jmdns to 3.5.1 2017-01-19 11:47:53 +01:00
Martino Facchin 6fc0379298 Starting IDE 1.8.2 2017-01-17 12:11:04 +01:00
Cristian Maglie 465c753e6a Updated changelog, release 1.8.1 2017-01-09 12:30:34 +01:00
agdl 55f3a4a475 Improved comment 2017-01-09 12:21:38 +01:00
agdl 62c0f0f79f USe LED_BUILTIN in BlinkWithoutDelay 2017-01-09 12:21:38 +01:00
Cristian Maglie e00e7bc427 Updated translations 2017-01-09 12:20:07 +01:00
Martino Facchin b87bc0f90a Merge branch 'master' of github.com:arduino/Arduino 2017-01-09 12:13:54 +01:00
Martino Facchin 1cec7e4b97 [AVR] update to 1.6.17 2017-01-09 12:11:58 +01:00
Cristian Maglie 2c51473319 Updated SD lib to version 1.1.1 2017-01-09 12:10:29 +01:00
Martino Facchin 5943595cef [SAM] update to 1.6.11 2017-01-09 12:09:49 +01:00
Martino Facchin b77957eb59 Merge pull request #5815 from roncapat/master
Change double quotes to single quotes
2017-01-09 10:43:59 +01:00
Patrick Roncagliolo 8418eecca7 Remove old TODOs for non-standard ipv4 format support
Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
2017-01-08 23:51:53 +01:00
Patrick Roncagliolo e6a3b99697 Change quote style for single char in sam too
Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
2017-01-07 19:49:48 +01:00
Patrick Roncagliolo 0f57225a66 Change double quotes to single quotes
- "." 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>
2017-01-07 19:48:12 +01:00
Cristian Maglie 694dc96159 Added updated CP210x drivers
See #5762
2017-01-05 16:52:20 +01:00
Cristian Maglie 07fc856427 Merge pull request #5809 from artynet/newcert
updating CAT files for Arduino.org and Linino boards
2017-01-05 15:40:14 +01:00
Arturo Rinaldi 92349eb9f3 updating CAT files for Arduino.org and Linino boards with the freshly issued certificates 2017-01-05 15:04:08 +01:00
Cristian Maglie 123c231c8e Fixed driver signature for Adafruit Playground
See #5762
2017-01-04 22:42:36 +01:00
Martino Facchin 548320f998 Fix transiflex scripts to explicitly require python2 2017-01-04 16:31:14 +01:00
Martino Facchin 35ee2499aa Readd translatable strings
Fixes #5757
2017-01-04 16:31:14 +01:00
Cristian Maglie 2daba3bb93 Removed invalid CP210x driver (for Tian)
See #5762
2017-01-03 13:19:40 +01:00
Cristian Maglie 81bcaa8369 Update revision log 2017-01-03 13:19:12 +01:00
Christopher Andrews f757ba15bc Amended .gitignore to ignore liblistSerials dev dependency. 2016-12-29 15:59:01 +01:00
cousteau 42f996e2ce Improve serial plotter graph colors
Number of colors used by serial plotter increased from 4 to 8.
Improved colors (brighter; easy to tell apart):
blue, red, green, amber, purple, gray, aqua, black.
2016-12-29 13:05:33 +01:00
Cristian Maglie 4f29650852 launch4j is downloaded from downloads.arduino.cc mirror
This is until sourceforge.net remove https->http redirection on
some of his mirrors.

Fix #5772
2016-12-29 12:44:43 +01:00
Kyle Evans ba42280fba Simply arch matching 2016-12-28 23:37:10 -06:00
Cristian Maglie 34fb802793 Fix font anti-alias on windows
The properties:

      System.setProperty("awt.useSystemAAFontSettings", "on");
      System.setProperty("swing.aatext", "true");

actually works on Linux (where the hint helps X11 to enable antialiased
rendering) but makes things worse on Windows where the outcome is exactly
the opposite (anti-alias is disabled).

Previously those settings had no effect because they were executed
*after* the initialization of the graphics. This is no more true
after the merge of #5578, that moved the graphics initialization
after commmand line parsing and consequently revealed the weird
behaviour on windows.

Fix #5750
2016-12-28 11:09:33 +01:00
Martino Facchin 006ec702e9 Properly escape avrdude.upload.network_pattern to handle spaces in path 2016-12-28 10:34:35 +01:00
NicoHood d3bd5f22bd Added option local_sources for better linux packaging with predownloaded sources 2016-12-27 15:50:38 +01:00
NicoHood 1da91087e4 Use https in build downloads 2016-12-27 15:49:26 +01:00
NicoHood 8e6422ffd8 Add option to disable doc packaging 2016-12-27 15:23:57 +01:00
Cristian Maglie da97506adf Started IDE 1.8.1 2016-12-24 00:14:33 +01:00
Martino Facchin d115f44a31 Update IDE version to 1.8.0 2016-12-21 16:12:44 +01:00
Martino Facchin 33eae2eb4c Update package_index_bundled with official avr 1.6.16 data 2016-12-21 16:09:29 +01:00
Martino Facchin 43d8599371 Update samd core to 1.6.10 2016-12-21 16:06:10 +01:00
Martino Facchin a418f483f6 Add arduinoOTA upload tool 2016-12-21 15:54:03 +01:00