Cristian Maglie
bca77163fb
Merge branch 'upload-without-verify' of https://github.com/gh-megabit/Arduino
2016-04-28 15:09:27 +02:00
gh-megabit
4b64ef74ba
Implement Do-Not-Verify-After-Upload preference for Serial Uploads
2016-04-15 21:15:34 +01:00
Martino Facchin
2ddbf01334
Do not drop serial ports with underscore in the name
...
solves #4857
2016-04-15 10:01:47 +02:00
Sandeep Mistry
c99ab12446
Add "runtime." prefix to "build_properties_custom.*" preferences
2016-04-13 09:03:03 -04:00
Cristian Maglie
2b18d1fba0
Merge remote-tracking branch 'arduino/master'
2016-04-08 20:17:26 +02:00
Cristian Maglie
95f5b52420
Added flag to allow ignoring signature check on package_index.json
2016-04-08 18:55:00 +02:00
Martino Facchin
643f8479e3
Restore serial.port.iserial field
...
uses 2893c2d64314f3fa298fffb5c90d8e27c8614d08
2016-04-08 17:58:01 +02:00
Martino Facchin
f6880fe617
Merge pull request #4792 from facchinm/solve_serial_windows
...
Rework serial ports handling
2016-04-06 18:03:45 +02:00
Martino Facchin
bf11c7f395
avoid queuing a lot of threads while waiting for platform
2016-04-06 17:52:24 +02:00
Martino Facchin
72c337d88d
avoid losing the sketch serial port on 1200bps touch
2016-04-06 17:51:48 +02:00
Cristian Maglie
0c453355f4
Merge branch 'fix-annoying-popup'
2016-04-04 13:34:14 +02:00
Cristian Maglie
8d7ee63c70
Autoclose notification popup after 10 seconds.
2016-04-04 13:30:42 +02:00
Martino Facchin
c5d88f09ae
add a flag to pause polling for serial port
2016-04-01 11:38:54 +02:00
Martino Facchin
ea405ea534
avoid NPE for synchronization issues on board list
2016-04-01 11:38:54 +02:00
Martino Facchin
ad74288e5a
Fix randomic NPE when pressing menus during operations
2016-04-01 11:38:54 +02:00
Martino Facchin
243fc68763
Rework Serial ports handling and add Board info menu
...
This commit introduces the concept of stateful board list (vs. original stateless) and board serial number.
The board is now an "entity" composed by the triplet port/vid/pid. These informations come from libListSerial "light" function. When the board list changes, it triggers a request for the additional infos to libListSerial. These information contains the serial number of the boards.
These brings a lighter and faster scanning process. Some logic has been introduced to handle a board with the S/N only exposed in the bootloader (like 32u4).
In this case the disappearing port acquires the bootloader's S/N
A menu (under Ports menu) shows the currently connected port info and can be used for bugreporting
2016-04-01 11:38:53 +02:00
Martino Facchin
6d5597b070
Avoid multiple concurrent compile/upload operations
...
Disable Compile/Run buttons as they get press, and reenable only on function exit.
The launched upload process has now a 2minutes timeout before being terminated forcefully.
10 second after pressing "Upload" the button comes pressable again, but this time the previous upload command gets killed explicitely
2016-04-01 11:38:52 +02:00
Martino Facchin
629509f302
Merge pull request #4515 from sandeepmistry/wait-for-upload-port-timeout-bump
...
Increase wait for upload port timeout to 5s on all platforms
2016-04-01 11:15:57 +02:00
Cristian Maglie
9a6bb8420d
Added string to translations resources
2016-03-17 13:09:27 +01:00
Sandeep Mistry
9dba7f0da0
Catch and report errors parsing contributed index files
2016-03-14 17:28:30 -04:00
Sandeep Mistry
7cb1399381
Apply extra 250ms after waitForUploadPort to all platforms
2016-03-10 09:44:24 -05:00
Sandeep Mistry
7a535d9c40
Add OS X specific delay after waiting for upload port, to prevent "Resource busy" errors on open
2016-03-10 09:37:27 -05:00
Sandeep Mistry
de412656ec
Increase wait for upload port timeout to 5s on all platforms
...
OS X 10.11 seems to be slower, increasing timeout to 5s on all
platforms to keep things simple.
2016-03-10 09:37:27 -05:00
Cristian Maglie
1f3c8b9f6c
Set correct user-agent when performing HTTP requests
2016-03-08 11:31:59 +01:00
Cristian Maglie
8d995d73f3
Show board name on generic "Error compiling" message
...
Close #4658
2016-03-07 19:26:32 +01:00
Cristian Maglie
6b4c018740
Merge branch 'java-warnings' of https://github.com/matthijskooijman/Arduino
2016-01-25 11:06:47 +01:00
Me No Dev
2893c2d643
Fix adding NULL value to the preferences when iserial is not defined
2016-01-25 09:52:43 +01:00
Matthijs Kooijman
3d47995915
Remove unused imports
...
This silences some java warnings.
2016-01-21 17:18:55 +01:00
Matthijs Kooijman
40e9aa17b3
Fix file descriptor leak when downloads are interrupted
...
This fixes a java warning.
2016-01-21 17:15:42 +01:00
Cristian Maglie
6398cde1c8
Added 'arm' architecture support in Boards Manager
...
This is a necessary step to fully support ARM builds of the Arduino IDE
See #3549
2016-01-19 18:05:41 +01:00
Hasso Tepper
d05b375810
Fix some incorrect I18n.format()/tr() usage
2016-01-18 09:47:05 +02:00
Martino Facchin
a1c79ce188
Merge pull request #4211 from facchinm/iserial_field
...
cross-platform jni implementation for serial port details discovery
2016-01-07 12:25:10 +00:00
Martino Facchin
2a677b4bcd
avoid NPE if serial port gets discovered too early
2016-01-07 12:41:56 +01:00
Martino Facchin
7e17b5c318
Move vid/pid resolving to cross platform jni lib
2016-01-07 12:41:51 +01:00
Hasso Tepper
503cbbd745
Use formatted i18n string to ease a translation
2016-01-04 20:09:18 +02:00
Martino Facchin
9d676a71c8
Specify SSH authentication methods
...
Solves upload to particularly configured SSH servers which wrongly chooses Kerberos auth method
2016-01-04 10:58:18 +01:00
Martino Facchin
3c16ac025a
Add iSerial to reported VID_PID string
...
serial.port.iserial holds the iSerial value
2016-01-04 10:58:18 +01:00
Cristian Maglie
cce61f6aad
Remove unnecessary rename in GZippedJsonDownloader
...
See #4361
2015-12-30 10:08:29 +01:00
Cristian Maglie
29912a0ac9
Remove temporary files when updating library_index.json
...
Fix #4272 #4332
2015-12-28 19:17:29 +01:00
Cristian Maglie
7c089c96d3
Fixed NPE in some rare combinations of JSON files
...
The error triggered inside ContributioIndexer.mergeContributions()
while trying to remove a platform:
if (platform != null) {
targetPackage.getPlatforms().remove(platform);
}
remove() method calls ContributedPlatform.equals() to find the
element to remove but since the parentPackage fields are resolved
*after* merging contributions, the equls() method will fail with
a NullPointerException.
2015-12-21 18:15:52 +01:00
Martino Facchin
22a37ea41e
Merge pull request #4107 from me-no-dev/esp8266-ota
...
Enable OTA Update mechanism for any mDNS enabled platform
2015-12-16 09:28:13 +01:00
Federico Fissore
98d5ff79eb
Upgrading arduino-builder to 1.3.7, which changes the way messages are sent
...
back to the IDE. Instead of having just stdour and stderr, stdout only is
used, but each message has a log level: info, warn, debug, error
Plain stdout/stderr are still used by child processes
2015-12-11 14:25:13 +01:00
Federico Fissore
9a39e5e6ac
Some configuration may totally miss network interfaces, even localhost. Fixes #4249
2015-12-04 09:55:32 +01:00
Federico Fissore
1e074cce42
Whoops, a debuggin call to "peek" was committed. Removed.
2015-12-01 15:23:51 +01:00
Federico Fissore
aaebb0a4d6
Stored some regexps in static finals, given names to threads, and slightly
...
optimized ConsoleOutputStream
2015-11-27 15:07:44 +01:00
Federico Fissore
6855e91883
Fixed various Board/Library managers glitches, in particular when removing/upgrading
2015-11-24 16:14:16 +01:00
Federico Fissore
d5a0476948
Installing tools from packager (eg: arduino) in packager folder, thus avoiding
...
tools duplication and disk space wasting. Fixes #4193
2015-11-20 17:15:53 +01:00
Federico Fissore
a1e223ad62
License headers fixes
2015-11-20 15:17:32 +01:00
Federico Fissore
d0d9dfcfa8
If package doesn't have that tool, it probably comes from another package, so we consult the resolvedTools instead
2015-11-20 14:58:54 +01:00
Federico Fissore
907af81ff9
Fixed NPE when "tools" key was missing in package_*_index.json file
2015-11-19 12:41:53 +01:00