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
Cristian Maglie
dab247b1e7
Update revision log
2015-11-04 23:27:56 +01:00
Sandeep Mistry
ed5597dad0
Add SPI.transfer16(...) API's
2015-11-04 15:49:08 -05:00
Federico Fissore
c9b89e9fd6
Updateing ctags path in build.xml
2015-11-04 15:40:22 +01:00
Federico Fissore
8e5b3553fc
Updating arduino-builder to 1.0.6
2015-11-04 15:24:54 +01:00
Federico Fissore
eb732def4f
Updating version in BaseNoGui
2015-11-04 15:24:54 +01:00
Cristian Maglie
54137a4513
Merge branch 'master' of https://github.com/ocarneiro/Arduino
2015-11-04 14:22:03 +01:00
Federico Fissore
980569a123
Starting 1.6.7
2015-11-04 09:31:31 +01:00
Federico Fissore
0992606007
Releasing IDE 1.6.6
2015-11-03 16:05:57 +01:00
Cristian Maglie
53fd24e8aa
Updated sam core version to 1.6.5
2015-11-03 14:38:45 +01:00
Federico Fissore
77c3d3eaa8
Carriage return is not properly handled by EditorConsole, better replace it with a new line
2015-11-03 13:17:26 +01:00
Federico Fissore
152aa595ec
Updated splash screen
2015-11-03 13:09:30 +01:00
Cristian Maglie
9b070aa90f
Updated avr core version to 1.6.9
2015-11-03 11:34:03 +01:00
Federico Fissore
31e8706cf4
Update notification popup was not sticking to bottom left corner when windows was resized. Fixes #4068
2015-11-03 09:03:32 +01:00
Henning Pohl
7d78a9c07e
Also allow tabs as value delimiters
2015-11-02 13:12:11 +01:00
Federico Fissore
20dad1eed6
Updating translations
2015-11-02 13:09:55 +01:00
Federico Fissore
5ceca65fe2
'.ino' extension of sketch file was hardcoded. But IDE supports '.pde' files as well. Fixes #4021
2015-11-02 12:56:04 +01:00
Federico Fissore
320dcef67e
FindReplace: setting default button each time the window is made visible, because Find button was let unselected with subsequent Edit>Find clicks on Windows. Fixes #3959
2015-11-02 12:44:35 +01:00
Federico Fissore
67e32ff8fa
FileUtils.copy now filters out source control folders. Also, dir is checked for existence before creating it. Fixes #4034
2015-11-02 12:29:12 +01:00
Federico Fissore
f5c3136b34
'Partner' libs moved above 'Contributed'. Fixes #4060
2015-11-02 12:13:52 +01:00
Federico Fissore
2e3e780dfa
Updating arduino-builder to 1.0.5
2015-11-02 10:26:29 +01:00
Otavio Carneiro
aaccec7486
Improves Fade to ensure PWM pin is used
2015-10-31 17:37:26 -02:00
Federico Fissore
e5252e3031
Slightly improved how EditorConsole works
2015-10-30 15:31:58 +01:00
Federico Fissore
c7cb263cf0
Updating arduino-builder to 1.0.4
2015-10-30 15:00:53 +01:00
Cristian Maglie
a7a12037c7
[HID] Added return value to HID SendReport (sam core)
2015-10-30 13:23:46 +01:00
Cristian Maglie
21168e1b5d
[PUSB] Fixed return value for HID_::SendReport
2015-10-30 13:00:33 +01:00
Nico
741d5dff9e
[PHID] send data if report ID was sent successful
...
If the first sending was not successful it is better to abort. Then we get a return value of -1 (instead of -2 if the 2nd call will also fail) and we do not need to block even longer, with another timeout.
2015-10-30 12:58:14 +01:00
NicoHood
cf4d7e1ffb
Added return value to HID SendReport
2015-10-30 12:58:14 +01:00
Cristian Maglie
0e0c50d3bc
Update revision log
2015-10-30 12:54:33 +01:00
Federico Fissore
3a97d19f1e
Windows: build.xml was still referring to old ctags version
2015-10-30 09:21:31 +01:00