Martino Facchin
54e751b012
Update avr core to 1.8.3 and toolchain to 7.3.0-atmel3.6.1-arduino7
2020-06-12 12:24:53 +02:00
Martino Facchin
bd0e74345a
Update jmdns to 3.5.5
2020-06-03 10:21:06 +02:00
Sebastian Hunkeler
42336ace32
Add new app icon
2020-03-09 11:31:55 +01:00
Thomas L. Kjeldsen
488388050e
Remove "MrBean" dependency
...
Sacrifice abstract classes and interfaces to reduce the amount of magic
performed by MrBean.
Refs https://github.com/HuayraLinux/pkg-arduino/issues/4
2020-02-19 15:13:47 +01:00
Martino Facchin
9ce5101df1
Merge branch 'master' into add-file-cache
2019-07-18 11:28:46 +02:00
Martino Facchin
465c766efb
Merge pull request #8976 from facchinm/64_bit_osx
...
Mass update bundled resources
2019-07-18 10:00:10 +02:00
Martino Facchin
fb9ce0ade3
Update jssc to arduino4
...
Repackage jssc-2.8.0-arduino1 and add aarch64 lib instead than plain jssc
Fixes #9062
2019-07-16 11:03:02 +02:00
Mattia Bertorello
58fc5a5011
Add commons-io dependency and replace the extract file name with FilenameUtils
2019-07-11 14:32:50 +02:00
Mattia Bertorello
ba79e26cbc
Add dependencies for windows build
2019-07-04 15:54:43 +02:00
Martino Facchin
3af92cdfc8
Update signatures for avrdude-6.3-arduino17
2019-06-19 17:09:31 +02:00
Martino Facchin
b12ae2059e
Mass update bundled resources
...
This PR contains:
- avr-gcc 7.3.0 (should fix OSX 10.15 complaining about 32bit apps)
- new avrdude (arduino17) (should close A LOT of open bugs)
- WiFi101-Updater 0.10.9 - with new Nina FW
2019-06-16 14:03:57 +02:00
Pieter12345
e6e10cdeb9
Update commons-lang3 from 3.3.2 to 3.8.1
...
Updated due to new API methods than can be useful for this project.
The license remained the same.
2019-03-26 18:46:09 +01:00
Martino Facchin
dd58a7254c
Replace usages of jssc-2.8.0-arduino2.jar with arduino3
2019-03-11 17:05:06 +01:00
Sandeep Mistry
980b70e3d6
Upgrade jtouchbar to 1.0.0
2019-01-23 10:46:28 -05:00
Martino Facchin
cf47df35f3
[Windows] Change rsyntaxtextarea jar name
...
Fixes #8404
2019-01-19 11:36:07 +01:00
Gianluca Varisco
0b68856999
Fixed incorrect encoding of compiler log
...
This commit fixes #8212 by passing '-Dfile.encoding=UTF8' to the
arduino.l4j.ini file (windows launcher).
This property define the file encoding that is required.
2018-12-11 13:49:58 +01:00
Cristian Maglie
994ce8d21d
Added missing jars in launcher
...
Fix #8202
2018-11-15 21:49:46 +01:00
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