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

6643 Commits

Author SHA1 Message Date
Cristian Maglie
b4a1a03eb5 Updated translations resources 2017-03-21 12:47:10 +01:00
Martino Facchin
8aaa0d0a11 Merge branch 'master' of github.com:arduino/Arduino 2017-03-21 12:16:01 +01:00
Martino Facchin
09378a5ba6 Update bundled libraries
- Firmata to 2.5.6
- Temboo to 1.2.1
- RobotControl to 1.0.3
2017-03-21 12:15:02 +01:00
Cristian Maglie
b81059f616 Updates to translations 2017-03-21 11:40:53 +01:00
jenkins
975fd420e1 Fix shasums for arduino-builder 1.3.25 2017-03-20 18:34:21 +01:00
Martino Facchin
b439a7727a Release avr core 1.6.18 2017-03-20 18:23:35 +01:00
Cristian Maglie
3994509ff7 Fixed warning about unused variable 2017-03-20 17:36:08 +01:00
Cristian Maglie
f483287585 Servo: library is now downloaded from his own repository 2017-03-20 17:36:08 +01:00
Martino Facchin
5b6adec95f add preference checkbox for core cache 2017-03-20 17:31:38 +01:00
Martino Facchin
2efa09507a update arduino-builder to 1.3.25 2017-03-20 17:31:38 +01:00
sergiotomasello
75e7b6b1b3 upd: build.board 2017-03-20 15:10:53 +01:00
Sandeep Mistry
3e9448d34b Disable serial monitor for non-SSH network ports 2017-03-20 15:09:54 +01:00
liu nick
40e7b1db39 use IAD Descriptor for device descriptor per the definition in "USB 2.0 ECN Interface Association Descriptor" and "USB Interface Association Descriptor Device Class Code and Use Model" 2017-03-16 19:38:01 +02:00
Cristian Maglie
3c0f26d6a8 [AVR] USB send ZLP when needed
See #5732 #4864 #4138 #3946
2017-03-16 19:35:47 +02:00
Cristian Maglie
a707f0ba4d Revert "Subtract one from USB_EP_SIZE in USB_SendSpace"
This reverts commit 817d700a75.
2017-03-16 19:35:47 +02:00
Martino Facchin
14b3f9b1d6 Merge pull request #6041 from delftswa2017/bug/data-folder
Fix "save as" operation for the data folder of a sketch
2017-03-16 09:46:23 +01:00
tomneutens
938df21778 Added a CompilerProgressListenerList to the EditorStatus class so you can add a listener for compiler progress from an external tool. To enable this the build method in the compiler class had to be changed 2017-03-15 19:32:53 +02:00
sergiotomasello
9f0eaafed4 upd: uno wifi with wifi link
compatibility of uno wifi dev. ed. with wifi link library
2017-03-14 19:04:39 +02:00
Arturo Guadalupi
09d5cba777 Merge pull request #6069 from sandeepmistry/WiFi101-Updater-0.9.0
Use version 0.9.0 of the WiFi101 firmware updater
2017-03-14 14:11:42 +01:00
Sandeep Mistry
99200cbbae Use version 0.9.0 of the WiFi101 firmware updater 2017-03-13 15:03:52 -04:00
Cristian Maglie
c6bac06406 AVR: Prevent warnings if BIN is previously defined
Fix #4784
Close #4791
2017-03-08 13:34:17 +01:00
Petri Laarne
1fc0997f71 Do not delete the source if source = destination
While the previous version could handle the case, it only did so after
deleting the destination file, therefore causing data loss.
2017-03-08 13:23:50 +01:00
Cristian Maglie
d3b3714802 Updated revision log 2017-03-08 11:48:27 +01:00
Sandeep Mistry
197fe6df9f Updated Firmata to version 2.5.5 2017-03-07 16:16:44 -05:00
jeroenoverman
7714a41c0c Fix copy data folder when performing save as operation
Changed the location where the variable `folder` gets updated. The
function `getDataFolder()` uses this variable to return the data folder.
It was looking for the data folder of the original sketch in the folder
of the new created sketch.
Furthermore the data folder will now be created if it does not exist yet
in the new sketch before copying the files of the original sketch.
2017-03-07 17:14:00 +01:00
Adrien Descamps
a700af1b4d fix extended fuse bits for ethernet board
Forgot to fix ethernet board in previous commit
2017-03-07 12:25:54 +01:00
Adrien Descamps
a899b9e1a8 Set unused bits of extended fuse to 1
Avrdude has changed the way it handle unused bits in the extended fuse for atmega 328 and atmega 168, they are now at 1 instead of 0.
See http://svn.savannah.nongnu.org/viewvc?view=rev&root=avrdude&revision=1335 for more info.
This causes avrdude to fail when one try to write the fuse with the unused bits at 0, because the value it read back is not the same than the one it tried to write. This commit fixes the fuse value for all boards that use atmega328 or 168.
2017-03-07 12:25:54 +01:00
Cristian Maglie
1f35bfca53 Fixed regression tests on Indent/Unindent and Comment/Uncomment actions
RSTA for some reason doesn't fire update signals on DocumentListeners.
2017-03-01 10:38:09 +01:00
Matthijs Kooijman
f5eb673f44 Update RSyntaxTextArea to 2.6.1
This imports the unmodified upstream version of RSTA from
http://repo1.maven.org/maven2/com/fifesoft/rsyntaxtextarea/2.6.1/rsyntaxtextarea-2.6.1.jar
since the Arduino-specific changes are no longer required.

This fixes #5888
2017-03-01 10:38:09 +01:00
Cristian Maglie
5f12bb9a3e Removed the need for get/setUndoManager()
This dramatically simplifies undo/redo handling and allows to use
unpatched RSyntaxTextArea library.
2017-03-01 10:38:09 +01:00
Cristian Maglie
1062307c52 Removed some redundant this keyword 2017-02-27 13:48:54 +01:00
Cristian Maglie
dd17388280 Removed unneeded up-cast 2017-02-27 13:48:54 +01:00
Matthijs Kooijman
87c917f4ea Remove unused CaretAwareUndoableEdit class
It seems this class has been unused since the switch to RSyntaxTextArea
was made.
2017-02-27 13:46:38 +01:00
Cristian Maglie
ad503bce6d Added missing license 2017-02-27 13:45:16 +01:00
Martino Facchin
c0a99f9ec9 Disallow opening Serial monitor during compilation
Commit 6d5597b070 introduced a guard against multiple concurrent operations.
This guard also avoid any real serial monitor "open" during the compile+upload phase, but it didn't handle keyboard shortcuts.

Fixes https://github.com/arduino/Arduino/issues/6015
2017-02-24 16:42:58 +01:00
Cristian Maglie
58422f71a0 Other updates to readme 2017-02-20 18:47:45 +01:00
Suryaveer
3d7cb7f179 added guide for installation in macOS and windows 2017-02-20 18:44:55 +01:00
Cristian Maglie
241df10c85 Merge branch 'handle_UTF-8_serial' of https://github.com/aknrdureegaesr/Arduino 2017-02-20 16:12:50 +01:00
Cristian Maglie
0b297d2906 Fixed fields hidden by local variable warnings 2017-02-20 15:22:27 +01:00
Cristian Maglie
ffe6aee5a6 Updated eclipse formatter options 2017-02-20 15:22:27 +01:00
Cristian Maglie
4d6385ab6d Serial monitor: input textfield is automatically selected
When the serial monitor window is focused again (not reopened but put
in background and selected again) the text input field is now
automatically focused.

Fix #5810
2017-02-17 10:57:20 +01:00
Martino Facchin
e9e24bd369 Merge pull request #5879 from facchinm/better-mdns
Update jmdns to 3.5.1
2017-02-10 18:36:14 +01:00
Andreas Krüger
ba302ee9c8
Properly decode UTF-8 characters comming in from serial one byte at a time.
This fixes #2430.
2017-02-10 01:39:33 +01:00
Martino Facchin
7434443d58 Update bundled avr core version to 1.6.18 2017-02-08 17:50:04 +01:00
Martino Facchin
d6a42b88a1 Update arduinoOTA to 1.1.1 2017-02-08 17:50:04 +01:00
Martino Facchin
b931d63df5 Update avrdude to 6.3.0-arduino9 2017-02-08 17:50:04 +01:00
Martino Facchin
2d0ef4a07a Update avr-gcc to avr-gcc-4.9.2-atmel3.5.4-arduino2 2017-02-08 17:50:04 +01:00
Dan Stutts
a095d2a3c8 Add 500Kbps, 1Mbps and 2Mbps to the list of available serial speeds 2017-02-08 17:21:12 +01:00
Sandeep Mistry
26ae0ac868 Add virtual beginMulticast(...) stub to UDP class 2017-02-08 15:33:41 +01:00
Martino Facchin
cd729a964d Update revisions.txt 2017-02-08 15:10:32 +01:00