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
Federico Fissore
cc6c647825
Macosx: halving JVM Xmx, now 512M
2015-03-12 09:25:57 +01:00
Federico Fissore
aca6c223de
MacOSX: previous better IDE was missing some pieces. Added
2015-03-04 11:23:36 +01:00
Federico Fissore
e327bb091a
MacOSX: better IDE
2015-03-03 15:48:20 +01:00
Federico Fissore
3e8ebaad88
Incresing max memory to 1024M.
...
Fixed macosx info.plist
Introduced arduino.l4j.ini and arduino_debug.l4j.ini for letting users customize jvm memory settings
2015-02-27 15:51:16 +01:00
Federico Fissore
d7db2cd174
Introducing Atmel toolchain 3.4.5: see https://github.com/arduino/toolchain-avr
2015-02-13 09:36:30 +01:00
Federico Fissore
d460982623
Macosx: new appbundler, new macosx builds. Use platform=macosx and platform=oldmacosx
2015-02-02 09:53:56 +01:00
Cristian Maglie
d1f4e0370d
arduino-core project is now correctly compiled through ant build script
2014-11-13 16:34:24 +01:00
Cristian Maglie
be96ae3a6a
Removed no more used 'core' project
2014-11-13 16:23:40 +01:00
dpslwk
b8623a4338
(Mac OSX) Improve Quick look and syntax highlighting under OSX
...
An exported UTI declaration means that the type is available for use by all other parties.
By adding an this declaration for ino files, it allows Quick Look to display file content and
external editors (like Xcode) to automatically syntax highlight .ino files as C++
2014-11-04 14:24:18 +00:00
Cristian Maglie
f346092818
Revert appbundler until we figure out how to support OSX 10.6
2014-07-04 14:06:57 +02:00