summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3101aa93e..5ad653a30 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1532,3 +1532,6 @@
(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.
+ * configure/qemu-i486/nsh - QEMU NSH example.