1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Commit Graph

5539 Commits

Author SHA1 Message Date
Federico Fissore
67e32ff8fa FileUtils.copy now filters out source control folders. Also, dir is checked for existence before creating it. Fixes #4034 2015-11-02 12:29:12 +01:00
Federico Fissore
f5c3136b34 'Partner' libs moved above 'Contributed'. Fixes #4060 2015-11-02 12:13:52 +01:00
Federico Fissore
2e3e780dfa Updating arduino-builder to 1.0.5 2015-11-02 10:26:29 +01:00
Federico Fissore
e5252e3031 Slightly improved how EditorConsole works 2015-10-30 15:31:58 +01:00
Federico Fissore
c7cb263cf0 Updating arduino-builder to 1.0.4 2015-10-30 15:00:53 +01:00
Cristian Maglie
a7a12037c7 [HID] Added return value to HID SendReport (sam core) 2015-10-30 13:23:46 +01:00
Cristian Maglie
21168e1b5d [PUSB] Fixed return value for HID_::SendReport 2015-10-30 13:00:33 +01:00
Nico
741d5dff9e [PHID] send data if report ID was sent successful
If the first sending was not successful it is better to abort. Then we get a return value of -1 (instead of -2 if the 2nd call will also fail) and we do not need to block even longer, with another timeout.
2015-10-30 12:58:14 +01:00
NicoHood
cf4d7e1ffb Added return value to HID SendReport 2015-10-30 12:58:14 +01:00
Cristian Maglie
0e0c50d3bc Update revision log 2015-10-30 12:54:33 +01:00
Federico Fissore
3a97d19f1e Windows: build.xml was still referring to old ctags version 2015-10-30 09:21:31 +01:00
Federico Fissore
df2ae88469 Updating arduino-builder to 1.0.3 2015-10-30 09:11:01 +01:00
Cristian Maglie
d3e3b8b377 Merge branch 'sam-wire-repeated-starts' of https://github.com/sandeepmistry/Arduino 2015-10-29 21:18:11 +01:00
Sandeep Mistry
77179d78d0 Add support for repeated starts in slave mode
From the data sheet TXCOMP is only set after a stop or repeated start
and address change, but EOSACC is set for a stop or repeated start when
the address remains the same. This change removes the check for TXCOMP
when not idle, to support repeated starts for both RX and TX.
2015-10-29 16:15:52 -04:00
Sandeep Mistry
851efaefd7 Remove steps to disable pull ups as they are not needed
The Due has external pull-ups on the SDA0 and SCL0, and PIO_Configure
in Wire*_Init does not enable then.
2015-10-29 16:03:32 -04:00
Sandeep Mistry
fdef4f27fe Rebuild libsam 2015-10-29 16:03:32 -04:00
Sandeep Mistry
d655bd5af9 Add end callback for deinitialization on end 2015-10-29 16:03:32 -04:00
Sandeep Mistry
2737305f54 implement Wire.end() for SAM core
also moved common reset and disable code in libsam TWI_ConfigureMaster
and TWI_ConfigureSlave functions to new TWI_Disable function, which is
used in TwoWire::end()
2015-10-29 16:03:32 -04:00
Federico Fissore
f5c1084f5f Fixed wrong i18n function name 2015-10-29 14:09:51 +01:00
Cristian Maglie
ec7cc8c5cf Added check when setting serial port parameters
This allows to detect for invalid baud rate settings in
particular on Linux where the kernel do not allow non-standard
baud rates on some devices.

See #3389
See #3351
2015-10-29 13:58:29 +01:00
Federico Fissore
0b59fc91b0 Updating arduino-builder to 1.0.2 2015-10-29 12:51:26 +01:00
Federico Fissore
a51723fe79 Updated and add libs 2015-10-28 16:43:33 +01:00
Cristian Maglie
3341c8b2f7 Removed copies of Mouse and Keyboard libs, available on lib manager 2015-10-28 16:34:01 +01:00
Cristian Maglie
36b7701402 Removed copy of Scheduler lib, available through lib manager 2015-10-28 16:27:30 +01:00
Cristian Maglie
69e03275d6 Removed copy of Audio lib, available through lib manager 2015-10-28 16:27:17 +01:00
Cristian Maglie
437a83efbf Updated WiFi library version 2015-10-28 16:19:37 +01:00
Cristian Maglie
3262783b78 Removed USBHost copy. It is available through library manager. 2015-10-28 16:17:52 +01:00
Cristian Maglie
dafb39d149 Updated TFT lib version 2015-10-28 16:07:01 +01:00
Cristian Maglie
4329062787 Updated Stepper lib version 2015-10-28 16:03:17 +01:00
Cristian Maglie
dc8fcde7f7 Updated Servo library version 2015-10-28 16:01:46 +01:00
Cristian Maglie
d0f3b43079 Updated SD library version 2015-10-28 15:58:57 +01:00
Cristian Maglie
7a178a5180 Partially revert "Removing useless includes from examples"
This allows example to continue to work with older IDE.

This partially reverts commit 46cb5f0a5c.
2015-10-28 15:56:44 +01:00
Cristian Maglie
72600a01f2 Merge branch 'scheduler-zero' of https://github.com/PeterVH/Arduino into PeterVH-scheduler-zero 2015-10-28 15:44:49 +01:00
Cristian Maglie
0a4c2fa036 Merge branch 'master' of github.com:arduino/Arduino 2015-10-28 15:21:44 +01:00
Cristian Maglie
f890c12e03 Upgraded LiquidCrystal version 2015-10-28 15:12:56 +01:00
Federico Fissore
648625deb5 Revised DiscourseFormat to handle multiline comments. Also cleaned up code. Fixes #3970 2015-10-28 15:12:52 +01:00
Cristian Maglie
bf1537fa0c Merge remote-tracking branch 'arduino/master' 2015-10-28 14:50:42 +01:00
Cristian Maglie
6e09128f2d Update Audio lib version 2015-10-28 14:49:11 +01:00
Cristian Maglie
5835af1f11 Update GSM lib version 2015-10-28 14:48:54 +01:00
Federico Fissore
3d3fc08993 Made findreplace dialog NOT resizable 2015-10-28 11:19:13 +01:00
Federico Fissore
97ed162618 It was impossible to save a sketch with its default name. Fixed 2015-10-28 10:48:49 +01:00
Federico Fissore
6a5ec40ca3 Updated translations 2015-10-27 17:18:52 +01:00
Federico Fissore
014c9551e0 Updating arduino-builder to 1.0.1 2015-10-27 17:16:15 +01:00
Federico Fissore
ff248fc79d Added override and final as keywords. Fixes #4032 2015-10-27 15:59:52 +01:00
Federico Fissore
aaf86b4a50 arduino-builder: sketchbook libraries specified as last param, because they
are more important
2015-10-27 15:55:01 +01:00
Federico Fissore
8c57dd8adb MacOSX: setting java.ext.dirs to both jre and jdk paths 2015-10-27 10:35:07 +01:00
Federico Fissore
577a1cea6d Added NULL as keyword. Fixes #4033 2015-10-27 09:45:22 +01:00
Federico Fissore
421508268c Removing highlight when autoformatting. Fixes #3988.
Current highlighting logic is a bit buggy: see https://github.com/bobbylight/RSyntaxTextArea/issues/150.
2015-10-26 19:41:09 +01:00
Federico Fissore
cc1ed440e5 Editor: disabled brace highlight animation. Can be re-enabled by manually
editing theme/syntax/default.xml. Fixes #3991
2015-10-26 18:30:23 +01:00
Federico Fissore
d8d70ee0bd Windows: ":" is an illegal char for a file name. Fixes #4026 2015-10-26 18:14:05 +01:00