summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-10 07:31:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-10 07:31:22 -0600
commita8dd3379dc6a4543a94831d470488d9cced645cb (patch)
treea2d55be43ed90e6bddcb19c205e508951625901a /nuttx/ChangeLog
parent537b5d71a46815412445398bd65195cb94d9434c (diff)
downloadnuttx-a8dd3379dc6a4543a94831d470488d9cced645cb.tar.gz
nuttx-a8dd3379dc6a4543a94831d470488d9cced645cb.tar.bz2
nuttx-a8dd3379dc6a4543a94831d470488d9cced645cb.zip
Zkit-arm-1769 board uses SSP0 to LCD and SPI to SD-Card
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 750cee557..3742e77ae 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4536,3 +4536,6 @@
Fix handling of the RCC SYSDIV2 field whent the PLL output is
400MHz. Don't forget to set the USERCC2 bit in the register or
all is for naught (2013-4-09).
+ * configs/zkit-arm-1769/src/up_lcd.c, up_ssp.c, and up_spi.c:
+ Use SSP0 to LCD and SPI to SD-Card on the Zkit-arm-1769 board.
+ From Manikandan. S (2013-4-10)