Commit Graph

64 Commits

Author SHA1 Message Date
Cristian Maglie 3c4132b0df Merge remote-tracking branch 'arduino/macosx-sign-build' into ide-1.5.x 2013-02-04 15:20:00 +01:00
Cristian Maglie 9b16f7baa5 MacOSX code sign procedure (part 2) 2013-02-04 14:46:27 +01:00
Federico Fissore d70d063cc8 see #1227
using ant zip target on macosx build
setting zip compression level to 9
2013-02-04 11:09:18 +01:00
Federico Fissore d6aa373674 see #1227
windows zip reduced from 95M(403M uncompressed) to 83M(363M uncompressed)
2013-02-04 11:09:18 +01:00
Federico Fissore d1bf880786 see #1227
macosx zip reduced from 126M(390M uncompressed) to 120M(370M uncompressed)
2013-02-04 11:09:18 +01:00
Federico Fissore 067b14a16c see #1227
tgz reduced from 79M(395M uncompressed) to 56M(193M uncompressed)
2013-02-04 11:09:18 +01:00
Cristian Maglie 3492911527 MacOSX code sign procedure 2013-02-01 23:51:50 +01:00
Federico Fissore 3f105bcd00 ant clean now removes tgz/zip
linux tgz renamed to linux32 and linux64
2013-01-31 12:32:29 +01:00
Federico Fissore bef59a4de1 removed TemplateSketch.ino. Now using BareMinimum.ino 2013-01-30 15:33:14 +01:00
Federico Fissore 8e00662cb7 introducing template sketch with empty setup and loop functions. see #1138 2013-01-30 15:33:14 +01:00
Cristian Maglie 24bd97413e Updates to build.xml. (version auto defetect for "dist" target) 2013-01-24 14:46:57 +01:00
Cristian Maglie aba27c43aa Merged upstream arduino branch 2012-10-18 15:50:09 +02:00
David A. Mellis b7fc69aa9f Only exclude build/windows and build/macosx, not the app/ ones.
http://code.google.com/p/arduino/issues/detail?id=1011
2012-08-23 11:16:26 -04:00
Cristian Maglie 06c0928192 Merged master 2012-06-27 13:51:16 +02:00
Travis Geiselbrecht b99d525a91 [sam] have the adk2 use the adk2install tool to flash and reboot a board 2012-05-29 14:33:32 -07:00
Cristian Maglie e9f69129b4 Little change in build.xml to help cross-compiling 2012-05-26 19:07:31 +02:00
Cristian Maglie b276a75d13 Pre-merge upstream Arduino 2012-05-22 11:23:47 +02:00
Cristian Maglie 6a8d8b050d [sam] build.xml - fixed some typos 2012-05-17 22:56:28 +02:00
Cristian Maglie 0e0c18ed73 [sam] toolchain download is done during default ant build 2012-05-17 22:46:56 +02:00
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
David A. Mellis c540ac19b3 Excluding .bz2 files from source-dist. 2012-04-08 19:17:03 -04:00
Cristian Maglie b7c8b3ea74 Fixed compiling on windows 2012-04-02 18:30:53 +02:00
David A. Mellis 34d7925f27 Eliminating temporary file when unzipping 64-bit Linux AVR toolchain.
http://code.google.com/p/arduino/issues/detail?id=841
2012-02-29 16:43:01 -05:00
David A. Mellis 8cd670bee3 Avoid intermediate file when unzipping 32-bit Linux AVR toolchain.
http://code.google.com/p/arduino/issues/detail?id=841
2012-03-11 15:33:16 -04:00
David A. Mellis c5c41bc531 Fixing build on 64-bit linux. 2012-02-29 16:16:37 -05:00
David A. Mellis de8c051f38 Merge branch 'master' of github.com:arduino/Arduino
Conflicts:
	build/build.xml
2012-02-29 15:56:23 -05:00
David A. Mellis c128aac761 Cleaning up Linux build (32 vs. 64-bit, dist). 2012-02-29 15:30:03 -05:00
David A. Mellis ee537dd53e Adding 64-bit version of AVR tools on Linux (Paul Stoffregen)
http://code.google.com/p/arduino/issues/detail?id=300
2012-02-28 15:24:03 -05:00
David A. Mellis 784232c6a5 Adding 32-bit version of AVR toolchain on Linux (Paul Stoffregen)
http://code.google.com/p/arduino/issues/detail?id=300
2012-02-28 14:50:28 -05: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