Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-06-10 08:40:41 -06:00
parent bb73c45a61
commit 8ec52df2cb
1 changed files with 5 additions and 0 deletions

View File

@ -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).