Federico Fissore
|
9166828bfe
|
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
|
2015-05-20 17:10:06 +02:00 |
|
Federico Fissore
|
42b07f0337
|
Libraries bundled with cores will take the type of that core, instead of relying on an undocumented 'types' property. Fixes #2875
|
2015-05-19 12:24:11 +02:00 |
|
Federico Fissore
|
6e498ee5b9
|
LibraryManager: better type filtering
|
2015-03-27 14:51:19 +01:00 |
|
Cristian Maglie
|
e93be4855f
|
Corrected some email contacts.
|
2015-02-05 16:47:22 +01:00 |
|
Cristian Maglie
|
6a5b82f062
|
[sam] Implementation of SPI multibyte transfer
|
2014-09-11 17:50:00 +02:00 |
|
Cristian Maglie
|
5f88564b2b
|
[sam] Simplified formula for SPI speed
|
2014-09-11 13:57:08 +02:00 |
|
Cristian Maglie
|
848dd39313
|
[sam] SPI library: added SPI_HAS_EXTENDED_CS_PIN_HANDLING flag
This allows to check if SPI provides extended API to allow automatic
CS pin handling.
|
2014-09-11 13:57:07 +02:00 |
|
Cristian Maglie
|
11cf45d6d6
|
Fix indent and small cosmetic changes
|
2014-09-10 18:22:02 +02:00 |
|
PaulStoffregen
|
daa7e7dcc9
|
Fix interrupt masking on Arduino Due
|
2014-08-01 16:44:47 -07:00 |
|
PaulStoffregen
|
ef06410d16
|
Add SPI_HAS_TRANSACTION symbol for Arduino Due
|
2014-08-01 13:00:29 -07:00 |
|
PaulStoffregen
|
abb37e202f
|
SPI Transactions for Arduino Due
|
2014-08-01 05:57:13 -07:00 |
|
Fede85
|
dd77375fe9
|
missing paragraph field in library.properties
|
2014-07-18 20:08:01 +02:00 |
|
Fede85
|
b02e85ceb2
|
modified sentences in library.properties files
|
2014-07-18 19:41:34 +02:00 |
|
Cristian Maglie
|
75ec6a1b31
|
Due: Wire.setClock can be called at any time
See #2157
|
2014-07-06 00:36:22 +02:00 |
|
Kristian Lauszus
|
9d20959b6a
|
Implemented setClock for the Due as well
This allows users to change the I2C clock frequency
|
2014-07-02 19:47:23 +02:00 |
|
Chris
|
e079baa18d
|
Fix for Due Wire library
Fix reading and use of TWI status register.
Also, update endTransmission to be compatible with original & give more
useful return.
|
2014-05-23 12:06:43 +02:00 |
|
dpslwk
|
8364134ada
|
Wire library, move hard references IRQn to defines in variant.h
|
2014-01-17 20:44:19 +00:00 |
|
Cristian Maglie
|
d5c828736b
|
Revert "SPI library to new format"
|
2013-11-21 15:05:36 +01:00 |
|
Cristian Maglie
|
9a9652d506
|
Revert "Wire library to the 1.5 format"
This reverts commit a31857688b .
|
2013-11-15 12:54:59 +01:00 |
|
Fede85
|
a31857688b
|
Wire library to the 1.5 format
|
2013-09-10 18:50:42 +02:00 |
|
Fede85
|
fd7e9c6d90
|
WiFi library to the new format
|
2013-07-19 16:20:34 +02:00 |
|
Fede85
|
ef1cfce024
|
Scheduler library for Arduino Due to the new format
|
2013-07-04 14:28:58 +02:00 |
|
Fede85
|
0608c9f83f
|
USBHost library to new format
|
2013-07-04 14:10:26 +02:00 |
|
Fede85
|
2371e2ce0d
|
SPI library to the new format and moved Robot_Motor and Robot_Control libraries
|
2013-07-03 22:00:02 +02:00 |
|
Fede85
|
b28104b795
|
Audio library to the new format
|
2013-06-27 19:15:53 +02:00 |
|
Fede85
|
c13779daae
|
removed the CAN library for the Due
|
2013-06-27 13:52:50 +02:00 |
|
Fede85
|
3b54dfed67
|
Servo library to the new format
|
2013-06-27 13:12:07 +02:00 |
|
Fede85
|
9454816162
|
Ethernet, SD and LiquidCrystal to the new library format
|
2013-06-26 19:13:04 +02:00 |
|
Cristian Maglie
|
d101bf51a2
|
[sam] 2 bugfix to SPI library.
- begin() after end() now works.
- unconnected SPI pin is selected as CS when old (non extended) API is used.
|
2013-06-21 19:58:08 +02:00 |
|
Cristian Maglie
|
7314489bea
|
Added CAN library (alpha)
|
2013-02-15 15:51:25 +01:00 |
|
Thibaut VIARD
|
68fe402f8e
|
[CAN] adding raw class first stage
|
2013-02-07 18:13:44 +01:00 |
|
Thibaut VIARD
|
ecfea6da9f
|
[SAM] updating CAN transceiver conforming to Arduino API
|
2013-01-30 15:12:14 +01:00 |
|
Thibaut VIARD
|
d25921692a
|
[sam] CAN component compiling with Arduino API
|
2013-01-27 17:46:38 +01:00 |
|
Thibaut VIARD
|
e8c57c4f18
|
[SAM] updating libsam and CAN files
|
2013-01-27 15:52:28 +01:00 |
|
Cristian Maglie
|
3a3bf643f9
|
Merge branch 'ide-1.5.x' into can
|
2013-01-27 12:52:06 +01:00 |
|
Federico Fissore
|
c596edd083
|
closes #954: wrong header name in WebServer example sketches
|
2013-01-10 16:30:07 +01:00 |
|
Cristian Maglie
|
cfd9889018
|
Imported Ehternet memory-leak fix into sam
|
2013-01-06 18:46:18 +01:00 |
|
Cristian Maglie
|
14893f5cd9
|
Fixed Wifi library for Arduino Due
|
2013-01-02 17:16:57 +01:00 |
|
Thibaut VIARD
|
2c107798a2
|
[sam] integrating Wilfredo CAN driver function and bringing sn65hvd234
driver into CAN library
|
2012-12-20 11:20:01 +01:00 |
|
Cristian Maglie
|
fd16c125d5
|
Removed ASF stuff
|
2012-12-20 11:04:48 +01:00 |
|
Cristian Maglie
|
acfd670124
|
fixed wrong filename
|
2012-12-12 11:55:58 +01:00 |
|
Cristian Maglie
|
328d229ee0
|
Added CAN lib
|
2012-12-12 11:55:06 +01:00 |
|
Federico Fissore
|
15a7ebe568
|
closes #1163: wrong variable naming
|
2012-12-12 11:47:49 +01:00 |
|
Cristian Maglie
|
c2c104315a
|
WiFi library for Arduino Due
|
2012-12-11 09:47:46 +01:00 |
|
Cristian Maglie
|
66ee23b885
|
Merged 1.0.3
|
2012-12-10 15:55:05 +01:00 |
|
Federico Fissore
|
d458ef7806
|
fixed permissions on a lot of text files. see #1116
|
2012-12-10 10:42:49 +01:00 |
|
Cristian Maglie
|
db81f52c3a
|
Added Servo library for Arduino Due
|
2012-11-23 18:15:23 +01:00 |
|
Cristian Maglie
|
107c1929bd
|
Added general yield()-hook for cooperative scheduling development
|
2012-10-31 01:37:37 +01:00 |
|
Cristian Maglie
|
9dfebb5d78
|
Removed unsupported Wifi for sam3x
|
2012-10-22 10:14:37 +02:00 |
|
Scott
|
6496943f4c
|
Minor changes to the keyboard and mouse controller examples
|
2012-10-21 19:57:23 -04:00 |
|