Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-10-29 11:44:17 -06:00
parent 4d7a88264b
commit cb4cc026a6

View File

@ -8894,3 +8894,7 @@
currently supported in the Nuttx C library (2014-10-27). currently supported in the Nuttx C library (2014-10-27).
* include/termios.h, libc/termios/lib_isatty.c, and Make.defs: Add * include/termios.h, libc/termios/lib_isatty.c, and Make.defs: Add
isatty() function. From Alan Carvalho de Assis (2014-10-27). 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).