Cristian Maglie
20761e5bae
Update appbundler to 1.0ea-arduino9
2020-09-10 23:40:23 +02:00
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
Cristian Maglie
38c9ed4ce4
Updated appbundler to 1.0ea-arduino8
2020-06-11 16:22:35 +02:00
Sebastian Hunkeler
42336ace32
Add new app icon
2020-03-09 11:31:55 +01:00
Cristian Maglie
76699fd464
macosx notarization: signed appbundler
2020-01-08 11:41:34 +01:00
Cristian Maglie
e3c7eb4a49
macosx notarization: removed old avr-gcc and avrdude
2020-01-08 11:41:34 +01:00
Cristian Maglie
235b60b4b8
macosx notarization: signed arduinoOTA
2020-01-08 11:41:34 +01:00
Cristian Maglie
443650279c
macosx notarization: added signed avr* tool and some entitlements
2020-01-08 11:41:34 +01: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
Martino Facchin
5ba035ac8b
Update avr toolchain
2018-05-09 16:36:08 +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
Martino Facchin
b175fa71a0
Revert "Update appbundler"
...
This reverts commit 0c325b4ff6
.
The 10.13 workaround seems to work also without this update AND it was causing a regression on testCommandLineBuildWithRelativePath (cwd() was not being exported)
2017-09-28 15:39:29 +02:00
Martino Facchin
0c325b4ff6
Update appbundler
...
This fixes the locale not being set correctly in some cases, and forces CFBundleDevelopmentRegion to en to overcome High Sierra Java bug
Patch:
```
diff -r 97eb6c13cf33 appbundler/src/com/oracle/appbundler/AppBundlerTask.java
--- a/appbundler/src/com/oracle/appbundler/AppBundlerTask.java Wed Aug 02 12:06:27 2017 +0200
+++ b/appbundler/src/com/oracle/appbundler/AppBundlerTask.java Thu Sep 21 16:13:04 2017 +0200
@@ -601,7 +601,7 @@
xout.writeCharacters("\n");
// Write bundle properties
- writeProperty(xout, "CFBundleDevelopmentRegion", "English");
+ writeProperty(xout, "CFBundleDevelopmentRegion", "en");
writeProperty(xout, "CFBundleExecutable", executableName);
writeProperty(xout, "CFBundleIconFile", (icon == null) ? DEFAULT_ICON_NAME : icon.getName());
writeProperty(xout, "CFBundleIdentifier", identifier);
```
2017-09-27 17:54:49 +02: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
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
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
Federico Fissore
0c2498a367
MacOSX: patched appbundler so that bundled JVM does NOT load jars from /Library/Java/Extensions
2015-08-19 10:28:45 +02:00
Cristian Maglie
fb29544516
Merge tag '1.6.5-r3'
2015-07-20 15:56:15 +02:00
Cristian Maglie
d6c5344b67
Workaround for MacOSX gatekeeper (OSX 10.10.4)
...
It seems that gatekeeper now applies tighter checks on
libraries dinamically linked from executables included
in a package.
This is a workaround until a proper solution is found.
Fixes #3468
2015-07-20 14:01:54 +02:00
Federico Fissore
8df0fbfbb3
MacOSX: removed pre 10.7 build.xml portions and files
2015-07-06 09:25:37 +02:00
Federico Fissore
85ae80b6f9
Introducing APP_DIR property. Allows the IDE to know its installation folder.
...
Also upgrading appbundler with a patched version: https://bitbucket.org/ffissore/appbundler It allows to know the current working directory
These two put together, we can now rely on APP_DIR when loading IDE resources while being sure current working directory is properly set, thus being much more friendly when run from CLI
Fixes #1493
2015-06-29 14:28:16 +02:00
Federico Fissore
f6546aea45
Windows: got rid on JNA, thus no more UnsatisfiedLinkError (at least when accessing native OS functions). Fixes #3190
2015-05-20 16:33:33 +02:00
Federico Fissore
3cababb442
RSyntaxTextArea: using a modified version, tracked at https://github.com/arduino/RSyntaxTextArea . Fixes #3099
2015-05-18 10:35:24 +02:00
ricardo.jl.rufino
903622ea63
build and run scripts - add new dependency and linux desktop icon
2015-05-07 17:15:49 +02:00
Federico Fissore
cf1879f948
Introducing GPG signature verification when loading main package_index file
2015-05-04 12:05:50 +02:00
Federico Fissore
9a75cd3867
MacOSX: fixed wrong checksum
2015-04-23 13:34:17 +02:00
Federico Fissore
ba77ade694
AVR: Upgrading bundled toolchains
2015-04-23 10:56:56 +02:00
Federico Fissore
ea5155656a
Starting 1.6.3
...
Updated toolchains: linux statically compiled, added gcc lto plugin (disabled)
2015-03-30 15:06:59 +02:00
Federico Fissore
997ae14321
Upgraded AVR toolchain
2015-03-27 16:17:54 +01:00
Federico Fissore
0c8ad91ad9
Added missing .sha for newer toolchains
2015-03-27 14:51:15 +01:00
Federico Fissore
c4d14f8086
Fixed missing jar in classpath
2015-03-27 14:51:15 +01:00
Federico Fissore
d050c4ee4a
AVR bundle: by default the IDE is built bundled with the avr toolchain and cores
...
By passing -Dlight_bundle=1 to ant, an light/empty IDE is built
2015-03-27 14:51:13 +01:00
Cristian Maglie
14a3dde7ce
IDE build.xml doesn't build hardware folder anymore.
...
Platforms are downloaded through "Boards installer"
2015-03-27 14:51:11 +01:00
Cristian Maglie
0588790f5b
Added JARs Bouncy Castle, Jackson, Common-compress
2015-03-27 14:51:08 +01:00
Federico Fissore
41d5cad91e
MacOSX: appbundler is now the upstream one, not our fork
2015-03-24 16:45:25 +01:00
Federico Fissore
b93bd8ea7f
Macosx: upgrading quaqua, swing look & feel library
2015-03-19 09:39:28 +01:00
Federico Fissore
2a0bc2bfca
Splashscreen
2015-03-13 10:39:18 +01:00