Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-11-27 19:15:57 -06:00
parent 50285b91fe
commit 3909f28060

View File

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