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

5753 Commits

Author SHA1 Message Date
Federico Fissore
77c3d3eaa8 Carriage return is not properly handled by EditorConsole, better replace it with a new line 2015-11-03 13:17:26 +01:00
Federico Fissore
152aa595ec Updated splash screen 2015-11-03 13:09:30 +01:00
Cristian Maglie
9b070aa90f Updated avr core version to 1.6.9 2015-11-03 11:34:03 +01:00
Federico Fissore
31e8706cf4 Update notification popup was not sticking to bottom left corner when windows was resized. Fixes #4068 2015-11-03 09:03:32 +01:00
Henning Pohl
7d78a9c07e Also allow tabs as value delimiters 2015-11-02 13:12:11 +01:00
Federico Fissore
20dad1eed6 Updating translations 2015-11-02 13:09:55 +01:00
Federico Fissore
5ceca65fe2 '.ino' extension of sketch file was hardcoded. But IDE supports '.pde' files as well. Fixes #4021 2015-11-02 12:56:04 +01:00
Federico Fissore
320dcef67e FindReplace: setting default button each time the window is made visible, because Find button was let unselected with subsequent Edit>Find clicks on Windows. Fixes #3959 2015-11-02 12:44:35 +01:00
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
Otavio Carneiro
aaccec7486 Improves Fade to ensure PWM pin is used 2015-10-31 17:37:26 -02: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