From 3f4dcc44018dbd62925657b34155df403e31c7d2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 4 Apr 2015 11:52:18 -0600 Subject: Upate ChangeLogs --- NxWidgets/ChangeLog.txt | 6 ++++-- apps/ChangeLog.txt | 3 +++ nuttx/ChangeLog | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt index 6cf53f54c..8df8121eb 100644 --- a/NxWidgets/ChangeLog.txt +++ b/NxWidgets/ChangeLog.txt @@ -524,7 +524,7 @@ selection (2014-7-27). * NxWM::CMediaPlayer: Correct handling of increments to sub-sampling rate (2014-7-27). -* XWidgets::CNxWidget: Remove an unused bit field (2014-7-28). +* NxWidgets::CNxWidget: Remove an unused bit field (2014-7-28). * NxWM::CMediaPlayer: Add a CLabel that show the current fast forward/rewind speed (2014-7-28). * NxWM::CKeyboard: Add support for a USB keyboard as the NxConsole and text @@ -548,4 +548,6 @@ * In NuttX 7.9, the interface arch_tcinitialize() was replaced with the boardctl() interface. Old versions of NxWM will then be incompatible with Versions of NuttX at 7.9 and beyond (2015-03-31). - +* NxWidgets::CNxServer: More renaming: up_lcdinitialize->board_lcd_initialize, + up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize + (2015-04-04). diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index c8edf5a03..5f83d6afe 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -1237,3 +1237,6 @@ device(2015-03-31). * apps/examples/pwm/: Replace calls to pwm_devinit() in apps/examples/pwm with calls to boardctl() (2015-03-31). + * apps/examples/: More renaming: up_lcdinitialize->board_lcd_initialize, + up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize + (2015-04-04). diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index d10b9aa5f..b810d1d6b 100755 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -10095,3 +10095,6 @@ (2015-04-01). * drivers/timer/cs2100-cp.c and include/nuttx/timers/cs2100-cp.h: Add a very basic driver for the CS2100-CP Fractional-N Multipler chip (2015-04-02). + * configs/, graphics/, include/nuttx: More renaming: up_lcdinitialize->board_lcd_initialize, + up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize + (2015-04-04). -- cgit v1.2.3