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

5612 Commits

Author SHA1 Message Date
Federico Fissore
65d220d7f4 Update revisions.txt 2015-11-19 12:09:52 +01:00
Federico Fissore
960918796e Added support to file:// protocol. Fixes #4098 2015-11-19 12:08:17 +01:00
Federico Fissore
2747fddd10 Windows: when finding default Documents folder, if registry keys are missing,
fallback to environment variable. See #4124
2015-11-19 10:09:06 +01:00
Federico Fissore
b5565c5356 Update revisions.txt 2015-11-18 17:28:50 +01:00
Federico Fissore
20ddeb0fe3 Updated translations 2015-11-18 17:27:51 +01:00
Federico Fissore
b450a2743e Allowing boards/libs types and categories to be translated. Fixes #3646 2015-11-18 17:27:35 +01:00
Federico Fissore
04cfe0c36d Windows: inverted folder entries, as Shell Folders is more reliable (when
present)
2015-11-18 16:00:11 +01:00
Federico Fissore
9729b1b069 Windows: in case Shell Folders entry is missing, attempts to discover Documents folder using User Shell Folders. See #4124 2015-11-18 15:55:26 +01:00
Federico Fissore
8b35216226 Update revisions.txt 2015-11-18 14:42:56 +01:00
Federico Fissore
846b8216c8 Merge pull request #4022 from henningpohl/multiplot
Added functionality to plot multiple signals at the same time
2015-11-18 14:28:05 +01:00
Cristian Maglie
8a3cca7387 Merge branch 'master' of github.com:arduino/Arduino 2015-11-18 10:06:32 +01:00
Cristian Maglie
ca5aff00e8 Merge branch 'fix-flush' of https://github.com/cmaglie/Arduino 2015-11-18 10:06:01 +01:00
Cristian Maglie
96d4168139 Update revision log 2015-11-18 10:00:50 +01:00
Federico Fissore
ab552d494c Updating arduino-builder to 1.2.3 2015-11-18 10:00:37 +01:00
Cristian Maglie
a259f9c6dc Merge branch 'sam-serial-flush-tx-empty' of https://github.com/sandeepmistry/Arduino 2015-11-18 09:58:57 +01:00
Federico Fissore
13d8fa4dd0 Fixed typo 2015-11-18 09:49:46 +01:00
Federico Fissore
73e857fda9 Removed some warnings which are emitted from arduino-builder at compile time
Fixes #4177
2015-11-18 09:40:04 +01:00
Federico Fissore
802c745690 Modified AVR preproc recipe to match the one used by arduino-builder 2015-11-18 09:34:33 +01:00
Sandeep Mistry
435f6790da Check TXEMPTY flag instead of TXRDY flag on Serial.flush()
As suggested by @borisff in #4128.
2015-11-17 13:21:42 -05:00
Federico Fissore
d0bd09c8d3 Saving caret position when using external editor, attempting to restore it on window activation. Fixes #4155 2015-11-17 17:27:34 +01:00
Federico Fissore
a2fe70aba4 Updating arduino-builder to 1.2.2 2015-11-17 16:37:05 +01:00
agdl
cdd925b58d Added defines for gemma
As pointed out in #4063
2015-11-17 15:04:11 +01:00
Federico Fissore
1328f3a9e2 Library and Boards Managers were using old copies of library/boards indeces. thus making the UI show old data. Fixes #4139 #3904 #3795 2015-11-17 12:24:28 +01:00
Federico Fissore
0fb04b3180 Updating arduino-builder to 1.2.1 2015-11-16 15:38:21 +01:00
Martino Facchin
10e8480d3d Increase SerialMonitor reopening timeout to 10 seconds 2015-11-13 16:59:50 +01:00
Cristian Maglie
ab61ab92fd Removed superfluous @SuppressWarnings 2015-11-13 14:52:36 +01:00
Arturo Guadalupi
968294eed9 removed useless and wrong file 2015-11-13 10:58:23 +01:00
Arturo Guadalupi
44d9d074d3 Merge pull request #4140 from agdl/master
Added missing keyword
2015-11-13 09:47:18 +01:00
Arturo Guadalupi
d5078b76f6 Added missing keyword 2015-11-13 09:46:31 +01:00
Federico Fissore
17afd655cf Updating arduino-builder to 1.2.0 2015-11-12 16:36:30 +01:00
Cristian Maglie
b7173ed06c Ethernet: partially fix flush() behaviour in EthernetUDP
We still need to check if trasmission is completed, BTW this commit
should alleviate bugs involving data loss.

See #4029
2015-11-11 16:36:11 +01:00
Cristian Maglie
4878d5c2ec WiFi: partially fix flush() behaviour
We still need to check if trasmission is completed, BTW this commit
should alleviate bugs involving data loss.

See #4029
2015-11-11 16:31:46 +01:00
Cristian Maglie
934475b75b SoftwareSerial: fix flush() behaviour
Fix #4029
2015-11-11 16:28:48 +01:00
Federico Fissore
375146cd91 Increasing Recent files list from 5 to 10 elements. Fixes #4131 2015-11-11 10:20:57 +01:00
Federico Fissore
1bed568cd0 Updating bundled Firmata to 2.5.0 2015-11-11 08:43:26 +01:00
Federico Fissore
09fb6a153b Updating arduino-builder to 1.1.3 2015-11-10 12:53:16 +01:00
Federico Fissore
c9b08a7ec7 Updating arduino-builder to 1.1.2 2015-11-09 16:18:16 +01:00
Cristian Maglie
02bb3b96b3 Update recipe.ar.pattern in SAM platform to us archive_file_path 2015-11-06 23:57:10 +01:00
Cristian Maglie
abcc75bcf1 Upgraded SAM core version to 1.6.6 2015-11-06 23:25:31 +01:00
Federico Fissore
2e80ee5bbd Testing translation for proper formatting. This test will fail when a
translation uses wrong syntax, thus avoiding any future issue similar to #4095
2015-11-06 17:24:26 +01:00
Federico Fissore
fd8cb4649b Updating translations 2015-11-06 16:11:18 +01:00
Federico Fissore
cf4075d444 Updating arduino-builder to 1.1.1 2015-11-06 15:55:04 +01:00
Federico Fissore
53987f9db9 Windows: msvc*.dll are not found when loading AStyle.dll. Forcing load.
Fixes #4076
2015-11-06 13:41:59 +01:00
Federico Fissore
90f09e9b38 Updating arduino-builder to 1.1.0 2015-11-06 11:15:00 +01:00
Sandeep Mistry
7380750a69 Remove tx_pin_write from SoftwareSerial.h
It’s not implemented anywhere and unused.
2015-11-05 15:39:11 -05:00
Sandeep Mistry
6318f1bf2a Remove unused param warning 2015-11-05 14:28:40 -05:00
Sandeep Mistry
12ebdfe8a0 Add inline to recv and setRxIntMsk to remove warning (#4078) 2015-11-05 14:28:29 -05:00
Cristian Maglie
f678ad423a [SAM] Remove useless <cstddef> includes (fix regression)
See #4082
2015-11-05 20:07:02 +01:00
Cristian Maglie
d8dc54afc4 UdpNtpClient example: removed wrong return type 2015-11-05 19:10:12 +01:00
Cristian Maglie
67c24d6b40 Ethernet: fixed some compiler warning 2015-11-05 19:08:00 +01:00