From 8e0a238d47834fc8a070ab19c73208db41049099 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 7 Sep 2012 23:34:16 +0000 Subject: More support for the Shenzhou board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5110 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3240g-eval/dhcpd/appconfig | 2 +- nuttx/configs/stm3240g-eval/src/up_deselectlcd.c | 2 +- nuttx/configs/stm3240g-eval/src/up_selectlcd.c | 2 +- nuttx/configs/stm3240g-eval/src/up_userleds.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'nuttx/configs/stm3240g-eval') diff --git a/nuttx/configs/stm3240g-eval/dhcpd/appconfig b/nuttx/configs/stm3240g-eval/dhcpd/appconfig index c586eeb8e..d6f0fd920 100644 --- a/nuttx/configs/stm3240g-eval/dhcpd/appconfig +++ b/nuttx/configs/stm3240g-eval/dhcpd/appconfig @@ -2,7 +2,7 @@ # configs/stm3240g-eval/dhcpd/appconfig # # Copyright (C) 2011 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 diff --git a/nuttx/configs/stm3240g-eval/src/up_deselectlcd.c b/nuttx/configs/stm3240g-eval/src/up_deselectlcd.c index e0bab8c39..93fdd97c4 100644 --- a/nuttx/configs/stm3240g-eval/src/up_deselectlcd.c +++ b/nuttx/configs/stm3240g-eval/src/up_deselectlcd.c @@ -3,7 +3,7 @@ * arch/arm/src/board/up_deselectlcd.c * * Copyright (C) 2012 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt + * Authors: Gregory Nutt * Diego Sanchez * * Redistribution and use in source and binary forms, with or without diff --git a/nuttx/configs/stm3240g-eval/src/up_selectlcd.c b/nuttx/configs/stm3240g-eval/src/up_selectlcd.c index 5e4900654..e5781a1ea 100644 --- a/nuttx/configs/stm3240g-eval/src/up_selectlcd.c +++ b/nuttx/configs/stm3240g-eval/src/up_selectlcd.c @@ -3,7 +3,7 @@ * arch/arm/src/board/up_selectlcd.c * * Copyright (C) 2012 Gregory Nutt. All rights reserved. - * Authors: Gregory Nutt + * Authors: Gregory Nutt * Diego Sanchez * * Redistribution and use in source and binary forms, with or without diff --git a/nuttx/configs/stm3240g-eval/src/up_userleds.c b/nuttx/configs/stm3240g-eval/src/up_userleds.c index 45e0fdd85..59be38561 100644 --- a/nuttx/configs/stm3240g-eval/src/up_userleds.c +++ b/nuttx/configs/stm3240g-eval/src/up_userleds.c @@ -1,6 +1,6 @@ /**************************************************************************** - * configs/stm3240g_eval/src/up_leds.c - * arch/arm/src/board/up_leds.c + * configs/stm3240g_eval/src/up_userleds.c + * arch/arm/src/board/up_userleds.c * * Copyright (C) 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt -- cgit v1.2.3