Cristian Maglie
b918faffbd
Fixed examples search in fat-libraries
2012-12-05 17:06:56 +01:00
Federico Fissore
e18d2a018d
ignored test-bin folder
...
junit reports in xml
2012-12-04 13:43:21 +01:00
Federico Fissore
320648e67f
tests now run at each build
2012-12-04 13:38:02 +01:00
Federico Fissore
4076baa81c
fixed java 1.5 compatibility issue
2012-12-04 11:59:13 +01:00
Federico Fissore
527e07b26f
fixed java 1.5 compatibility issue
...
moved unknown AutoFormat class to external folder
2012-12-04 11:54:19 +01:00
Cristian Maglie
f90e200a34
Fixed boards.txt (added Micro and fixed path for LilyPadUSB bootloader)
2012-11-25 15:10:29 +01:00
Cristian Maglie
60215e7058
Merge pull request #1131 from sgk/ide15i18n
...
Hack to include phrases from "platform.txt".
2012-11-25 02:24:05 -08:00
Shigeru KANEMOTO
b6ef902eae
Hack to include phrases from "platform.txt".
...
These phrases from "platform.txt" should be included in the "*.po" files.
"Arduino AVR Boards"
"Arduino ARM (32-bits) Boards"
This patch is a hack to do so.
See commit 9e25ad57db
.
2012-11-25 15:59:08 +09:00
Cristian Maglie
db81f52c3a
Added Servo library for Arduino Due
2012-11-23 18:15:23 +01:00
Cristian Maglie
db32419a34
updated revisions.txt
2012-11-23 15:01:15 +01:00
Cristian Maglie
fabc658a94
Added CANRX1/TX1 pins.
2012-11-20 18:38:18 +01:00
Cristian Maglie
70351fc341
Fix BSoD for Windows (louismdavis)
...
http://arduino.cc/forum/index.php/topic,129869.0.html
2012-11-19 23:44:06 +01:00
Cristian Maglie
65f00a69c7
Fixed weak-symbol issue with system interrupt handlers.
2012-11-19 23:37:19 +01:00
Cristian Maglie
ddd35a2441
Updated URL for bugs/issues
2012-11-19 12:54:24 +01:00
Cristian Maglie
0f06e30a9e
Removed unused code
2012-11-14 13:20:19 +01:00
Cristian Maglie
df23af53bd
Merge branch 'ide-1.5.x' of github.com:arduino/Arduino into ide-1.5.x
2012-11-14 12:32:27 +01:00
Cristian Maglie
c761fc1aa4
Added command line compile.
...
Merge branch 'cmd-build' into ide-1.5.x
Conflicts:
app/src/processing/app/Base.java
2012-11-14 12:28:21 +01:00
Cristian Maglie
16b28ed74c
Merge pull request #128 from sgk/ide15i18n
...
Fixes to include "Boards" and "Processor" entries in the "*.po" files.
2012-11-11 01:47:13 -08:00
Shigeru KANEMOTO
9e25ad57db
Hack to include a word "Processor" in *.po files.
...
The word "Processor" appears in the "Tools" menu. However, this word is not
in the "*.po" files. This is because the word is not in any source code files,
and is in "boards.txt".
This hack is to include this word in the "*.po" files by extracting _(...)
calls automatically by gettext tool.
2012-11-11 15:12:51 +09:00
Shigeru KANEMOTO
27b8048fc6
"Boards" must be wrapped in _(...) call.
...
For internationalization, the word "Boards" must be wrapped directly in
_(...) call. The call was done in makeOrGetBoardMenu(). However, the second
call to makeOrGetBoardMenu() has the argument already wrapped by _(...).
2012-11-11 14:57:40 +09:00
Cristian Maglie
74dea07f2c
portOutputRegister is now writeable.
2012-11-09 10:54:30 +01:00
Cristian Maglie
b5b50caf33
Updated revision.txt
2012-11-09 10:52:14 +01:00
Cristian Maglie
3e7690149b
Merge remote-tracking branch 'ffissore/ide-1.5.x' into ide-1.5.x
2012-11-09 09:40:55 +01:00
Federico Fissore
90ecc3773d
avoid "Menu has no enabled items" exception
2012-11-06 15:16:32 +01:00
Cristian Maglie
ac8c1efc06
Updated revisions.txt
2012-11-05 18:07:27 +01:00
Cristian Maglie
8e9ee9cc94
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
2012-11-05 17:41:07 +01:00
Cristian Maglie
d23fbb2574
Added firmware for USB2Serial converter (Atmega16u2) on Due Board
2012-11-05 17:35:50 +01:00
Cristian Maglie
c68a0f5875
Fixed portOutputRegister() and portInputRegister() macros.
...
http://arduino.cc/forum/index.php/topic,130714.0.html
2012-11-05 16:52:57 +01:00
David A. Mellis
4672d451c8
Updating revisions.txt for 1.0.2.
2012-11-05 08:56:49 -05:00
Cristian Maglie
73649c2f60
Fixed digitalPinToPort and digitalPinToBitMask macros. (thanks to alvesjc)
2012-11-04 23:39:02 +01:00
Cristian Maglie
dc97316100
Set version to 1.5.1
...
Merge remote-tracking branch 'arduino/master' into HEAD
Conflicts:
app/src/processing/app/Base.java
todo.txt
2012-11-04 22:55:40 +01:00
Cristian Maglie
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
David A. Mellis
b90f4889bd
Upping version to 102 (1.0.2).
2012-11-04 16:41:09 -05:00
Cristian Maglie
d5e7d0dabd
Fixed verbose upload. Removed unused platform.txt params.
2012-11-04 01:05:54 +01:00
Cristian Maglie
a64d58fbdb
Merge remote-tracking branch 'ffissore/boards-cputype' into ide-1.5.x
2012-11-04 00:31:41 +01:00
Cristian Maglie
969e29befb
Do not yield during delayMicroseconds
2012-11-03 23:47:32 +01:00
Cristian Maglie
a72cfc3087
Fixed analogWrite() when writing on both DACs. Thanks to smay4finger
...
for providing the patch.
http://code.google.com/p/arduino/issues/detail?id=1092
http://arduino.cc/forum/index.php/topic,129765.msg980913.html
2012-11-03 20:18:32 +01:00
David A. Mellis
056ba5fca0
Allow spaces in Arduino directory name on linux.
2012-11-03 12:37:50 -04:00
David A. Mellis
80b52b29b5
Pass shell arguments to linux arduino script through to Arduino.
2012-11-03 12:25:19 -04:00
David A. Mellis
839b58c1ae
Updating Micro bootloader firmware.
2012-11-02 17:45:57 -04:00
Cristian Maglie
0f23634230
{attach,detach}Interrupt() on Due selects directly pin number instead of interrupt number.
2012-11-02 19:48:04 +01:00
Cristian Maglie
7b946264d5
Added general yield()-hook for cooperative scheduling development (part 2)
2012-11-02 18:12:21 +01:00
David A. Mellis
036f0465e5
HardwareSerial: change byte to uint8_t (since byte definition isn't present).
2012-11-02 09:24:51 -04:00
David A. Mellis
f689991a59
Adding LilyPad Arduino USB.
2012-11-01 10:45:50 -04:00
David A. Mellis
98a7ab9da3
Merge branch 'micro'
2012-11-01 08:18:13 -04:00
Scott
d6e9e03d13
Changed Leonardo only examples to "USB", added
2012-10-31 16:08:20 -04:00
Federico Fissore
d82c8dff7a
updated boards.txt
2012-10-31 18:08:03 +01:00
Federico Fissore
f500462ff0
updated boards.txt
2012-10-31 18:03:06 +01:00
Federico Fissore
76d25e4a25
updated boards.txt
2012-10-31 17:53:40 +01:00
Federico Fissore
1f8b12488b
updated boards.txt
2012-10-31 17:48:47 +01:00