From 8ec52df2cb07d57ec74097d3b888c2dfd13828f4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 10 Jun 2015 08:40:41 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6a32af839af..086869ef4ef 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10565,4 +10565,9 @@ EFM32 SPI driver. From Pierre-noel Bouteville (2015-06-09). * configs/teensy-3.x: Add board support for the PJRC Teensy-3.1 board (2015-06-09). + * arch/arm/src/samdl, configs/samd20-xplained, and configs/saml21-xplained: + In the SAML21, SERCOM5 uses a different SLOW clock channel (and, hence, + also a different SLOW GCLK generator). This means that the channel + selection cannot be a global definition but must be a per SERCOM + configuration setting (2015-06-10).