Cristian Maglie
6537c1c059
[sam] added toolchain download for windows
2012-05-17 05:43:25 +02:00
Cristian Maglie
844f559439
[sam] refactored build.xml to ensure compatibility with ant 1.7.1
2012-05-16 17:35:54 +02:00
Cristian Maglie
d9d08402d5
[sam] added toolchain download for linux64
2012-05-16 16:21:27 +02:00
Cristian Maglie
d02af8b680
[sam] added toolchain download for Mac
2012-05-16 13:44:51 +02:00
Cristian Maglie
d5a1938530
[sam] Moved arm toolchain distribution to google code
2012-05-16 11:43:56 +02:00
Cristian Maglie
b8f5ba7497
[sam] Added automatic toolchain download on build.xml (linux only)
2012-05-15 19:58:03 +02:00
David A. Mellis
22424b5e85
Extracting Mac OS X ARM tools in build.xml.
2012-05-11 16:29:42 -04:00
Cristian Maglie
49d7bdad47
Update to ANT build.xml for linux
2012-05-11 11:23:39 +02:00
Cristian Maglie
b7c8b3ea74
Fixed compiling on windows
2012-04-02 18:30:53 +02:00
Cristian Maglie
b7c54b79d7
Fine tuned libraries search. Reintroduced ./libraries folder for shipped
...
platform independent libraries.
2012-01-09 18:20:55 +01:00
Cristian Maglie
57b8713cab
Moved libraries folder inside platform folder. Now libraries and examples are searched per board/platform
2012-01-04 15:14:51 +01:00
Cristian Maglie
65c15d93eb
Merge commit 'fcbbf8f4b4960bae1091c0cd9dc58b4a1885baf6' into platforms-b
...
Conflicts:
app/src/processing/app/Base.java
app/src/processing/app/debug/Compiler.java
build/build.xml
hardware/arduino/boards.txt
2011-12-22 00:35:33 +01:00
David A. Mellis
33544fc3e6
Changing Mac OS X build to a .zip file (and adding OS name to archive).
...
http://code.google.com/p/arduino/issues/detail?id=645
2011-11-28 17:36:03 -05:00
David A. Mellis
b35e76ab42
Cleaning up Mac OS X ant build script (template.app copying).
2011-10-10 11:49:08 -04:00
David A. Mellis
be786b70de
Revert "Don't include ArduinoTestSuite in Mac OS X distribution."
...
This reverts commit a18eb93d81
.
2011-09-02 10:02:55 -04:00
ricklon
8e8102da78
Added debug mode for macox. Sets the spawn value to false.
2011-06-06 21:48:12 -04:00
David A. Mellis
24e62aa4e7
Switching to RXTX-2.1-7r2 on 64-bit Linux (working version).
...
This also means we don't need a separate RXTXcomm.jar file for 64-bit Linux.
2011-02-16 23:26:40 -05:00
David A. Mellis
6e227dda6e
Updating 64-bit linux version of avrdude (to one with usbtiny support).
...
This also means we don't need a separate avrdude.conf for the 64-bit Linux version of avrdude.
2011-02-16 20:56:33 -05:00
David A. Mellis
253ab0cace
Support for building on 64-bit Linux.
...
Includes changes to the build.xml, 64-bit versions of avrdude and RXTX native libraries, and alternative versions of the RXTX jar and avrdude.conf for those 64-bit versions (because they also have other differences).
2011-02-16 20:23:24 -05:00
David A. Mellis
a18eb93d81
Don't include ArduinoTestSuite in Mac OS X distribution.
2010-12-24 11:41:48 -06:00
David Mellis
544cfafb36
Updating eeprom.h on Windows, too.
2010-12-23 19:14:59 -05:00
David A. Mellis
867dee8245
Custom eeprom.h file to fix Mega 2560.
2010-12-23 18:00:01 -06:00
David A. Mellis
c6d1baa275
Fixing up some Linux stuff.
2010-11-27 19:50:33 +01:00
David A. Mellis
224a7bf768
Adding source-dist target to build.xml.
...
http://code.google.com/p/arduino/issues/detail?id=193
2010-10-03 21:21:27 -04:00
David A. Mellis
3650b471b9
Merge branch 'master' of github.com:arduino/Arduino
2010-10-03 20:04:29 -04:00
David A. Mellis
fa4d058297
Reapplying Christian's regex patch.
...
Revert "Revert "Removed dependencies from regex library oro.jar""
This reverts commit ed7795ef8d
.
2010-10-03 19:44:28 -04:00
David A. Mellis
b656d42e92
Modifying the ant run target in Linux.
...
According to a comment at http://code.google.com/p/arduino/issues/detail?id=352 this helps ant find the executable. It still doesn't work for me, but maybe it will for you.
2010-10-02 22:16:22 +02:00
David A. Mellis
ed7795ef8d
Revert "Removed dependencies from regex library oro.jar"
...
This reverts commit 2b4391052c
.
2010-10-02 17:19:53 +02:00
Cristian Maglie
2b4391052c
Removed dependencies from regex library oro.jar
2010-10-01 19:41:36 +02:00
David A. Mellis
ca89be0a15
Fixes to Linux dist permissions (executables).
2010-08-30 22:54:08 +00:00
David A. Mellis
605bb90609
Commenting out the JDK download from the Processing site.
2010-08-30 00:23:47 +00:00
David A. Mellis
645d9cac85
Chmod'ing executables in the Mac dist .dmg (thanks to j.e.t.)
2010-08-12 22:29:15 +00:00
David A. Mellis
235321e486
Adding -n (never overwrite option) on unzip.
2010-05-10 01:18:33 +00:00
David A. Mellis
f6b887cd6e
Trying to get linux ant build working.
2010-05-08 23:43:20 +00:00
David A. Mellis
ce78f8e0da
Fixing (partially, at least) build.xml on Windows. Now requires you to have a local JDK and to install ant.
2010-05-08 23:20:52 +00:00
David A. Mellis
9529b70fbf
Noise.
2010-05-08 22:07:30 +00:00
David A. Mellis
c4760d8ae7
Moving to ant-based build system from Processing. Mac OS X seems to work (for the moment).
2010-05-08 21:47:19 +00:00