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

218 Commits

Author SHA1 Message Date
Martino Facchin
6080907ba3 Update jscc to 2.8.0-arduino2 (aarch64 support) 2018-08-28 17:53:04 +02:00
Martino Facchin
5ba035ac8b Update avr toolchain 2018-05-09 16:36:08 +02:00
Cristian Maglie
a5aea72cc6 Win: Removed JNA debug output 2018-05-03 15:50:10 +02:00
Martino Facchin
921dd272ad Update jackson to 2.9.5
Fixes CVE-2018-7489
2018-05-02 16:14:03 +02:00
Martino Facchin
4562b4ba44 Update jmdns to 3.5.3 2018-05-02 16:12:32 +02:00
Martino Facchin
506a4c835a Update arduinoOTA to 1.2.1
Should solve https://github.com/arduino/Arduino/issues/6649
2018-05-02 15:52:13 +02:00
Cristian Maglie
229c32ccad Avoid dll unpacking within JSSC
This requires a custom build of JSSC.
https://github.com/scream3r/java-simple-serial-connector/pull/105
2017-05-18 15:36:17 +02:00
Cristian Maglie
18f18bf2cb JNA: try to avoid unzipping jnidispatch.dll from jar on Windows
Normally if JNA doesn't find the jnidispatch.dll it tries to extract
it from the jar into a temp folder and load from there.
This is being restriscted on Microsoft Apps for the app-store and this
commit prevents this behaviour.
2017-04-21 15:47:34 +02:00
Matthijs Kooijman
f5eb673f44 Update RSyntaxTextArea to 2.6.1
This imports the unmodified upstream version of RSTA from
http://repo1.maven.org/maven2/com/fifesoft/rsyntaxtextarea/2.6.1/rsyntaxtextarea-2.6.1.jar
since the Arduino-specific changes are no longer required.

This fixes #5888
2017-03-01 10:38:09 +01:00
Martino Facchin
e9e24bd369 Merge pull request #5879 from facchinm/better-mdns
Update jmdns to 3.5.1
2017-02-10 18:36:14 +01:00
Martino Facchin
d6a42b88a1 Update arduinoOTA to 1.1.1 2017-02-08 17:50:04 +01:00
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
Martino Facchin
aab908086e Fix classpath on Windows 2017-01-20 15:08:19 +01:00
Cristian Maglie
694dc96159 Added updated CP210x drivers
See #5762
2017-01-05 16:52:20 +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
Cristian Maglie
2daba3bb93 Removed invalid CP210x driver (for Tian)
See #5762
2017-01-03 13:19:40 +01:00
Martino Facchin
a418f483f6 Add arduinoOTA upload tool 2016-12-21 15:54:03 +01:00
Martino Facchin
686c78b2d0 Merge pull request #5731 from facchinm/tian_support
Add Arduino.org board definitions
2016-12-16 16:27:09 +01:00
Martino Facchin
bad2fc92b3 Update avrdude to 6.3.0-arduino8 2016-12-16 14:38:55 +01:00
Martino Facchin
6d1924b826 Add Arduino.org boards drivers 2016-12-16 10:59:00 +01:00
Cristian Maglie
e3c19d7ab3 Added Adafruit Circuits Playground board 2016-12-14 15:00:23 +01:00
Cristian Maglie
fceb1d7eda Windows: added application manifest 2016-11-04 16:03:17 +02:00
Cristian Maglie
41291c2907 Update launch4j to version 3.9 2016-11-04 11:43:38 +02:00
Cristian Maglie
21ff728c59 Merge remote-tracking branch 'cmaglie/fix-win-paths' 2016-11-03 12:10:24 +01:00
Cristian Maglie
7d9ec39ca9 Update jna.jar to 4.2.2 2016-10-19 16:28:20 +02:00
Martino Facchin
35743b1fa6 Update to avrdude 6.3 and avr core 1.6.14 2016-09-21 10:21:45 +02:00
Cristian Maglie
9669d67e16 Revert to avrdude 6.0.1
This reverts commits:
385edd26fc (Removed "macosx-fix-bundled-toolchain-missing-symlinks" build task)
f5fd6423c3 (Updated avrdude to 6.3-arduino2)
5a01929b8f (avrdude 6.3: fixed IDE build for macosx)

And part of this commit:
05b647721c (Update avr-gcc to 4.9.2 and avrdude to 6.3)
2016-08-11 10:57:05 +02:00
Martino Facchin
2415498094 update avr toolchain to 4.9.2-atmel3.5.3-arduino2 2016-07-26 10:10:28 +02:00
Cristian Maglie
cc4c10c662 Update avr-gcc to 4.9.2-atmel-3.5.3-arduino
The avr toolchain has been updated to the Atmel bundle version 3.5.3
2016-07-25 12:50:12 +02:00
Cristian Maglie
f13af22abe Update avr-gcc to 4.9.2-arduino4 2016-07-25 12:50:11 +02:00
Cristian Maglie
10182f2f02 Update avr-gcc to 4.9.2-arduino2 2016-07-25 12:49:07 +02:00
Cristian Maglie
f5fd6423c3 Updated avrdude to 6.3-arduino2 2016-07-25 12:49:02 +02:00
Cristian Maglie
05b647721c Update avr-gcc to 4.9.2 and avrdude to 6.3 2016-07-25 12:34:57 +02:00
Martino Facchin
76029ae542 Windows: addind -Djna.nosys=true to launcher options
reapply patch #2301
this patch got lost with f6546ae and its partial revert 98eb1a9

Should fix #5092
2016-07-04 16:46:05 +02:00
Cristian Maglie
885a517099 Fixed the "double" splash screen with high-DPI monitors. 2016-01-26 12:10:12 +01:00
Cristian Maglie
b1964bc7e7 Added Batik 1.8 java library 2016-01-26 12:09:56 +01:00
Cristian Maglie
4100eadd20 Added drivers for MKR1000 2016-01-07 13:06:24 +01:00
Cristian Maglie
5d9e0c5f45 Removed no more used link to ecj.jar 2016-01-05 14:50:48 +01:00
Martino Facchin
767867bacb Revert "Moved -Dawt.useSystemAAFontSettings=on out of java code, where, apparently,"
Fonts on Windows became ugly, reverting whole the commit since it brings no visible changes to Linux and OSX

This reverts commit 6c5e584454.
2015-12-16 10:02:37 +01:00
Federico Fissore
6c5e584454 Moved -Dawt.useSystemAAFontSettings=on out of java code, where, apparently,
has no effect
2015-12-14 10:03:16 +01:00
Federico Fissore
553a022a24 Revert "Windows: patched launch4j to reduce the delay between pollings for the main"
This reverts commit c3fc56f845.
2015-11-26 11:05:58 +01:00
Federico Fissore
c3fc56f845 Windows: patched launch4j to reduce the delay between pollings for the main
window. Fixes #4215
2015-11-25 17:12:55 +01:00
Federico Fissore
1234e95470 Windows: updating launch4j to latest (3.8). An attempt to mitigate #4215 2015-11-25 10:15: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
Cristian Maglie
6aa8b75a84 Updated driver for win 2015-10-26 13:21:06 +01:00
Federico Fissore
81c7156edb Forgot to update windows config*.xml files 2015-09-14 15:14:46 +02:00
Cristian Maglie
1c1ecb65ac Added support to Genuino boards (drivers, boards.txt entries, bootloaders) 2015-08-27 10:40:03 +02:00
Federico Fissore
17032ec543 Added proxy PAC file support functions 2015-08-21 08:41:50 +02:00