1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Commit Graph

6444 Commits

Author SHA1 Message Date
Martino Facchin
b931d63df5 Update avrdude to 6.3.0-arduino9 2017-02-08 17:50:04 +01:00
Martino Facchin
2d0ef4a07a Update avr-gcc to avr-gcc-4.9.2-atmel3.5.4-arduino2 2017-02-08 17:50:04 +01:00
Dan Stutts
a095d2a3c8 Add 500Kbps, 1Mbps and 2Mbps to the list of available serial speeds 2017-02-08 17:21:12 +01:00
Sandeep Mistry
26ae0ac868 Add virtual beginMulticast(...) stub to UDP class 2017-02-08 15:33:41 +01:00
Martino Facchin
cd729a964d Update revisions.txt 2017-02-08 15:10:32 +01:00
Martino Facchin
8d955c8be1 Merge pull request #5623 from matthijskooijman/stk500-jtagice3
Support the Atmel STK500 and JTAGICE3 for ISP
2017-02-08 12:57:46 +01:00
Martino Facchin
dfea164dfe Merge branch 'master' into stk500-jtagice3 2017-02-08 12:56:49 +01:00
Martino Facchin
2870bae7c9 Add Atmel-ICE as AVR programmer 2017-02-08 12:48:47 +01:00
Martino Facchin
0b549ef3c9 Merge pull request #5892 from ximion/master
Make metainfo and .desktop files spec compliant
2017-02-08 12:47:07 +01:00
Martino Facchin
2e98854703 Remove sam platform from IDE repo
Refer to https://github.com/arduino/ArduinoCore-sam for further development.
All the tagged issues will be moved to the new repo
PRs which only apply to SAM platform will need to be recreated instead
2017-02-08 12:44:31 +01:00
Cristian Maglie
057419b08b Fixed build (rename arduino-builer-arm to arduino-builder-linuxarm)
Fix #5945
2017-02-03 15:11:53 +01:00
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
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
Arturo Guadalupi
934cac171c changed sensor pin
Fixes #5884
2017-01-20 09:40:07 +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