summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-03 18:50:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-03 18:50:53 +0000
commit6be41fe54a04032f4516c5eb8a84bf5407cc55ee (patch)
treea941a51bab76f305d4226c9380be58eeb60f07e8 /nuttx/ChangeLog
parent50d3ff39d4557cda87194c7b11ac76429bd1bf2a (diff)
downloadnuttx-6be41fe54a04032f4516c5eb8a84bf5407cc55ee.tar.gz
nuttx-6be41fe54a04032f4516c5eb8a84bf5407cc55ee.tar.bz2
nuttx-6be41fe54a04032f4516c5eb8a84bf5407cc55ee.zip
Fix typos that cause compilations errors with CONFIG_RTC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4015 42af7a65-404d-4744-a932-0658087f49c3
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 cb62cc8b5..2579eb948 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2131,3 +2131,6 @@
* CONFIG_SYSTEM_TIME16: Added support for an optional 64-bit system timer.
* fs/fat/fs_fat32util.c: Add support for FAT date/time stamps; Enabled via
CONFIG_FS_FATTIME.
+ * arch/arm/src/sam3u/sam3u_spi.c: Add an SPI driver for the AT91SAM3U.
+ * drivers/input/ads7843e.c and include/nuttx/input/ads7843e.h: Add a
+ driver for the TI ADS7843E touchscreen controller.