File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
ARDUINO 1.0.7
3
3
4
4
[libraries]
5
- * Backported GSM from IDE 1.5.x
6
- * EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
5
+ * Backported SPI Transaction API from IDE 1.5.x (Paul Stoffregen)
6
+ * Backported GSM from IDE 1.5.x: fix build regression
7
+ * Backported Ethernet from IDE 1.5.x
8
+ * Backported SD from IDE 1.5.x
9
+ * Backported SPI from IDE 1.5.x
10
+ * EthernetClient: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
7
11
8
12
[core]
9
13
* Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt() macro
10
- * Fixed regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057
14
+ * Fixed performance regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057
11
15
12
16
ARDUINO 1.0.6 - 2014.09.16
13
17
You can’t perform that action at this time.
0 commit comments