Preparation for NuttX-6.33 release (maybe tomorrow)

This commit is contained in:
Gregory Nutt 2014-01-29 14:41:18 -06:00
parent 31f053187a
commit b7a4546de2

View File

@ -403,14 +403,14 @@
* Kconfig and UnitTests/nxwm: Add logic to enable saving and recovering
touchscreen calibration data. This depends upon having platform-dependent
support for storate of configuration data. Portions suggested by
support for storage of configuration data. Portions suggested by
Ken Pettit (2013-10-30).
* NxWM:Calibration: Saving of calibration data must be performed in
CCalibration, not in UnitTests/nxwm. Why? Because the touchscreen
calibration could also be initiated from other ways other than through
the one-time, start-up initialization logic (2013-10-30).
1.11 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
1.11 2014-01-30 Gregory Nutt <gnutt@nuttx.org>
* NxWidgets/Kconfig and NxWidgets::CNxServer: Server initialization can
now be disabled in the configuration (in fact, it is disabled by default).
@ -424,3 +424,5 @@
thread. This is necessary if the kernel mode build is used: In that case,
the touchscreen must be initialized in kernel space before NxWM is started
(2013-12-30).
1.12 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>