From 1c87f4d5e59da4337f5372c191a860916f593794 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 22 Nov 2011 14:16:38 +0000 Subject: 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 --- nuttx/configs/stm3210e-eval/src/stm3210e-internal.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/stm3210e-eval') 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 + * Author: Gregory Nutt * * 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 -- cgit v1.2.3