1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Commit Graph

57 Commits

Author SHA1 Message Date
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
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