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

6027 Commits

Author SHA1 Message Date
Cristian Maglie
d718a4a166 Remove extra Udp.parsePacket() from example, it should only be called once 2016-03-04 13:07:45 +01:00
Sandeep Mistry
886ecf374f Merge pull request #4648 from arduino/SimonePDA-patch-4
Update library.properties
2016-03-03 17:42:24 -05:00
SimonePDA
6314a926a4 Update library.properties 2016-03-03 21:35:11 +01:00
Sandeep Mistry
244b20b7cc Merge pull request #4646 from arduino/SimonePDA-patch-3
Update library.properties
2016-03-03 15:19:26 -05:00
Sandeep Mistry
391a015de0 Merge pull request #4645 from arduino/SimonePDA-patch-2
Update library.properties
2016-03-03 15:19:06 -05:00
Sandeep Mistry
7a7d76234d Merge pull request #4644 from arduino/SimonePDA-patch-1
Update library.properties
2016-03-03 15:17:11 -05:00
SimonePDA
1eabcfbefa Update library.properties 2016-03-03 19:57:04 +01:00
SimonePDA
65eac8e892 Update library.properties 2016-03-03 19:34:02 +01:00
SimonePDA
bb8ee5ac95 Update library.properties 2016-03-03 19:26:22 +01:00
SimonePDA
8bd908c446 Update library.properties 2016-03-03 19:13:25 +01:00
Sandeep Mistry
b7f279610b Use modulo operator in Print::printNumber
Port of @tico-tico’s change in
https://github.com/tico-tico/Arduino/commit/a7454b6b5c59187b95c4224aad87
bb01faa06e85 to SAM core.
2016-03-03 12:00:54 -05:00
tico-tico
84f16283bb huh? i guess it's just 'modulo'. let's save even more 2016-03-03 10:53:25 -05:00
Cristian Maglie
f308d8e888 Merge branch 'Library_sentences' of git://github.com/00alis/Arduino 2016-03-03 14:05:54 +01:00
Cristian Maglie
e196ef45ca Fix typo in readme 2016-03-02 17:54:54 +01:00
Peter Mortensen
4bdd18a717 Update README.md
Copy edited (e.g. ref. <http://en.wikipedia.org/wiki/Input/output> and <http://en.wikipedia.org/wiki/Twitter>).
2016-03-02 17:54: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
d3065cbaeb add src folder when missing 2016-03-02 14:45:57 +01:00
Alice Pintus
b9e83657b4 moved .h file in src folder 2016-03-02 10:49:39 +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
agdl
057bf6391d This fixes #4572 2016-02-29 09:26:40 +01:00
agdl
06e9981e6b Changed strings color 2016-02-26 11:46:31 +01:00
Sandeep Mistry
08ae7bd3eb Merge branch 'master' of https://github.com/feilipu/Arduino 2016-02-24 12:10:28 -05:00
agdl
8035f24498 Fixed pigmentation 2016-02-22 10:05:51 +01:00
agdl
88650b65a6 Modified colors highlight according to Create 2016-02-19 10:22:59 +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
Martino Facchin
3c1bdb0fc5 Merge pull request #4490 from sandeepmistry/sam-usb-send-string-descriptor
[SAM - USB Device] USB_SendStringDescriptor fixes
2016-02-16 16:51:44 +01: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
Martino Facchin
cd9a6ec63c Merge pull request #4521 from paulo-raca/implement_isr
Boilerplate reduction on ISR declaration
2016-02-12 11:58:33 +01:00
Martino Facchin
c51ae1d6a3 Merge pull request #4547 from feilipu/master
Added to #define for 1284/1284p Timer 3 inclusion.
2016-02-12 11:55:38 +01:00
Phillip Stevens
28afa8c5a8 Merge pull request #1 from arduino/master
Catch up with Master
2016-02-11 22:48:21 +11:00
Cristian Maglie
0496b0d92b Merge branch 'hi-res-display' 2016-02-09 17:21:44 +01:00
Cristian Maglie
3f27ab4026 Update arduino-builder to 1.3.11 2016-02-09 12:58:35 +01: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
Paulo Costa
0ab9245f41 Boilerplate compression on ISR declaration
The current code is very verbose and a painful to maintain (Change ISR implementation in 20 different places? No Thanks!).

(This was originally part of #4519, but we all agreeded it deserved it's own PR)
2016-02-03 22:43:57 -02:00
Arturo Guadalupi
36c9419118 Merge pull request #4514 from BrentWilkins/master
Fixed typo
2016-02-02 09:02:17 +01:00
Brent Wilkins
7f13f63599 Fixed typo 2016-02-01 12:52:29 -07:00
Cristian Maglie
b02ce54387 Removed leftover stub for testing NotificationPopup dialog 2016-02-01 10:18:41 +01:00
Cristian Maglie
8e4ce4cfd1 Serial monitor font is scaled too 2016-02-01 10:14:19 +01:00
Cristian Maglie
0cdc53cbda Fixed download urls for libraries in build.xml 2016-01-27 15:27:12 +01: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
Sandeep Mistry
aeec344b21 Set string descriptor length to the string length + 2, and send up to wLength bytes 2016-01-26 17:14:40 -05:00
Cristian Maglie
5642c291d7 Fixed default initial editor size 2016-01-26 17:11:53 +01:00
Cristian Maglie
639d991dad Some small cosmetics 2016-01-26 17:11:53 +01:00
Cristian Maglie
328d3b6354 Added hi-resolution "about" image 2016-01-26 17:11:53 +01:00