Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Arduino 1.0.5 (and for OSX avr-gcc 4.8.1) #1

Open
wants to merge 268 commits into
base: ardupilot-ide
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
268 commits
Select commit Hold shift + click to select a range
7e5ca62
Small change to EsploraLightCalibrator example
shfitz Dec 23, 2012
7289ac6
Minor changes to EsploraTable example
shfitz Dec 23, 2012
957d7d4
Revert "Small change to EsploraLightCalibrator example"
tigoe Dec 24, 2012
5a644df
Minor change to EsploraRemote example
tigoe Dec 24, 2012
fbd488e
Added header comments to EsploraPong
tigoe Dec 24, 2012
fb87c81
Added comments for EsploraPong
tigoe Dec 24, 2012
d7d78ff
Updated title in comments of Esplora Sound Sensor example
tigoe Dec 24, 2012
d8e5997
Added Esplora readJoystickButton function to be consistent with Esplo…
tigoe Dec 24, 2012
bd4f20e
Permissions/IO errors can cause nullpointerexception
cmaglie Dec 27, 2012
b7da415
Fix Debounce example to work as described
miek Dec 28, 2012
1690324
Updated revisions log
cmaglie Jan 6, 2013
9f4e1fc
gitignore
Jan 7, 2013
f227dad
Merge pull request #1204 from ffissore/master
ffissore Jan 7, 2013
fbdd775
corrected a wrong comment inside the KeyboardAndMouseControl example
Fede85 Jan 15, 2013
62e48db
corrected a wrong comment inside the KeyboardAndMouseControl example
Fede85 Jan 15, 2013
07f3915
Removing duplicate comment from top of KeyboardAndMouseControl exampl…
mgrdcm Jan 17, 2013
bb40ee0
Merge pull request #1233 from mgrdcm/fix_KAMC_example
cmaglie Jan 18, 2013
0b98fd2
Updated driver for Windows (all-in-one, signature for Win8)
cmaglie Feb 6, 2013
cdce800
Updated revision log
cmaglie Feb 6, 2013
1a0dcb2
closes #954. Typo in WebServer sketches
Fede85 Feb 7, 2013
a0c96be
Added function on WString class to export char ptr
mlafauci Feb 8, 2013
863b47a
Added WiFi Udp Implementation
mlafauci Feb 8, 2013
a6022df
Update build/shared/examples/05.Control/Arrays/Arrays.ino
mdxtinkernick Feb 11, 2013
32fbb31
Merge pull request #1277 from mdxtinkernick/patch-1
cmaglie Feb 22, 2013
ebc3501
Use analogPinToChannel() macro if present for ATtiny25/45/85.
damellis Mar 6, 2013
1066766
Mega2560 bootloader: fix wrong eeprom addressing
cmaglie Mar 7, 2013
8fa7d94
Mega2560 bootloader: use avr library functions for writing into EEPROM
cmaglie Mar 7, 2013
f8ad1bc
Fixed permissions
cmaglie Mar 7, 2013
8862a7d
Fix bug on client.available() to retrun the number of bytes available
mlafauci Mar 10, 2013
271d74d
Updates to WiFi shield firmware.
mlafauci Mar 10, 2013
901c908
Updated binaries for Wifi shield
mlafauci Mar 10, 2013
deb309b
Revert "Added function on WString class to export char ptr"
cmaglie Mar 10, 2013
15727e9
Merge remote-tracking branch 'arduino/master' into wifishield-bugfix
cmaglie Mar 10, 2013
b699bdc
Added example WifiUdpSendReceiveString
cmaglie Mar 10, 2013
4669486
changes in the script for upgrading the wifi shield
Fede85 Mar 11, 2013
42f2b23
Merge branch 'wifishield-bugfix' of github.com:arduino/Arduino into w…
Fede85 Mar 11, 2013
3ea0903
Added GSM shield library (AVR)
cmaglie Mar 11, 2013
4139c59
Set version to 1.0.4
cmaglie Mar 11, 2013
f7b2e72
Renamed GSM folder
cmaglie Mar 11, 2013
353f828
small change in the macro that assign the serial pin to the Uno
Fede85 Mar 11, 2013
5e3d7f7
Merge branch 'mega2560-bootloader' into HEAD
cmaglie Mar 11, 2013
f45b986
Update revision log
cmaglie Mar 11, 2013
85e0353
Fixed issu con client.available to return the correct number of bytes
mlafauci Mar 16, 2013
2c35d71
Fix problem on UDP NTP client
mlafauci Mar 16, 2013
a00fedd
Add info instead of printk
mlafauci Mar 16, 2013
6a83038
Commit Binary
mlafauci Mar 16, 2013
9c30c73
Fix issue related to multiple client opened on web server sketch
mlafauci Mar 17, 2013
01a8b4e
Updated/corrected location of tool in sketchbook folder.
FarMcKon Jul 7, 2011
1b0bff6
Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEAD
cmaglie Mar 20, 2013
dc3102d
Added API to set static IP and DNS server
mlafauci Mar 21, 2013
792056d
Fix issue with multiple clients on WebServer
mlafauci Mar 22, 2013
a4c2062
Backported malloc and realloc from avr-libc 1.8.0 (without test code)
cmaglie Mar 23, 2013
c0a7131
Fixed issue loading the firmware with bootloader
mlafauci Mar 25, 2013
7fa3820
Fix issue on client side
mlafauci Mar 26, 2013
1231fb8
Fix WiFi interface for static IP
mlafauci Mar 26, 2013
3c1fb4c
Fix print message on dhcp status
mlafauci Mar 26, 2013
ca6f644
added name definition for regular Arduino Mega 2560 (not rev3) to ard…
zeveland Mar 27, 2013
83dbd39
Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEAD
cmaglie Mar 28, 2013
8a3240e
Merge remote-tracking branch 'cmaglie/malloc-fix'
cmaglie Mar 28, 2013
b92937b
Merge branch 'wifishield-bugfix'
cmaglie Mar 28, 2013
d764680
Updated revision log
cmaglie Mar 28, 2013
9e7dfb2
updated config() methods in WiFi library
Fede85 Mar 28, 2013
d88236a
Increased malloc margin to 128.
cmaglie Mar 29, 2013
0e7a434
Fixed Wifi example
cmaglie Mar 29, 2013
f88c984
Removed deprecated interrupt handlers
cmaglie Mar 29, 2013
b59784d
Fix deprecated ISR names for ATmega8.
cmaglie Mar 29, 2013
f423237
Added Wifi NTP client example
cmaglie Mar 29, 2013
c3b581b
Upped version to 1.0.5
cmaglie Mar 29, 2013
be9462e
Added support for all variants of Sanguino
Lauszus Apr 4, 2013
d003c53
small changes inside the GSM pachube examples
Fede85 Apr 5, 2013
eda3bd8
Add library from ZIP
cmaglie Apr 6, 2013
1866050
"Add library" moved into "Import library" menu
cmaglie Apr 6, 2013
9f4b628
Fixed translation
cmaglie Apr 8, 2013
34334fc
GSM library webClient example needs fix
Fede85 Apr 9, 2013
afc9ad2
converted to HTTP/1.1 and the client point to the arduino ascii logo
Fede85 Apr 9, 2013
2e6023b
edited some ethernet ad wifi examples
Fede85 Apr 11, 2013
c46e178
added driver install utility (dpinst 32- and 64-bit) and Arduino icon…
zeveland Apr 12, 2013
97e0f34
Merge pull request #1192 from miek/debounce-fix
Fede85 Apr 16, 2013
c87ddd5
small changes to the Debounce example
Fede85 Apr 16, 2013
ce35542
Moved refresh client from html meta tag to http header
Fede85 Apr 16, 2013
fab4632
WifiWebServer example: Moved the autorefresh feature inside the http …
Fede85 Apr 17, 2013
a138309
WebServer example: Added comments
Fede85 Apr 17, 2013
938351b
Use analogPinToChannel if it's defined
Lauszus Apr 17, 2013
72ec507
Removed call to analogPinToChannel for Leonardo
Lauszus Apr 17, 2013
59c5b94
Check if ATmega32u4 is defined
Lauszus Apr 17, 2013
d66930f
Support select-paste on Linux (Paul Stoffregen)
PaulStoffregen Apr 22, 2013
f913517
Add "Copy To Clipboard" button for compile errors (Paul Stoffregen)
PaulStoffregen Apr 22, 2013
c111f66
Corrected the return type of the digitalPotWrite in the SPI/DigitalPo…
Fede85 Apr 24, 2013
2aee42a
Fix for #814, Memory Leak
bjelojac Apr 25, 2013
0db906f
changed the pin where to connect the button from 2 to 4 to be complia…
Fede85 Apr 30, 2013
2c5a86e
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
zeveland May 1, 2013
33c086d
updated driver description string to "Arduino USB Driver". includes …
zeveland May 1, 2013
dbd584e
Removed double instance of the same code
Lauszus May 1, 2013
4c4878b
Merge pull request #1347 from Lauszus/Sanguino
cmaglie May 3, 2013
55ade2d
Nicer button for 'Copy error to clipboard'
cmaglie May 3, 2013
99f2a27
Stream "_timeout" field and related methods are now protected instead…
cmaglie May 6, 2013
19e4d38
Added c_str() method to String class.
cmaglie May 6, 2013
444ede0
Added const modifier to String.c_str()
cmaglie May 6, 2013
595d7fe
added colored keywords readString and readStringUntil
Fede85 May 9, 2013
5e8df5e
Merge branch 'master' of github.com:arduino/Arduino
Fede85 May 9, 2013
d66e094
Revert ""Add library" moved into "Import library" menu"
cmaglie May 10, 2013
62a8a01
keep included folder name as top level folder name, delete MAC folder…
cmaglie May 10, 2013
8eab205
import library also import folder (already expanded libraries)
ffissore Oct 18, 2012
1cdf75d
"Add library" moved into "Import library" menu
cmaglie Apr 6, 2013
29856ff
improved import library: complains if invalid zip or folders are sele…
ffissore Oct 19, 2012
3d5c76a
also rebuild examples menu after library import
ffissore Oct 19, 2012
8266ac5
better error message when library names clash
ffissore Oct 19, 2012
fa95662
Disabled 'fat' (multiplatform) library check.
cmaglie Oct 24, 2012
5444455
removed check on .h file existence
ffissore Dec 4, 2012
13d8214
Backported OnlyDirs.class
cmaglie May 11, 2013
62846f1
Fixed disappearing 'Import library' menu
cmaglie May 11, 2013
296bdac
Updated revision log
cmaglie May 11, 2013
54552c0
Added robot hardware
cmaglie May 13, 2013
2387046
Added support to INT6 on Leonardo.
Fede85 May 13, 2013
bd24067
Merge branch 'master' of github.com:arduino/Arduino
Fede85 May 13, 2013
7e3aef9
Updated drivers for robot
cmaglie May 14, 2013
bd11079
Added Arduino Robot libraries
cmaglie May 15, 2013
ffdb0d7
Merge branch 'robot'
cmaglie May 15, 2013
cf4584e
Reverted 'copy error' button for 1.0.5, waiting for a better UI design
cmaglie May 15, 2013
53fdcb5
Updated revision log
cmaglie May 15, 2013
eab4a7e
Robot has its own core
cmaglie May 17, 2013
e5baff7
fixed order in how the commands were executed
May 16, 2013
b91e630
fixed glitch with the screen when starting the process
May 16, 2013
2b7753f
fixed the classic fix vs stroke issue after migrating to the TFT library
May 16, 2013
ee6a833
added the TFT display library
Fede85 May 17, 2013
82511de
Merge remote-tracking branch 'arduino/TFT_display'
cmaglie May 17, 2013
aa800e8
added a better configurarion string for the line following example
May 17, 2013
b2c17f9
Added notification about the need of the IR-Remote library
May 17, 2013
f28faa3
added a better configurarion string for the line following example
May 17, 2013
4c73b8c
Fixed upload for robot boards
cmaglie May 17, 2013
22997bb
Fixed upload for robot boards
cmaglie May 17, 2013
203ca4f
Fixed spelling error in Horizon example
shfitz May 18, 2013
ec7996e
Reintroduced copy error button.
cmaglie May 22, 2013
5481bac
Fixes #1432
Fede85 May 23, 2013
22320db
keywords syntax highlighting corrected in SoftwareSerial library
Fede85 May 24, 2013
0778f8a
Added remove methods to WString
snargledorf Jun 5, 2013
82a2c1d
add String.toFloat
tevino May 29, 2013
fc8103c
Minor typo correction
mikalhart Jun 8, 2013
ad500ae
Update incorrect docs in tonePitchFollower example
mcoms Jun 11, 2013
598ab1d
Merge pull request #1465 from mcoms/patch-1
cmaglie Jul 12, 2013
24df3ab
Fixed a typo in the WebServer example.
Jul 29, 2013
293e46b
Merge branch 'issue1366' of github.com:Lauszus/Arduino into Lauszus-i…
cmaglie Jul 31, 2013
ec31a2e
Fixed robot libraries and examples for unified Arduino core
Aug 21, 2013
0f0d5fe
Merge pull request #1526 from interwho/master
cmaglie Sep 2, 2013
1162a45
USB serial baud arg type
pbrook Sep 2, 2013
f53fcdd
USB CDC two argument begin()
pbrook Sep 2, 2013
a06ccb7
Latest Adafruit_GFX fixes + moved GFX lib to utility folder
PaintYourDragon Sep 3, 2013
5615e20
Merge pull request #1566 from PaintYourDragon/master
cmaglie Sep 6, 2013
a0b9d95
Merge branch 'usb-serial-begin' of github.com:pbrook/Arduino into pbr…
cmaglie Sep 30, 2013
aaafaf3
Fix indentation (cosmetic)
supcik Oct 6, 2013
a340140
Merge pull request #1608 from supcik/fix_indent
cmaglie Oct 9, 2013
6732677
Merge pull request #1383 from bjelojac/patch-1
ffissore Oct 9, 2013
21ef50b
It was still using jdk FileNameExtensionFilter
Oct 14, 2013
72440e7
Added missing class FileNameExtensionFilter
Oct 14, 2013
e21b182
Removed destructor from File.cpp and SD.h as it leads to unexpected c…
cmaglie Oct 17, 2013
128678c
Update readme.txt
cmaglie Oct 23, 2013
787f73d
Display line numbers for the file being edited
Oct 28, 2013
a2111fd
add preference to enable/disable line numbers
Oct 29, 2013
66faf5d
Render line numbers using TextAreaPainter
Nov 3, 2013
5373883
Added Arduino Ethernet variant.
cmaglie Nov 3, 2013
350eb86
Added LED_BUILTIN constant to Leonardo board
cmaglie Nov 3, 2013
9b519f2
Changed LED_BUILTIN to a macro to better support boards that do not h…
cmaglie Nov 3, 2013
ae265a9
Help 3rd party installers find the hardware path
PaulStoffregen Jul 27, 2013
89d6841
Merge branch 'cayci-master'
cmaglie Nov 4, 2013
4cb0b11
Fix robot problems regarding new version of Arduino
Nov 4, 2013
cb9686d
Updates to a number of Examples
shfitz Nov 8, 2013
e7c24c6
Added SERIAL metadata into variant files.
cmaglie Nov 11, 2013
4869f7f
Updated listfiles SD example
shfitz Nov 11, 2013
83ef181
Updated Blink without delay example
shfitz Nov 11, 2013
b332904
Modified LCD custom character example
shfitz Nov 11, 2013
b79ee02
Updated KeyboardMessage example
shfitz Nov 11, 2013
e304180
Fix SERIAL_* metadata in Arduino Ethernet variant
cmaglie Nov 11, 2013
bd04a9d
Merge remote-tracking branch 'arduino/master'
cmaglie Nov 12, 2013
3685463
Merge pull request #1659 from X-Y/master
cmaglie Nov 14, 2013
ca37de4
add operator==, remoteIP and remotePort to EthernetClient
ntruchsess Nov 25, 2013
937bce1
add localPort to EthernetClient, simplify operator==
ntruchsess Nov 27, 2013
a27604f
add some lines of comment to ChatServer.ino, remove redundant assignm…
ntruchsess Nov 27, 2013
b5c500f
revert Chatserver example, create new AdvancedChatServer based on it
ntruchsess Nov 28, 2013
889e1f6
apply AdvancedChatServer.ino changes to renamed ChatServer.ino
ntruchsess Nov 28, 2013
fbdf3a1
remove all Changes besides operator==
ntruchsess Dec 6, 2013
2995456
update AdvancedChatServer.ino, add operator!=
ntruchsess Dec 6, 2013
ffb8a55
Merge pull request #1700 from ntruchsess/ethernetclient2
cmaglie Dec 9, 2013
7fcba37
Changed pins definition in variants from constants to #defines.
cmaglie Dec 13, 2013
3baa0ce
Merge branch 'master' of github.com:arduino/Arduino
cmaglie Dec 13, 2013
5c1b5c0
Updated drivers signature for Windows
cmaglie Jan 7, 2014
144b5e8
Merge tag '1.0.5-r2'
cmaglie Jan 7, 2014
c2498aa
Updated revisions log
cmaglie Jan 8, 2014
e9c72c9
Signed drivers for Windows 8.1
cmaglie Jan 8, 2014
711fe3d
Merge tag '1.0.5-r2' into HEAD
cmaglie Jan 8, 2014
2fb3770
Compile with -x assembler-with-cpp instead of -assembler-with-cpp.
Jan 21, 2014
a432e26
Merge pull request #1814 from HeMan/master
cmaglie Jan 22, 2014
017326a
Minor changes to Communication Examples
shfitz Jan 29, 2014
9b86cb6
Update readme.txt
KonradIT Jan 29, 2014
ede9b56
Update and rename readme.txt to README.mkdn
KonradIT Jan 29, 2014
7ea7c52
Rename README.mkdn to README.md
KonradIT Jan 29, 2014
1c28dab
Updated Listfiles SD example
shfitz Feb 2, 2014
b415903
Merge pull request #1836 from KonradIT/master
cmaglie Feb 5, 2014
5dfafe7
WiFi Shield examples: added the firmware version check
Fede85 Feb 6, 2014
ef4f0f3
If 2 libs have same .h file, use the lib with same dir name
PaulStoffregen Feb 10, 2014
b78fcf5
Merge pull request #1853 from PaulStoffregen/master
cmaglie Feb 11, 2014
53adddc
Fixed issue #1478, #1599, #1709, motors being opposite, updated turni…
X-Y Feb 12, 2014
eb1e2f2
Revert "Changed pins definition in variants from constants to #defines."
cmaglie Feb 11, 2014
9dd4255
Merge branch 'master' of github.com:X-Y/Arduino into X-Y-master
cmaglie Feb 12, 2014
2a8c063
Added some friendly messages for Arduino Robot include errors on old …
cmaglie Feb 12, 2014
8eaaeeb
Added license for Arduino.h, binary.h and main.cpp (master branch)
cmaglie Feb 10, 2014
cc6d7cd
Added license for Client, IPAddressm and Server (master branch)
cmaglie Feb 7, 2014
fd2ecf7
Update README.md
felixphew Feb 16, 2014
1d060ca
Merge pull request #1867 from felixphew/patch-2
ffissore Feb 17, 2014
57bee97
Local (user installed) libraries have priority over system libraries
cmaglie Feb 17, 2014
3a72c02
Removed unused code, fixed indentation.
cmaglie Feb 17, 2014
f3944b2
Corrected repeated 'less' in checkName's message
h2g2guy Feb 19, 2014
2757691
Merge pull request #1879 from h2g2guy/master
cmaglie Feb 19, 2014
2380a8f
Added copyright license for WiFi shield library
cmaglie Feb 27, 2014
994f0d7
Windows: arduino_debug.exe. Backport of ad2ff737bb871ebf9a1374924a580…
Feb 27, 2014
3be6eb8
added support for '-' and '.' but both not as the first as first char…
oni303 Feb 27, 2014
efedfa7
cut the filename at the last '.' not at the first in tab-names of the…
oni303 Feb 27, 2014
8642df7
Esplora: added reading form Tinkerkit inputs
egueli Mar 3, 2014
4c8199e
Merge pull request #1773 from oni303/minus_support
cmaglie Mar 4, 2014
5a60f6b
Windows: launch4j gets downloaded at build time
Mar 4, 2014
16915f1
Merge pull request #1899 from arduino/arduino_debug_master_backport
cmaglie Mar 4, 2014
9810e89
Update to Esplora example
shfitz Mar 8, 2014
5672402
Added compatibity for 1.5 libraries layout on IDE 1.0.x
cmaglie Mar 20, 2014
860da6f
Update README.md
Ramoonus Mar 24, 2014
962d6d1
Merge pull request #1958 from Ramoonus/patch-1
cmaglie Mar 25, 2014
5bc28a1
Fixed string constructor overloading bug
majenkotech Apr 1, 2014
8a1fffd
Import WString from 1.5.6
majenkotech Apr 1, 2014
4a10c1c
Merge pull request #1907 from egueli/master
Fede85 Apr 2, 2014
a74597d
Merge branch 'master' of github.com:majenkotech/Arduino
cmaglie Apr 7, 2014
9c7e3ab
Fixed example StringStartsWithEndsWith.ino
cmaglie Apr 7, 2014
9403021
fix comments on spaceship example
jaimeiniesta May 1, 2014
3adbeee
Merge pull request #2042 from jaimeiniesta/patch-1
cmaglie May 3, 2014
cf5fc14
Modified Keyboard Reprogram example
shfitz May 3, 2014
f40e471
Match return value to type in available()
zfields May 8, 2014
9ad8748
Updated Blink
shfitz May 8, 2014
17e1eb5
Fix idle level when initializing a inverted SoftwareSerial
jenscski May 23, 2014
b999ed2
Merge pull request #2090 from jenscski/master-fix-1361
cmaglie May 23, 2014
fb8e439
Merge pull request #2057 from zfields/patch-1
cmaglie May 23, 2014
44b5096
Backported Print class from ide-1.5.x branch
cmaglie May 23, 2014
b822091
improved USB write speeds
embmicro Mar 18, 2014
13c0db5
Fix race condition in USB CDC transmit
pbrook Mar 20, 2014
ddbb6b3
Improve CDC read code
pbrook Mar 21, 2014
91f0dbc
Fix of a bug
amulya349 May 30, 2014
2c3058b
Fix of a bug
amulya349 May 30, 2014
6914af0
USB CDC available() method returns correct number of bytes in buffer.
cmaglie May 26, 2014
1918966
Merge pull request #2104 from amulya349/master
cmaglie Jun 2, 2014
fadc593
Added ArduPilot menu & hooked HAL options into compiler.
Dec 20, 2012
79ed41f
build type debug messages, add mcall-prolouges to link (shouldn't mat…
Dec 21, 2012
f061756
when using apm1/apm2 always set board type to be mega2560
pchickey Dec 21, 2012
851503f
Add MegaPirate-NG board
hughescr Jun 6, 2014
080b774
Update to latest gcc-4.8.1 toolchain stolen from upstream's 1.5.1 4.8…
hughescr Jun 6, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
app/bin/
app/pde.jar
core/bin/
core/core.jar
hardware/arduino/bootloaders/caterina_LUFA/Descriptors.o
hardware/arduino/bootloaders/caterina_LUFA/Descriptors.lst
hardware/arduino/bootloaders/caterina_LUFA/Caterina.sym
hardware/arduino/bootloaders/caterina_LUFA/Caterina.o
hardware/arduino/bootloaders/caterina_LUFA/Caterina.map
hardware/arduino/bootloaders/caterina_LUFA/Caterina.lst
hardware/arduino/bootloaders/caterina_LUFA/Caterina.lss
hardware/arduino/bootloaders/caterina_LUFA/Caterina.elf
hardware/arduino/bootloaders/caterina_LUFA/Caterina.eep
hardware/arduino/bootloaders/caterina_LUFA/.dep/
build/linux/dist/*.tar.gz
build/linux/*.tgz
test-bin
*.iml
build/windows/launch4j-*
build/windows/launcher/launch4j
build/windows/WinAVR-*.zip
build/*/work
Resources_*.properties
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
Arduino
========

* Arduino is an open-source physical computing platform based on a simple i/o
board and a development environment that implements the Processing/Wiring
language. Arduino can be used to develop stand-alone interactive objects or
can be connected to software on your computer (e.g. Flash, Processing, MaxMSP).
The boards can be assembled by hand or purchased preassembled; the open-source
IDE can be downloaded for free.

* For more information, see the website at: http://www.arduino.cc/
or the forums at: http://arduino.cc/forum/

* To report a *bug* in the software or to request *a simple enhancement* go to:
https://github.com/arduino/Arduino/issues

* More complex requests and technical discussion should go on the Arduino Developers
mailing list:
https://groups.google.com/a/arduino.cc/forum/#!forum/developers

* If you're interested in modifying or extending the Arduino software, we strongly
suggest discussing your ideas on the Developers mailing list *before* starting
to work on them. That way you can coordinate with the Arduino Team and others,
giving your work a higher chance of being integrated into the official release
https://groups.google.com/a/arduino.cc/forum/#!forum/developers

Installation
------------
Detailed instructions are in reference/Guide_Windows.html and
reference/Guide_MacOSX.html. For Linux, see the Arduino playground:
http://www.arduino.cc/playground/Learning/Linux

Credits
--------
Arduino is an open source project, supported by many.

The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
Gianluca Martino, Daniela Antonietti, and David A. Mellis.

Arduino uses the [GNU avr-gcc toolchain](http://gcc.gnu.org/wiki/avr-gcc), [avrdude](http://www.nongnu.org/avrdude/), [avr-libc](http://www.nongnu.org/avr-libc/), and code from
[Processing](http://www.processing.org) and [Wiring](http://wiring.org.co).

Icon and about image designed by [ToDo](http://www.todo.to.it/)

Loading