summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-07 23:34:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-07 23:34:16 +0000
commit8e0a238d47834fc8a070ab19c73208db41049099 (patch)
treefb3aedc16092dcaa37ba67bbd6ee0bd24e7f60fd /nuttx/configs/stm3240g-eval
parentf1e1db08d53f02b5fd39d8ab4e33cd9e853a4d6c (diff)
downloadpx4-nuttx-8e0a238d47834fc8a070ab19c73208db41049099.tar.gz
px4-nuttx-8e0a238d47834fc8a070ab19c73208db41049099.tar.bz2
px4-nuttx-8e0a238d47834fc8a070ab19c73208db41049099.zip
More support for the Shenzhou board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5110 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval')
-rw-r--r--nuttx/configs/stm3240g-eval/dhcpd/appconfig2
-rw-r--r--nuttx/configs/stm3240g-eval/src/up_deselectlcd.c2
-rw-r--r--nuttx/configs/stm3240g-eval/src/up_selectlcd.c2
-rw-r--r--nuttx/configs/stm3240g-eval/src/up_userleds.c4
4 files changed, 5 insertions, 5 deletions
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 <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
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 <spudmonkey@racsa.co.cr>
+ * Authors: Gregory Nutt <gnutt@nuttx.org>
* Diego Sanchez <dsanchez@nx-engineering.com>
*
* 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 <spudmonkey@racsa.co.cr>
+ * Authors: Gregory Nutt <gnutt@nuttx.org>
* Diego Sanchez <dsanchez@nx-engineering.com>
*
* 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 <gnutt@nuttx.org>