Commit Graph

3580 Commits

Author SHA1 Message Date
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
Cristian Maglie db640e08cd Ethernet: removed useless casts in avr/w5100 class 2013-09-22 15:35:38 +02:00
Cristian Maglie ca90bf75cb Bridge: Increased timeout when receiving "lenght" field.
Fixes a weird timing issue:
http://forum.arduino.cc/index.php?topic=188955.0
2013-09-21 23:47:37 +02:00
Cristian Maglie 43477bd9d6 Merge pull request #1583 from cow77/ide-1.5.x
Makes it possible to link Bridge to another linux-system.
2013-09-21 12:01:45 -07:00
Federico Fissore af20a50b31 Disabling board auto detection on windows. (again....)
See #1573
2013-09-21 20:30:12 +02:00
cow77 b0941ad5c9 Makes it possible to link to another linux-system, not running with
250000 (not Yun, but f.i. an Arduino mega2560 with a modified/expanded
WR703N).

The default could stay at 250000 (Yun).
2013-09-20 17:09:44 +02:00
Federico Fissore 651f85b021 Merge remote-tracking branch 'arduino/ide-1.5.x' into ide-1.5.x 2013-09-20 10:40:09 +02:00
Federico Fissore 553ef6ee70 More tests on maxosx system profiler output 2013-09-20 10:40:03 +02:00
Cristian Maglie be936dd590 Fixed buffer overflow in File::doBuffer() (dreggy)
Fixes #1580
2013-09-19 16:22:12 +02:00
Federico Fissore fa04bd7323 signed listComPorts.exe (ref #1573) 2013-09-18 09:50:03 +02:00
Cristian Maglie 8e7133eaac Fix wrong 'maximum_data_size' key in boards.txt 2013-09-13 20:05:38 +02:00
Cristian Maglie 9db77e18f8 Fetch updates of translations from transifex. 2013-09-13 19:33:07 +02:00
Cristian Maglie e3cd447527 Updated locales 2013-09-13 19:33:07 +02:00