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

724 Commits

Author SHA1 Message Date
Martino Facchin
40b5fbf66f Stepper: update version to 1.1.3 2016-03-08 15:37:18 +01:00
Martino Facchin
4d11767a23 LiquidCrystal: update version to 1.0.5 2016-03-08 15:36:36 +01:00
Martino Facchin
b9de3986bb GSM: update version to 1.0.6 2016-03-08 15:35:57 +01:00
Martino Facchin
78aa51f22c WiFi: update version to 1.2.7 2016-03-08 15:25:20 +01:00
Martino Facchin
a659c55e1d TFT: update version to 1.0.6 2016-03-08 15:24:37 +01:00
Martino Facchin
363fa3b913 Servo: update version to 1.1.2 2016-03-08 15:23:06 +01:00
Martino Facchin
9f46fd65ea SD: update version to 1.0.8 2016-03-08 15:21:40 +01:00
Martino Facchin
5adda82357 Ethernet: update to 1.1.2 2016-03-08 15:20:33 +01:00
Cristian Maglie
d718a4a166 Remove extra Udp.parsePacket() from example, it should only be called once 2016-03-04 13:07:45 +01:00
SimonePDA
6314a926a4 Update library.properties 2016-03-03 21:35:11 +01:00
Cristian Maglie
f308d8e888 Merge branch 'Library_sentences' of git://github.com/00alis/Arduino 2016-03-03 14:05:54 +01:00
Martino Facchin
0e58d91c6c Merge pull request #4588 from bigdinotech/tftlib
Add Arduino/Genuino 101 support to TFT library
2016-03-02 17:25:50 +01:00
Alice Pintus
8d3c4dbfec update sentences 2016-03-01 16:09:50 +01:00
Martino Facchin
5500c9b8c3 Merge pull request #4596 from bigdinotech/ethernetlib
Add Arduino/Genuino 101 Support for Ethernet lib
2016-02-29 15:32:36 +01:00
Martino Facchin
ac01c6375e Merge pull request #4586 from bigdinotech/sdlib
Add Arduino/Genuino 101 support to SD library
2016-02-29 15:31:13 +01:00
Dino Tinitigan
0873b36aa5 Add Arduino/Genuino 101 Support for Ethernet lib 2016-02-17 13:25:10 -08:00
Dino Tinitigan
bfd0da0b17 Add Arduino/Genuino 101 support to TFT library 2016-02-17 11:39:52 -08:00
Dino Tinitigan
5536617c62 Add Arduino/Genuino 101 support to SD library 2016-02-17 11:09:17 -08:00
Phillip Stevens
dde6f09e14 Update Sd2Card.h to use pins_arduino.h definitions
Update Sd2Card.h to use pins_arduino.h or variant.h definitions, depending on architecture, when Hardware SPI is in use.
The definitions for Software SPI pins (for ATmega1280 and ATmega2560 etc) remain unchanged as defined in Sd2PinMap.h.
2016-02-15 21:24:24 +11:00
Phillip Stevens
fae8c42224 Added to #define for 1284/1284p Timer 3 inclusion.
ATmega1284/ATmega1284p have a 16 bit Timer 3 (not present in the ATmega644 and below).
Add to the #define to use Timer 3 or Timer 1 optionally.
2016-02-09 11:23:06 +11:00
Cristian Maglie
9d500138a3 Set SD lib version to 1.0.7 2016-01-27 14:50:24 +01:00
JasonSheng
0271ec4c3d add support for Microduino SD 2016-01-27 11:32:20 +01:00
Cristian Maglie
1dae92e0f7 Revert "Modified SD library to use pin definitions from pins_arduino.h rather than redefining everything."
This reverts commit 05a9750747.
2016-01-27 11:29:38 +01:00
FakuFaku
05a9750747 Modified SD library to use pin definitions from pins_arduino.h rather than redefining everything. 2016-01-25 10:33:34 +01:00
Michael Amie
e6f85b7058 Removed unnecessary invocation of Ethernet.maintain()
Since this example utilizes a statically assigned IP address, it is not necessary to call Ethernet.maintain().
2016-01-11 00:04:47 -08:00
Arnie97
89294855fe Fix typo in a Ethernet Shield example 2015-12-19 21:10:24 +08:00
Cristian Maglie
b7173ed06c Ethernet: partially fix flush() behaviour in EthernetUDP
We still need to check if trasmission is completed, BTW this commit
should alleviate bugs involving data loss.

See #4029
2015-11-11 16:36:11 +01:00
Cristian Maglie
4878d5c2ec WiFi: partially fix flush() behaviour
We still need to check if trasmission is completed, BTW this commit
should alleviate bugs involving data loss.

See #4029
2015-11-11 16:31:46 +01:00
Cristian Maglie
d8dc54afc4 UdpNtpClient example: removed wrong return type 2015-11-05 19:10:12 +01:00
Cristian Maglie
67c24d6b40 Ethernet: fixed some compiler warning 2015-11-05 19:08:00 +01:00
Cristian Maglie
8989ec9bfe Ethernet: increased version to 1.1.1 2015-11-05 19:03:03 +01:00
Cristian Maglie
21141513e2 Ethernet: fixed regression for SAM (Arduino Due)
Fix https://github.com/arduino/Arduino/issues/4072
2015-11-05 18:33:34 +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
f890c12e03 Upgraded LiquidCrystal version 2015-10-28 15:12:56 +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
Iván Pérez
e3fae38c41 Declare paths parameters as constant
This way we will avoid some warnings when using paths as constants in
#define's

`warning: deprecated conversion from string constant to 'char*'`
2015-10-19 15:55:08 +02:00
Peter Van Hoyweghen
739c656b1d Port Scheduler library to Arduino Zero. 2015-10-12 22:22:47 +02:00
Cristian Maglie
a151349a01 [HID] renamed HIDDescriptorListNode to HIDSubDescriptor 2015-10-12 12:24:07 +02:00
chaveiro
ef15667ae8 Expose optional DHCP timout parameters to Ethernet:begin()
A no brainer update.
Expose optional timeout parameter values of dhcp for user to adjust on
their code.
Currently if dhcp server is not available, code will block inside
DhcpClass::request_DHCP_lease() for 60s. Having this parameters exposed
user can specify their timeout requirements without changing the lib
code.
Change is backward compatible as parameters are optional and defaults to
existing values.
2015-10-07 17:49:30 +02:00