1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fix in sam SPI library initialization when using multiple CS (extended API).

http://forum.arduino.cc/index.php?topic=189682.0
This commit is contained in:
Cristian Maglie
2013-09-24 14:20:23 +02:00
parent ca90bf75cb
commit b0dc317422
3 changed files with 17 additions and 7 deletions

View File

@ -4,6 +4,7 @@ ARDUINO 1.5.5 BETA
[libraries]
* avr: Fixed buffer overflow in File::doBuffer() (dreggy)
* avr: Fixed timeout in Bridge::transfer()
* sam: Fixed SPI initialization (when using extended API and multiple CS)
ARDUINO 1.5.4 BETA 2013.09.10