1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Go to file
Pieter12345 1d21f0cca3 CommandHistory optimization
- Use LinkedList with ListIterator to make all methods except for `clear()` run in `O(1)` (constant runtime) instead of `O(n)` (linear runtime).
- No longer store executed commands that are executed multiple times (executing {1, 1, 1, 1, 2} now only adds {1, 2} to the history).
2019-07-18 12:22:08 +02:00
.settings Update eclipse java-formatter settings 2015-03-27 14:51:11 +01:00
app CommandHistory optimization 2019-07-18 12:22:08 +02:00
arduino-core Support .tar.xz for ArchiveExtractor 2019-07-18 12:16:27 +02:00
build Add proper checksum for arduinoOTA-1.3.0-linux_arm64 2019-07-18 12:02:37 +02:00
hardware Update signatures for avrdude-6.3-arduino17 2019-06-19 17:09:31 +02:00
libraries Delete builtin libraries sources 2018-08-22 17:26:23 +02:00
.classpath Add log4j dependencies 2019-07-02 16:10:12 +02:00
.gitignore Amended .gitignore to ignore liblistSerials dev dependency. 2016-12-29 15:59:01 +01:00
.project Fix eclipse project files 2012-01-11 14:18:48 +01:00
CONTRIBUTING.md Remove mention of Playground being a publicly editable wiki from CONTRIBUTING.md 2019-04-24 03:49:45 -07:00
ISSUE_TEMPLATE.md Update issue template to reflect change in GitHub's new issue page 2019-06-06 00:05:17 -07:00
lib_sync Added lib_sync, utility script 2015-04-23 17:46:20 +02:00
license.txt adding LGPL (a bit late, whoops). 2007-10-12 01:58:48 +00:00
PULL_REQUEST_TEMPLATE.md Rename PULL_REQUEST_TEMPLATE_md to PULL_REQUEST_TEMPLATE.md 2019-07-18 12:13:59 +02:00
README.md update link http -> https 2018-01-25 15:51:55 +01:00

Arduino

Installation

Detailed instructions for installation in popular operating systems.
For Linux: https://www.arduino.cc/en/Guide/Linux (see also the Arduino playground page https://playground.arduino.cc/Learning/Linux)
For macOS X: https://www.arduino.cc/en/Guide/MacOSX
For Windows: https://www.arduino.cc/en/Guide/Windows

Credits

Arduino is an open source project, supported by many.

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

Arduino uses GNU avr-gcc toolchain, GCC ARM Embedded toolchain, avr-libc, avrdude, bossac, openOCD and code from Processing and Wiring.

Icon and about image designed by ToDo