From a58d4b265fbd75b37070dee1acb75b95bf1dbeda Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 21 Mar 2012 19:47:23 +0000 Subject: Move serial header files to include/nuttx/serial git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4500 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index b923409c3..1c82e0202 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -1532,8 +1532,8 @@ (and others). Contributed by Uros Platise. * examples/nsh and tools/mkromfsimg.sh: Add support for platform-specific ROMFS-based NSH start-up scripts. - * drivers/uart_16550.c and include/nuttx/uart_16550.h: Support for a generic - 16550 UART. + * drivers/serial/uart_16550.c and include/nuttx/serial/uart_16550.h: Support + for a generic 16550 UART. * configure/qemu-i486/nsh: QEMU NSH example. * ../apps: The apps directory add-on was created by Uros Platise. It supports a set of end-user applications than can be executed on top of @@ -2581,3 +2581,5 @@ device is, however, still non-functional when debug is OFF. * include/nuttx/fs: Move all file-system related files from include/nuttx to include/nuttx/fs. + * include/nuttx/serial: Move all serial-driver related files from include/nuttx to + include/nuttx/serial. -- cgit v1.2.3