9
0
Fork 0

Upate ChangeLogs

This commit is contained in:
Gregory Nutt 2015-04-04 11:52:18 -06:00
parent b262b5a5c6
commit 3f4dcc4401
3 changed files with 10 additions and 2 deletions

View File

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

View File

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

View File

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