8000 [IDE 1.0.x (backport from 1.5.x)] SPI Transactions by cmaglie · Pull Request #2365 · arduino/Arduino · GitHub
[go: up one dir, main page]

Skip to content

[IDE 1.0.x (backport from 1.5.x)] SPI Transactions #2365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 2, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update revision log
  • Loading branch information
cmaglie committed Dec 2, 2014
commit ae402c29073433db34afd0440b68f8b3ebc91141
10 changes: 7 additions & 3 deletions build/shared/revisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
ARDUINO 1.0.7

[libraries]
* Backported GSM from IDE 1.5.x
* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
* Backported SPI Transaction API from IDE 1.5.x (Paul Stoffregen)
* Backported GSM from IDE 1.5.x: fix build regression
* Backported Ethernet from IDE 1.5.x
* Backported SD from IDE 1.5.x
* Backported SPI from IDE 1.5.x
* EthernetClient: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)

[core]
* Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt() macro
* Fixed regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057
* Fixed performance regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057

ARDUINO 1.0.6 - 2014.09.16

Expand Down
0