From 2e6657fbf6bc513e2ee20818d7c75a0258e98228 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 7 May 2015 07:10:13 -0600 Subject: [PATCH] Upddate ChangeLog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 95a70beaff..8e2307beff 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10315,3 +10315,11 @@ Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() if CONFIG_USBHOST_CDCACM is selected (2015-05-06). + * arch/arm/include/kl and src/kl: Add support for the KL25Z64. The + KL25Z64 is a lower memory variant of the KL25Z128 and is used on the + Teensy LC. From Michael as SourceForge patch 50 (2015-05-07) + * configs/teensy-lc and related board support files: Add board support + for the Teensy LC board. Support is based off the Freedom KL25Z board. + LED, PWM, and UART0 have been tested. The SPI pins are mapped + correctly but have not yet been tested. From Michael Hope as + SourceForge patch 51 (2015-05-07).