summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
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.