Move serial header files to include/nuttx/serial

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4500 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-03-21 19:47:23 +00:00
parent 2fe4ad52f8
commit 34b7ebdf68
41 changed files with 400 additions and 398 deletions
+4 -2
View File
@@ -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.