Commit Graph

6637 Commits

Author SHA1 Message Date
Cristian Maglie 385edd26fc Removed "macosx-fix-bundled-toolchain-missing-symlinks" build task
This is no more needed since avrdude is compiled with libusb*
statically linked
2016-07-25 12:49:07 +02:00
Cristian Maglie 10182f2f02 Update avr-gcc to 4.9.2-arduino2 2016-07-25 12:49:07 +02:00
Cristian Maglie ba0c41b93d Added -fpermissive flag.
This avoid build errors on old libraries. It may possibly be removed in
the future after a period of transition.
2016-07-25 12:49:07 +02:00
Cristian Maglie e3079871d7 Gatekeeper workaround is no more needed with avrdude linked statically
See:

2db1e51b87
960dfb99e4
2016-07-25 12:49:07 +02:00
Cristian Maglie f5fd6423c3 Updated avrdude to 6.3-arduino2 2016-07-25 12:49:02 +02:00
Cristian Maglie 5a01929b8f avrdude 6.3: fixed IDE build for macosx 2016-07-25 12:35:26 +02:00
Cristian Maglie dda93de5f7 update revision log 2016-07-25 12:35:24 +02:00
Cristian Maglie 05b647721c Update avr-gcc to 4.9.2 and avrdude to 6.3 2016-07-25 12:34:57 +02:00
Cristian Maglie b44c3258ac Added WiFi101-Updater tool 2016-07-22 14:55:26 +02:00
Cristian Maglie 3276a35ef6 Update revision log 2016-07-22 12:49:31 +02:00
Martino Facchin 1d9849120e Merge pull request #4971 from facchinm/libListSerial-1.1.1
Update liblistserial to 1.1.3
2016-07-22 12:16:30 +02:00
Martino Facchin e6d7cea175 Merge pull request #5128 from facchinm/configurable_usb210
[AVR][USB] Configurable USB_VERSION value via define
2016-07-22 10:08:04 +02:00
Martino Facchin 8f4ee6d9f3 update libListSerial to 1.1.3
Solves #4696, arm binaries are now rPi1 compatible (armv6)
2016-07-21 16:39:24 +02:00
Martino Facchin ce81675549 Merge pull request #5135 from facchinm/usbsuspend_resume
Send an USB remote wakeup if data need to be written
2016-07-21 10:42:40 +02:00
Sandeep Mistry 21ec821a7f Update revision log 2016-07-20 10:20:12 -04:00
Sandeep Mistry 1a6be715ab Merge pull request #4794 from facchinm/upload_fail_handling
Handling gracefully upload failure
2016-07-20 10:18:57 -04:00
Sandeep Mistry 6521a7a664 Update revision log 2016-07-19 10:04:48 -04:00
Sandeep Mistry afe204f97f Merge pull request #4828 from facchinm/issue_4762
Filter examples based on contributed libraries by architecture
2016-07-19 10:00:18 -04:00
Sandeep Mistry b37430b473 Wrap SoftwareSerial _SS_MAX_RX_BUFF define
To allow sketches to override value as per #58.
2016-07-18 15:54:46 -04:00
Sandeep Mistry 05be7ce395 Port #4667 to SAM core 2016-07-18 15:10:09 -04:00
Sandeep Mistry 1884d1d331 Cast to "unsigned int" instead of just "unsigned" for consistency 2016-07-18 15:04:29 -04:00
Sandeep Mistry 87643f93d5 Merge pull request #4667 from bblanchon/patch-1
Speed and size improvement in Print::printFloat()
2016-07-18 14:50:09 -04:00
Sandeep Mistry e12dcc6126 Update revision log 2016-07-18 14:24:47 -04:00
Sandeep Mistry 98134a4aee Merge pull request #4718 from mattb5906/new-feature/stream-timeout-get-4680
Add getTimeout accessor method.
2016-07-18 14:18:59 -04:00
Cristian Maglie a5caee68a8 Merge branch 'invalidated-string-move' of https://github.com/sandeepmistry/Arduino 2016-07-18 18:30:23 +02:00
Dag Wieers 1b95b439a1 Do not show splash screen when options are present
This ensures now splash-screen is shown when preferences are changed or CLI-mode is used.

More information in #5131.

However this does NOT fix #5131, since the Arduino IDE in CLI-mode still requires X11 (according to #1981).
2016-07-15 11:57:42 +02:00
Martino Facchin 003d22f2a5 Send an USB remote wakeup if data need to be written
On Linux, setting autosuspend_delay_ms to N and control to auto allows the host pc to suspend the peripheral. Some Linux distro (Ubuntu, Mint) apply this behaviour by default.
If the sketch's prints where less frequent than N milliseconds the sketch prints would never arrive.
This patch allows sending a remote wakeup event to unsuspend the peripheral and allow the serial prints to be received.
2016-07-14 18:43:43 +02:00
Martino Facchin 28e10e95da [AVR][USB] fix IRQ flags clearing 2016-07-14 18:22:41 +02:00
Martino Facchin 830fe765b8 Refresh serial port list after loading contributed packages
Soves nameless boards if contributed cores loading is slow
2016-07-13 18:42:31 +02:00
Martino Facchin 40d7ab0dc5 configurable USB_VERSION string via define
to allow WebUSB development, provide a way to change the USB_VERSION reported
using an additional core.

The additional (webUSB) core will survive IDE and AVR core updates
2016-07-13 14:28:17 +02:00
Sandeep Mistry f49c7ae3de Make String::move of an invalidated String result in an invalidated String 2016-07-12 17:29:13 -04:00
Arturo Guadalupi b8f3d2d8bb Merge pull request #4613 from adouglass/patch-1
Fix tutorial typos in 08.Strings/StringAdditionOperator/StringAdditionOperator
2016-07-12 11:34:27 +02:00
Arturo Guadalupi bbd3ae274b Merge pull request #4864 from sandeepmistry/avr-usb-tx
Subtract one from USB_EP_SIZE in USB_SendSpace
2016-07-11 18:02:38 +02:00
Arturo Guadalupi cc6dfd239c Merge pull request #5116 from YakovL/patch-1
fix the boundary check
2016-07-11 16:09:54 +02:00
YakovL df8d22a440 fix the boundary check
..so that changing fadeAmount (to, say, 7) doesn't break the algorithm making an infinit loop (see https://github.com/arduino/Arduino/issues/5115)
2016-07-10 18:31:42 +03:00
Arturo Guadalupi e90cf55143 Merge pull request #5018 from sandeepmistry/sam-SerialUSB.availableForWrite
SAM: Add Serial_::availableForWrite
2016-07-07 18:12:27 +02:00
Arturo Guadalupi 843ec70eae Merge pull request #4814 from sandeepmistry/avr-pin_
Add PIN_* defines to AVR variants
2016-07-07 17:51:31 +02:00
Arturo Guadalupi 3d92deb7a3 Merge pull request #4813 from sandeepmistry/sam-i2c-symbols
Port SDA and SCL symbols to SAM
2016-07-07 17:49:39 +02:00
Cristian Maglie c63ae04420 Made Serial.write(byte[]) method public
This method turns out to be useful.
2016-07-06 16:53:01 +02:00
Martino Facchin a3f01a0ebb Merge pull request #5097 from facchinm/jna_refix
Windows: addind -Djna.nosys=true to launcher options
2016-07-05 09:32:44 +02:00
Martino Facchin 76029ae542 Windows: addind -Djna.nosys=true to launcher options
reapply patch #2301
this patch got lost with f6546ae and its partial revert 98eb1a9

Should fix #5092
2016-07-04 16:46:05 +02:00
Cristian Maglie 7fa975df4f Merge branch 'import-library-meta' of https://github.com/cmaglie/Arduino 2016-07-01 15:15:10 +02:00
Cristian Maglie 25fe4f427c Update arduino-builder to 1.3.19 2016-07-01 12:57:52 +02:00
Cristian Maglie b599c4d694 Update revision log. Made samd/WString.h identical again to avr version. 2016-06-28 21:00:09 +02:00
Christopher Andrews 0e8904350d Modified begin() & end() for read/write
begin() and end() only allowed read access, these changes now allow both.
2016-06-28 20:58:38 +02:00
Ivan-Perez f68a722bde WString.h: allow modifying the string while iterating 2016-06-28 20:58:38 +02:00
Ivan-Perez 07fa22fd52 WString.h: Add const qualifier to `begin` and `end` functions 2016-06-28 20:58:38 +02:00
Cristian Maglie 8f20f4d98b "Include library" now checks for `includes` property
A new property "includes" has been added to library.properties.
This property contains a comma-separated list of the files to be included when
the user selects the "Include library" command on the Arduino IDE.

If the property is missing the old behaviour is used.
2016-06-23 13:04:56 +02:00
Sandeep Mistry ae0d9dcc22 Update revision log 2016-06-06 14:22:21 -04:00
Sandeep Mistry d69c372986 Add Serial_::availableForWrite 2016-06-06 10:13:18 -04:00