diff --git a/ChangeLog b/ChangeLog index c0d394b2bd7265831650c9ec1910de46c1760ff4..82a511bac3289a4ee9e00268486f9a128270a88e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,7 @@ * Corrected error in reading from the C5471 serial port: Improper use of semaphore can cause deadlock. * Fixed an error in the memory cleanup: The idle task - cannot take sempahores (because it must always be ready + cannot take semaphores (because it must always be ready to run). * Tasks can now accept a configurable maximum number of input parameters (argc) @@ -9078,3 +9078,6 @@ drivers/input/Kconfig and Make.defs, and include/nuttx/fs/ioctl.h: Add an interface definition and upper half driver for a discrete joystick device (2014-11-27). + * arch/arm/src/efm32/Kconfig and efm32_serial.c: Add support for serial + termios TCGET and TCSET. For the moment, only set/get speed is + implemented. From Pierre-noel Bouteville (2014-11-27).