1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00
Commit Graph

47 Commits

Author SHA1 Message Date
per1234
99d3114168 Move built-in examples to dedicated repository
A dedicated repository for the examples will make it easier for them to be built in to arbitrary development tools. It will make it easier to use them for compilation testing of boards platforms. It provides a dedicated location for issue reports and pull requests that are specific to the examples. It continues the work done by moving the AVR and SAM boards platforms and built-in libraries towards making the arduino/Arduino repository solely a place to host the GUI code of the Arduino IDE.
2020-09-07 04:52:40 -07:00
Christopher Andrews
f757ba15bc Amended .gitignore to ignore liblistSerials dev dependency. 2016-12-29 15:59:01 +01:00
Cristian Maglie
05b647721c Update avr-gcc to 4.9.2 and avrdude to 6.3 2016-07-25 12:34:57 +02:00
Cristian Maglie
b44c3258ac Added WiFi101-Updater tool 2016-07-22 14:55:26 +02:00
Cristian Maglie
dd95dd6be6 update to .gitignore and some cleanup 2016-01-19 13:52:57 +01:00
Federico Fissore
e5ddd0be3b New compiler 2015-09-14 15:21:15 +02:00
Federico Fissore
e9859b4ea0 .gitignore 2015-08-21 08:48:02 +02:00
Federico Fissore
ad6409d012 .gitignore 2015-06-29 15:06:32 +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
c1c5e70fe1 Dropped libraries Firmata and Temboo: they are downloaded at build time from their repos 2015-06-10 15:41:46 +02:00
Federico Fissore
6789cfe223 New modal dialog for adding additional boards manager url: with a wide text area, inputing is much easier 2015-05-13 16:24:37 +02:00
Federico Fissore
5ff7b351d5 Added Galileo and Edison help files 2015-03-27 14:51:19 +01:00
Federico Fissore
0c8ad91ad9 Added missing .sha for newer toolchains 2015-03-27 14:51:15 +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
f7eb24815c .gitignore 2015-03-16 17:46:08 +01:00
Federico Fissore
2a0bc2bfca Splashscreen 2015-03-13 10:39:18 +01:00
Federico Fissore
aca6c223de MacOSX: previous better IDE was missing some pieces. Added 2015-03-04 11:23:36 +01:00
Cristian Maglie
c4cd447283 Updated offline docs 2015-02-08 19:49:27 +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
Federico Fissore
0d9997b8cf gitignore: ignoring all archives for win and mac 2015-01-02 14:08:21 +01:00
Federico Fissore
588f9f1118 Ignoring GNOME .directory files 2014-12-09 10:51:39 +01:00
Cristian Maglie
d1f4e0370d arduino-core project is now correctly compiled through ant build script 2014-11-13 16:34:24 +01:00
Federico Fissore
d757b67b9c libastylej.zip now downloaded once for all archs and verified agains SHA checksum 2014-10-07 13:02:18 +02:00
Cristian Maglie
70ec1ab405 Updated gitignore 2014-07-01 18:39:23 +02:00
Cristian Maglie
d52e75ff38 Merge branch 'osx-app-bundler' into ide-1.5.x
Conflicts:
	build/build.xml
2014-06-27 16:08:20 +02:00
Cristian Maglie
f21a92a93a Added appbundler jar to .gitignore 2014-06-27 10:34:48 +02:00
Federico Fissore
5a015b3eec New common AVR toolchain 2014-06-25 10:12:39 +02:00
Cristian Maglie
738b9d8e29 Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Conflicts:
	.gitignore
	app/lib/commons-logging-1.0.4.jar
	build/build.xml
	build/windows/launcher/config_debug.xml
	libraries/Esplora/examples/Beginners/EsploraJoystickMouse/EsploraJoystickMouse.ino
2014-03-16 12:11:19 +01:00
Federico Fissore
5a60f6b008 Windows: launch4j gets downloaded at build time 2014-03-04 13:13:48 +01:00
Federico Fissore
f3ca136cd9 Removed useless hidden files
Updated .gitignore
Closes #996
2014-02-27 14:21:48 +01:00
Federico Fissore
a3632d53a2 Windows: launch4j gets downloaded at build time 2014-02-20 12:42:05 +01:00
Federico Fissore
56bdebb8d7 Introducing Artistic Style: new IDE autoformatter 2013-10-14 18:11:30 +02:00
Tom Igoe
7b25e85a56 Updated XivelyClient to use Serial instead of Console 2013-06-25 10:42:30 -04:00
tigoe
a49a2e3c2e Ignore passwords.h for xively client 2013-05-30 23:10:48 -04:00
Federico Fissore
480ac46ca9 ignoring .idea folder 2013-03-01 18:34:11 +01:00
Federico Fissore
bfbd9252e7 fixing macosx signed build 2013-02-05 16:30:00 +01:00
Federico Fissore
2caf18bf2c more windows related gitignore 2013-02-04 15:09:31 +01:00
Federico Fissore
381efd1248 gitignore should not ignore itself 2013-01-07 10:23:39 +01:00
Federico Fissore
9f4e1fc5ad gitignore 2013-01-07 10:22:51 +01:00
Federico Fissore
d458ef7806 fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
Federico Fissore
e18d2a018d ignored test-bin folder
junit reports in xml
2012-12-04 13:43:21 +01:00
Zachary Eveland
d92a86f7b7 Caterina changes to support Micro. includes newly rebuilt version of the bootloader merged with Blink produced using 1.0.2 2012-11-23 16:09:32 -05:00
s17t.net
355d40ae76 Added build/{windows,linux}/work to ignore. 2012-08-19 23:34:40 +02:00
Zach Eveland
8a35793794 Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
Conflicts:
	.gitignore
2012-03-03 13:28:39 -05:00
David A. Mellis
a4a00c98cf Ignoring some local Xcode files. 2012-03-02 17:47:57 -05:00
Zach Eveland
98b0491fbd superficial changes to stock LUFA CDC bootloader - renamed project, removed unnecessary files 2012-01-19 20:31:35 -05:00
David A. Mellis
0797b618ec Adding .gitignore to ignore (some) generated binaries. 2012-01-04 15:50:11 -05:00