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
Federico Fissore
0102a58122
"static" makes sense for constants and few other things. Avoid it if you don't have a specific reason for using it.
2015-10-26 15:49:31 +01:00
Federico Fissore
54ec785fd2
Updating bundled reference
2015-10-26 15:36:38 +01:00
Cristian Maglie
6aa8b75a84
Updated driver for win
2015-10-26 13:21:06 +01:00
Cristian Maglie
e20f818ea3
Updated revision log
2015-10-26 12:48:37 +01:00
Cristian Maglie
b01eda179a
Print not aborting on write failure
...
See #3614
2015-10-26 12:00:47 +01:00
Cristian Maglie
9552cc6ce2
Merge branch 'arduinoGemmaInterrupts' of https://github.com/agdl/Arduino
2015-10-23 11:00:25 +02:00
Cristian Maglie
9ad96c07e2
Merge branch 'arduinoEthernetInterrupts' of https://github.com/agdl/Arduino
2015-10-23 10:45:33 +02:00
Arturo Guadalupi
d52b5a87ba
Gemma digitalPinToInterrupt support
...
Added support for Arduino Gemma as required in #3929
2015-10-23 10:44:02 +02:00
Arturo Guadalupi
e3351f6fb1
Ethernet digitalPinToInterrupt support
...
Added support for Arduino Ethernet as required in #3929
2015-10-23 10:16:43 +02:00
Jesse Vincent
5b64cebdc5
Simplify and clarify new HID error messages.
...
The libraries in question are supported on a number of official Arduino boards. The new error message tries to be a bit more helpful.
2015-10-22 15:27:12 -07:00
Cristian Maglie
727b0bbd85
Merge branch 'master' of https://github.com/Ivan-Perez/Arduino
2015-10-22 16:34:03 +02:00
Sandeep Mistry
c71f5e9f88
check TWWC (Write Collision Flag) bit after setting TWDR
...
as suggested by @earlyprogrammer in #2173 , to ensure TWDR value is set
if there is a write collision
2015-10-22 16:33:00 +02:00