From cb4cc026a6a5aae7bb839a50d8805c35f0285a33 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 29 Oct 2014 11:44:17 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9eb98f67c0..a0add2bfba 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8894,3 +8894,7 @@ currently supported in the Nuttx C library (2014-10-27). * include/termios.h, libc/termios/lib_isatty.c, and Make.defs: Add isatty() function. From Alan Carvalho de Assis (2014-10-27). + * arch/arm/include/efm32, src/efm32, and configs/efm32-gxxx-stk: + The EFM32 Gecko Starter Kit port is now functional. At least + NSH is running over LEUART0 on the board (2014-10-29). +