Skip to content
Snippets Groups Projects
Commit 0a7ba782 authored by Sandeep Mistry's avatar Sandeep Mistry
Browse files

Update changelog

parent f054f5c7
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,11 @@ SAMD CORE ...@@ -3,6 +3,11 @@ SAMD CORE
* Fixed Serial.flush() blocking before any writes. Thanks @hangmoh * Fixed Serial.flush() blocking before any writes. Thanks @hangmoh
* Added snprintf_P to avr/pgmspace.h stub. Thanks @jantje * Added snprintf_P to avr/pgmspace.h stub. Thanks @jantje
* Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A * Another small fix to String iterators. Thanks @Ivan-Perez @Chris--A
* Fixes SerialUSB.write(...) returning 0 instead of byte written
* Added Uart::availableForWrite()
* Added defines for RAMSTART, RAMSIZE, RAMEND
* Fixed writing LOW to a digital input pin blocking subsequent digitalRead attempts
* Fixed digitalWrite() unnecessarily activating the pull-up resistor
SAMD CORE 1.6.6 2016.05.19 SAMD CORE 1.6.6 2016.05.19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment