1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Commit Graph

69 Commits

Author SHA1 Message Date
acc6064a7a add appveyor and travis CI (+22 squashed commits)
[e86e3c2] attempt to fix deploy
[62a68fe] attempt to fix deploy
[e372d18] appveyor: specify artifact path
[89c30ab] fix ant call
[11ccf6d] fix esptool name on windows
[6ab7c73] add deploy to appveyor
[690fdb4] fix windows toolchain sha sum
[1106884] Unquote JAVA_HOME
[bb3dcd9] Shallow clone in appveyor
[b1ec7db] travis: deploy tags only, appveyor: set java_home
[9d790f2] disable repeated failure notifications in travis, attempt to fix appveyor.yml
[2d0a499] Run appveyor build in CMD
[11dd735] adding travis deploy, attempt to fix paths on appveyor
[208c1f1] fix toolchain sha sum path for linux
[1a92165] Temporary path hack for appveyor
[9caea0b] fix build.xml
[68eaaf1] linux components and sha sums
[485e457] fix ant bin path
[c6b6573] silent build
[5edd927] fix ant path, add travis
[36d1f17] appveyor: clone using https
[b758833] Add appveyor build script
2015-03-28 00:36:52 +03:00
d7db2cd174 Introducing Atmel toolchain 3.4.5: see https://github.com/arduino/toolchain-avr 2015-02-13 09:36:30 +01:00
c2e5f67ea6 Updated arm gcc to version 4.8.3-2014q1 2014-06-25 11:59:47 +02:00
4df2c8982a Updated arm gcc to 4.8.3 2014-06-25 11:57:49 +02:00
3a4381955e Updated arm gcc to 4.7.4 2014-06-25 11:56:50 +02:00
792e7fd7df Toolchain update 2014-06-25 10:14:34 +02:00
7f3e488310 Updated toolchains 2014-06-25 10:14:34 +02:00
c778de0211 Toolchains updated: avrdude 6.0.1 replaces 5.11 2014-06-25 10:14:34 +02:00
98c3080d2a New toolchain: gcc 4.8.1, avr-libc 1.8.0, binutils 2.23.2 2014-06-25 10:14:34 +02:00
4ebf88b1b2 Toolchains updated, sha1sum updates follow 2014-06-25 10:12:40 +02:00
ca06ef91c7 Toolchains updated, sha1sum updates follow 2014-06-25 10:12:40 +02:00
5a015b3eec New common AVR toolchain 2014-06-25 10:12:39 +02:00
f3ca136cd9 Removed useless hidden files
Updated .gitignore
Closes #996
2014-02-27 14:21:48 +01:00
f3619c3123 Closes #277. Cores files intentionally left out of the commit as they require a different approach and have a different history 2014-02-21 16:21:32 +01:00
5a6b2131c9 Add appdata.xml file
This file can be shipped in Linux packages and allows the Gnome
application browser to show some additional metadata.
2013-12-11 09:11:18 +01:00
f73bb0873c Add arduino.desktop file for Linux
This file is not installed by the ant build, but is intended for use by
Linux distributions.

The actual file was taken from the Debian package, version
1:1.0.5+dfsg2-1 and is licensed under the GPL-2+. The GenericName,
Comment and Categories fields were changed to better reflect the Arduino
program and Desktop specification.
2013-12-07 19:50:59 +01:00
eb986fea5b Add .ino mime type info for Linux
This file is not installed by the ant build, but is intended for use by
Linux distributions.

The actual file was taken from the Debian package, version
1:1.0.5+dfsg2-1 and is licensed under the GPL-2+. It was only modified
to remove a FIXME comment that is no longer relevant.
2013-12-07 19:41:32 +01:00
4b3717bc53 jssc: updated config files (eclipse, ant build.xml, windows launcher, mac template.app), removed rxtx binaries 2013-11-28 17:27:13 +01:00
d133365cc1 IDE command line: sketches can now be specified with relative paths. Fixes #1493 2013-10-28 10:10:14 +01:00
690eac4047 Moved arm-gcc upgrade to specific development branch 2013-08-30 10:58:16 +02:00
32a5a300b9 Merge branch 'update-arm-gcc' into ide-1.5.x 2013-08-08 15:00:14 +02:00
17d9f112ee bossac64 compiled on debian wheezy 2013-07-29 10:59:42 +02:00
f2c0198b10 Revert "Revert "avrdude -> avrdude32""
This reverts commit b0332f0c36.
2013-07-29 10:59:42 +02:00
ea804023ef Updated ARM gcc to 4.7.4. Added native 64 bit version for linux (no more ia32-libs needed).
Fixes #1474
2013-07-28 14:14:04 +02:00
b0332f0c36 Revert "avrdude -> avrdude32"
This reverts commit a1f04cc3c0.
2013-07-26 18:42:23 +02:00
a1f04cc3c0 avrdude -> avrdude32
bossac -> bossac32
adapted build.xml to copy the right avrdude and bossac according to target arch
2013-07-26 17:55:35 +02:00
8b0b0a7d68 new librxtxSerial64 compiled on debian with glibc 2.13 2013-06-21 18:12:41 +02:00
cadc4b00c2 Reverted librxtx library 2013-04-03 14:16:23 +02:00
849af97ac1 reverting to old RXTX, patched 2013-02-27 17:56:09 +01:00
4d3a9a4bf0 Revert "removing old rxtx references"
This reverts commit 719f79c037.
2013-02-27 17:54:48 +01:00
719f79c037 removing old rxtx references 2013-02-27 13:42:45 +01:00
b57701ed01 updated rxtx libs to every OS 2013-02-11 18:13:07 +01:00
05dda78b23 rxtx 2.2 2013-02-06 17:26:07 +01:00
23c7536dc7 Merged 1.0.2
Merge remote-tracking branch 'arduino/master' into ide-1.5.x

Conflicts:
	app/src/processing/app/debug/AvrdudeUploader.java
	build/shared/examples/09.USB/Keyboard/KeyboardLogout/KeyboardLogout.ino
	build/shared/examples/09.USB/Keyboard/KeyboardReprogram/KeyboardReprogram.ino
	build/shared/examples/09.USB/Keyboard/KeyboardSerial/KeyboardSerial.ino
	build/shared/examples/09.USB/Mouse/ButtonMouseControl/ButtonMouseControl.ino
	build/shared/examples/09.USB/Mouse/JoystickMouseControl/JoystickMouseControl.ino
	hardware/arduino/boards.txt
2012-11-04 22:49:14 +01:00
056ba5fca0 Allow spaces in Arduino directory name on linux. 2012-11-03 12:37:50 -04:00
80b52b29b5 Pass shell arguments to linux arduino script through to Arduino. 2012-11-03 12:25:19 -04:00
df37eebdd5 Updated bossac 2012-10-10 19:06:34 +02:00
3360740b3e Updated bossac, various workarounds. 2012-09-13 21:47:12 +02:00
5b54b2f945 Workaround in bossac for linux to avoid a kernel driver bug that hangs the system... 2012-08-21 12:47:47 +02:00
df19935d31 Auto restart after upload (linux only for now). Auto reset/erase when uploading a new sketch. 2012-08-14 10:05:02 +02:00
06c0928192 Merged master 2012-06-27 13:51:16 +02:00
afe66ac82b [sam] add two tools to help load into the adk2 2012-05-29 14:32:34 -07:00
b276a75d13 Pre-merge upstream Arduino 2012-05-22 11:23:47 +02:00
d5a1938530 [sam] Moved arm toolchain distribution to google code 2012-05-16 11:43:56 +02:00
b8f5ba7497 [sam] Added automatic toolchain download on build.xml (linux only) 2012-05-15 19:58:03 +02:00
49d7bdad47 Update to ANT build.xml for linux 2012-05-11 11:23:39 +02:00
c81a78446c Deleted work directory files. 2012-04-07 10:00:07 -04:00
412f261e41 Corretions and refinements to the String examples 2012-04-06 20:00:31 +02:00
383ac95f3e Corretions and refinements to the String examples 2012-04-06 12:59:54 +02:00
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