Federico Fissore
|
88f7504e81
|
Removed destructor from File.cpp and SD.h as it leads to unexpected close/destructed objects #814
|
2013-10-15 17:09:20 +02:00 |
|
Cristian Maglie
|
e8834d32f3
|
Servo library refactoring. See #1617
|
2013-10-15 09:41:42 +02:00 |
|
Federico Fissore
|
fd26f72e00
|
Updated revisions.txt
|
2013-10-14 20:05:45 +02:00 |
|
Federico Fissore
|
a81f04056d
|
fixing crlf for windows
|
2013-10-14 18:26:59 +02:00 |
|
Federico Fissore
|
56bdebb8d7
|
Introducing Artistic Style: new IDE autoformatter
|
2013-10-14 18:11:30 +02:00 |
|
Fede85
|
cb7b62f43e
|
added the support to the new display GREENTAB_L
|
2013-10-14 17:23:39 +02:00 |
|
Fede85
|
034cb91737
|
Merge remote-tracking branch 'origin/ide-1.5.x' into ide-1.5.x
|
2013-10-14 17:19:48 +02:00 |
|
Federico Fissore
|
6378c8c647
|
Moving Library.SOURCE_CONTROL_FOLDERS into FileUtils.isSCCSOrHiddenFile #1619
|
2013-10-14 14:48:41 +02:00 |
|
Federico Fissore
|
2ada52623d
|
Added missing class FileNameExtensionFilter
|
2013-10-14 12:57:07 +02:00 |
|
Federico Fissore
|
9558d43415
|
Merge branch 'master' into ide-1.5.x
|
2013-10-14 12:56:25 +02:00 |
|
Federico Fissore
|
72440e7893
|
Added missing class FileNameExtensionFilter
|
2013-10-14 12:55:39 +02:00 |
|
Federico Fissore
|
bef7b94ea7
|
merge
|
2013-10-14 12:42:42 +02:00 |
|
Federico Fissore
|
21ef50beb4
|
It was still using jdk FileNameExtensionFilter
|
2013-10-14 12:34:09 +02:00 |
|
Federico Fissore
|
65708b68a9
|
Print a warning instead than just ignoring #1619
|
2013-10-14 11:55:03 +02:00 |
|
Federico Fissore
|
c0a0e49db6
|
Ignore folders used by source code control software (subversino, git...) #1619
|
2013-10-14 11:40:13 +02:00 |
|
Federico Fissore
|
e548f3111c
|
Added another macos system profiler test
|
2013-10-12 15:02:45 +02:00 |
|
Federico Fissore
|
5fc1d779c7
|
It was still using jdk FileNameExtensionFilter
|
2013-10-12 15:02:08 +02:00 |
|
Fede85
|
02550de1e9
|
Merge remote-tracking branch 'origin/ide-1.5.x' into ide-1.5.x
|
2013-10-10 20:59:01 +02:00 |
|
Federico Fissore
|
6732677500
|
Merge pull request #1383 from bjelojac/patch-1
Fix for #814, Memory Leak
|
2013-10-09 08:42:12 -07:00 |
|
Cristian Maglie
|
be58b435fb
|
Small fixes to avr/boards.txt:
- adjusted Mega board name
- moved pid/vid to the proper place
- defined default build.board prop (so the IDE stops warning about that)
See #1605
|
2013-10-09 17:00:40 +02:00 |
|
Cristian Maglie
|
058ee205ba
|
Merge branch 'mega-adk' of github.com:Lauszus/Arduino into Lauszus-mega-adk
|
2013-10-09 16:45:05 +02:00 |
|
Cristian Maglie
|
a340140ee7
|
Merge pull request #1608 from supcik/fix_indent
Fix indentation (cosmetic)
|
2013-10-09 07:04:43 -07:00 |
|
Cristian Maglie
|
40dce96f11
|
Fixed adc_init() function.
See #1418
|
2013-10-09 15:54:47 +02:00 |
|
Jacques Supcik
|
aaafaf33b4
|
Fix indentation (cosmetic)
|
2013-10-06 10:59:53 +02:00 |
|
Kristian Sloth Lauszus
|
4e0f508590
|
Combine Mega and Mega 2560
|
2013-10-03 20:36:25 +02:00 |
|
Kristian Sloth Lauszus
|
b3a1c8424d
|
Removed incorrect readme
|
2013-10-03 20:33:19 +02:00 |
|
Kristian Sloth Lauszus
|
f6a0c45961
|
Split Arduino ADK into separate board
|
2013-10-03 20:32:28 +02:00 |
|
Cristian Maglie
|
d1d561ddb7
|
Update localization pull script to handle java Locale class exceptions
|
2013-10-02 18:18:35 +02:00 |
|
Cristian Maglie
|
6dd750e35b
|
Finished renaming resouces bundles "he" and "id" to "iw" and "in" respectively
|
2013-10-02 18:18:34 +02:00 |
|
Federico Fissore
|
d4fd836853
|
Removed jre.zip from windows: is now downloaded at "dist" time
Upgraded bundled java to version 7u40 (latest stable): closes #1405
|
2013-10-02 18:12:19 +02:00 |
|
Federico Fissore
|
9a10a22bc3
|
Renamed resouces boundles he and id to iw and in respectively
Removed try catch around i18n.init
|
2013-10-02 17:52:59 +02:00 |
|
Cristian Maglie
|
8028cc38e7
|
Added "English (UK)" to the language list.
|
2013-10-02 17:40:44 +02:00 |
|
Federico Fissore
|
63914efb06
|
Fixed locale selection
|
2013-10-02 17:34:38 +02:00 |
|
Cristian Maglie
|
2f38d1aaa5
|
Added "Using library.." debugging message in verbose output.
|
2013-10-01 15:03:43 +02:00 |
|
Cristian Maglie
|
a21d92e5c8
|
[sam] Added empty Serial::begin() with options for CDC-ACM
See #1563
|
2013-09-30 16:27:07 +02:00 |
|
Cristian Maglie
|
dc86455097
|
Merge branch 'master' into ide-1.5.x
|
2013-09-30 16:25:10 +02:00 |
|
Cristian Maglie
|
a0b9d95065
|
Merge branch 'usb-serial-begin' of github.com:pbrook/Arduino into pbrook-usb-serial-begin
|
2013-09-30 16:10:59 +02:00 |
|
Federico Fissore
|
5015ac1787
|
Updated revisions.txt
|
2013-09-30 10:08:32 +02:00 |
|
Federico Fissore
|
429b5168d8
|
Added yun variant with LED_BUILTIN definition. Closes #1585
|
2013-09-30 10:07:03 +02:00 |
|
Federico Fissore
|
2cf461de3e
|
Removed wrong executable bit from many files. Closes #1498
|
2013-09-27 18:22:36 +02:00 |
|
Federico Fissore
|
ddcb89e1fa
|
Removed wrong executable flag on many files
|
2013-09-27 18:18:51 +02:00 |
|
Federico Fissore
|
00fa0f2002
|
Added pow keyword (closes #1509)
|
2013-09-27 18:05:55 +02:00 |
|
Federico Fissore
|
88785ade02
|
Better revisions.txt
|
2013-09-27 16:22:40 +02:00 |
|
Federico Fissore
|
93ce3b43e0
|
Updated revisions.txt
|
2013-09-27 16:19:11 +02:00 |
|
Federico Fissore
|
df7e5aef74
|
Missing YunServer and YunClient keyword highlight
|
2013-09-27 16:16:37 +02:00 |
|
Cristian Maglie
|
f03093332b
|
[sam] Fixed initialization of ADC timings (improves analogRead speed by a factor x10)
Discussion:
http://www.djerickson.com/arduino/
http://forum.arduino.cc/index.php?topic=156849
http://forum.arduino.cc/index.php?topic=187693
Fixes #1418
|
2013-09-26 01:22:01 +02:00 |
|
Federico Fissore
|
e745ed988f
|
boards.txt: fixed wrong extended fuses when using external programmer with a yun
|
2013-09-25 17:25:31 +02:00 |
|
Cristian Maglie
|
92a67209ed
|
Merge branch 'eth-fix' into ide-1.5.x
Conflicts:
build/shared/revisions.txt
|
2013-09-25 10:37:07 +02:00 |
|
Cristian Maglie
|
b0dc317422
|
Fix in sam SPI library initialization when using multiple CS (extended API).
http://forum.arduino.cc/index.php?topic=189682.0
|
2013-09-24 21:34:14 +02:00 |
|
Cristian Maglie
|
88def54082
|
Fixed wrong behaviour of EthernetClient::flush().
Fixes #1576
|
2013-09-23 15:46:51 +02:00 |
|