From fd2dce36440e68a59a3dae387ab5bd578291d8c7 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 7 Mar 2016 18:43:33 +0100 Subject: [PATCH] update revision log --- build/shared/revisions.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 14436e9c4..601229708 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -16,6 +16,13 @@ ARDUINO 1.6.8 [core] * avr: fixed USB_SendControl(...) for buffer with len > 64. Thanks @NicoHood * avr: fixed yield() usage inside delay(). Thanks @vbextreme +* sam: fixed USB descriptor length +* avr: reduced boiler-plate for ISR declarations. Thanks @paulo-raca +* avr: added Timer3 support for atmega1284/1284p. Thanks @feilipu + +[libraries] +* Added support for Arduino/Genuino 101 to: TFT, Ethernet, SD +* SD: the library is now board-agnostic. Thanks @feilipu ARDUINO 1.6.7 - 2015.12.17