summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32ldiscovery
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-10 18:20:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-10 18:20:30 -0600
commit20ced87f002ff98f4dcb28a14c57d32dfebaacf1 (patch)
tree6a56afafd4e32bce2ff39510327037be0443181f /nuttx/configs/stm32ldiscovery
parentf69e5feff2e1d8d7e73f662c73ed02122bce4eee (diff)
downloadnuttx-20ced87f002ff98f4dcb28a14c57d32dfebaacf1.tar.gz
nuttx-20ced87f002ff98f4dcb28a14c57d32dfebaacf1.tar.bz2
nuttx-20ced87f002ff98f4dcb28a14c57d32dfebaacf1.zip
Add a directory to hold configurations for the SAM4S Xplained board
Diffstat (limited to 'nuttx/configs/stm32ldiscovery')
-rw-r--r--nuttx/configs/stm32ldiscovery/src/stm32_autoleds.c5
-rw-r--r--nuttx/configs/stm32ldiscovery/src/stm32_userleds.c3
2 files changed, 3 insertions, 5 deletions
diff --git a/nuttx/configs/stm32ldiscovery/src/stm32_autoleds.c b/nuttx/configs/stm32ldiscovery/src/stm32_autoleds.c
index b03a61266..6fcdbcc21 100644
--- a/nuttx/configs/stm32ldiscovery/src/stm32_autoleds.c
+++ b/nuttx/configs/stm32ldiscovery/src/stm32_autoleds.c
@@ -1,6 +1,5 @@
/****************************************************************************
- * configs/stm32ldiscovery/src/up_autoleds.c
- * arch/arm/src/board/up_autoleds.c
+ * configs/stm32ldiscovery/src/stm32_autoleds.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -55,7 +54,7 @@
/****************************************************************************
* Definitions
****************************************************************************/
-/* If CONFIG_ARCH_LEDs is defined, then NuttX will control the 8 LEDs on
+/* If CONFIG_ARCH_LEDs is defined, then NuttX will control the 2 LEDs on
* board the STM32L-Discovery. The following definitions describe how NuttX
* controls the LEDs:
*
diff --git a/nuttx/configs/stm32ldiscovery/src/stm32_userleds.c b/nuttx/configs/stm32ldiscovery/src/stm32_userleds.c
index e556f4f23..1e3094c6d 100644
--- a/nuttx/configs/stm32ldiscovery/src/stm32_userleds.c
+++ b/nuttx/configs/stm32ldiscovery/src/stm32_userleds.c
@@ -1,6 +1,5 @@
/****************************************************************************
- * configs/stm32ldiscovery/src/up_leds.c
- * arch/arm/src/board/up_leds.c
+ * configs/stm32ldiscovery/src/stm32_userleds.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>