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 ea4a769a7..0650dac62 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1955,4 +1955,7 @@
* graphics/nxfonts/nxfonts_*.h: Add serveral more new fonts
* arch/z80/src/ez80/ez80_serial.c: Fix some errors in serial driver
setup for UART1 (submitted by Paul Osmialowski).
+ * drivers/input/tsc2007.c and include/nuttx/input/*: Add a generic NuttX
+ touchscreen interface. Add a driver for the TI TSC2007 touchscreen
+ controller.