summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-17 22:28:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-17 22:28:47 +0000
commit83a6c890403281e545d61c3305b70f4e83c02ebb (patch)
tree928785e3201289a8d548a8ab1a551370469f8106 /nuttx/ChangeLog
parent285b9ad8208888854dda821871058876547147f7 (diff)
downloadnuttx-83a6c890403281e545d61c3305b70f4e83c02ebb.tar.gz
nuttx-83a6c890403281e545d61c3305b70f4e83c02ebb.tar.bz2
nuttx-83a6c890403281e545d61c3305b70f4e83c02ebb.zip
Add beginning of LCD driver for the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4627 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 249e68e35..6eeacf67a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2659,3 +2659,5 @@
basis in the ChangeLog)
* arch/arm/src/stm32/stm32_iwdog.c and stm32_wwdog.c: Add the STM32 IWDG
and WWDIG watchdog timer driver.
+ * configs/stm3240g-eval/src/up_lcd.c: Add LCD from for the STM3240G-EVAL (the
+ initial check-in is just a stm3210e-eval driver with renaming).