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
Me No Dev
2b75aec6a6
Enable OTA Update mechanism for any mDNS enabled platform
...
Adds ability to update the firmware of non-SSH boards using TXT
parameters from mDNS
Three new TXT keys are added (defaults are capital):
ssh_upload=YES/no
tcp_check=YES/no
auth_upload=yes/NO
"ssh_upload" controls which Uploader should be used. Defaults to
SSHUploader
"tcp_check" controls wether TCP reachability test should be performed.
Defaults to "yes". Boards that have few TCP ports available, can use
"no" to skip the check and update over UDP (ESP8266 for example).
"auth_upload" controls wether authentication is required (only for
"ssh_upload=no").
One new pattern and two new variables are available.
Var "network.port" resolves to the advertised by mDNS device port.
Var "network.password" resolves to the entered device password if
upload authentication is used, else it's empty string.
Pattern "upload.network_pattern" is usable if the platform is using
different tool/command to do network updates. If not defined,
"upload.pattern" will be used instead.
2015-11-07 20:05:42 +02: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
Me No Dev
c0e03e34f4
Merge pull request #2 from arduino/master
...
pull master
2015-11-06 14:27:22 +02: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
Cristian Maglie
8989ec9bfe
Ethernet: increased version to 1.1.1
2015-11-05 19:03:03 +01:00
Cristian Maglie
21141513e2
Ethernet: fixed regression for SAM (Arduino Due)
...
Fix https://github.com/arduino/Arduino/issues/4072
2015-11-05 18:33:34 +01:00
Sandeep Mistry
5be4466fd7
Set mode to SPI_CONTINUE for first byte transfer in SPI.transfer16(...)
...
Update to #4081
2015-11-05 10:02:50 -05:00
Federico Fissore
d3b7afd42e
Updating arduino-builder to 1.0.7
2015-11-05 09:56:15 +01:00