summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-22 14:16:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-22 14:16:38 +0000
commit1c87f4d5e59da4337f5372c191a860916f593794 (patch)
tree0c0452ae0afc597d4781772d033dde93b2d38a98 /nuttx/configs/stm3210e-eval
parent4a8d437682923eca41fa6a1c2a0ab7523a9283af (diff)
downloadpx4-nuttx-1c87f4d5e59da4337f5372c191a860916f593794.tar.gz
px4-nuttx-1c87f4d5e59da4337f5372c191a860916f593794.tar.bz2
px4-nuttx-1c87f4d5e59da4337f5372c191a860916f593794.zip
Add framework for the STM3240G-EVAL board (not much logic yet)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4118 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval')
-rw-r--r--nuttx/configs/stm3210e-eval/src/stm3210e-internal.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/stm3210e-internal.h b/nuttx/configs/stm3210e-eval/src/stm3210e-internal.h
index 0a953b5e6..25b1da320 100644
--- a/nuttx/configs/stm3210e-eval/src/stm3210e-internal.h
+++ b/nuttx/configs/stm3210e-eval/src/stm3210e-internal.h
@@ -3,7 +3,7 @@
* arch/arm/src/board/stm3210e_internal.n
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -49,9 +49,8 @@
* Definitions
************************************************************************************/
-/* How many SPI modules does this chip support? The LM3S6918 supports 2 SPI
- * modules (others may support more -- in such case, the following must be
- * expanded).
+/* How many SPI modules does this chip support? Most support 2 SPI modules (others
+ * may support more -- in such case, the following must be expanded).
*/
#if STM32_NSPI < 1