mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user