summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-24 08:15:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-24 08:15:21 -0600
commita8aea148e48fa1393756a6737738c77b36921eb7 (patch)
tree09bfbf363a59e18342aea7d9a4d8888d9c93b1d8 /nuttx/configs/sama5d4-ek
parentcab5a2ce140c24d6504fb24fd3b0a682997723e1 (diff)
downloadpx4-nuttx-a8aea148e48fa1393756a6737738c77b36921eb7.tar.gz
px4-nuttx-a8aea148e48fa1393756a6737738c77b36921eb7.tar.bz2
px4-nuttx-a8aea148e48fa1393756a6737738c77b36921eb7.zip
Cosmet updates to comments and README files
Diffstat (limited to 'nuttx/configs/sama5d4-ek')
-rw-r--r--nuttx/configs/sama5d4-ek/include/board_sdram.h2
-rw-r--r--nuttx/configs/sama5d4-ek/src/sam_adc.c3
-rw-r--r--nuttx/configs/sama5d4-ek/src/sam_buttons.c2
-rw-r--r--nuttx/configs/sama5d4-ek/src/sam_cxxinitialize.c2
-rw-r--r--nuttx/configs/sama5d4-ek/src/sam_ostest.c2
-rw-r--r--nuttx/configs/sama5d4-ek/src/sam_pwm.c2
-rw-r--r--nuttx/configs/sama5d4-ek/src/sam_spi.c2
-rw-r--r--nuttx/configs/sama5d4-ek/src/sam_userleds.c2
8 files changed, 8 insertions, 9 deletions
diff --git a/nuttx/configs/sama5d4-ek/include/board_sdram.h b/nuttx/configs/sama5d4-ek/include/board_sdram.h
index 8870475ec..288e6a87d 100644
--- a/nuttx/configs/sama5d4-ek/include/board_sdram.h
+++ b/nuttx/configs/sama5d4-ek/include/board_sdram.h
@@ -44,7 +44,7 @@
#include "sam_pmc.h"
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* Clocking *************************************************************************/
diff --git a/nuttx/configs/sama5d4-ek/src/sam_adc.c b/nuttx/configs/sama5d4-ek/src/sam_adc.c
index 31f4d7c94..f45cc4799 100644
--- a/nuttx/configs/sama5d4-ek/src/sam_adc.c
+++ b/nuttx/configs/sama5d4-ek/src/sam_adc.c
@@ -50,9 +50,8 @@
#ifdef CONFIG_ADC
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
-/* Configuration ********************************************************************/
/************************************************************************************
* Private Data
diff --git a/nuttx/configs/sama5d4-ek/src/sam_buttons.c b/nuttx/configs/sama5d4-ek/src/sam_buttons.c
index 2df0c8fbe..082a31965 100644
--- a/nuttx/configs/sama5d4-ek/src/sam_buttons.c
+++ b/nuttx/configs/sama5d4-ek/src/sam_buttons.c
@@ -64,7 +64,7 @@
#ifdef CONFIG_ARCH_BUTTONS
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/configs/sama5d4-ek/src/sam_cxxinitialize.c b/nuttx/configs/sama5d4-ek/src/sam_cxxinitialize.c
index 28f3cb2f6..1972c6848 100644
--- a/nuttx/configs/sama5d4-ek/src/sam_cxxinitialize.c
+++ b/nuttx/configs/sama5d4-ek/src/sam_cxxinitialize.c
@@ -49,7 +49,7 @@
#if defined(CONFIG_HAVE_CXX) && defined(CONFIG_HAVE_CXXINITIALIZE)
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* Debug ****************************************************************************/
/* Non-standard debug that may be enabled just for testing the static constructors */
diff --git a/nuttx/configs/sama5d4-ek/src/sam_ostest.c b/nuttx/configs/sama5d4-ek/src/sam_ostest.c
index 7b1ad28fb..96bdb26dc 100644
--- a/nuttx/configs/sama5d4-ek/src/sam_ostest.c
+++ b/nuttx/configs/sama5d4-ek/src/sam_ostest.c
@@ -52,7 +52,7 @@
#include "sama5d4-ek.h"
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* Configuration ********************************************************************/
diff --git a/nuttx/configs/sama5d4-ek/src/sam_pwm.c b/nuttx/configs/sama5d4-ek/src/sam_pwm.c
index 7f01328b0..f6a5cb407 100644
--- a/nuttx/configs/sama5d4-ek/src/sam_pwm.c
+++ b/nuttx/configs/sama5d4-ek/src/sam_pwm.c
@@ -50,7 +50,7 @@
#include "sama5d4-ek.h"
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* Configuration ********************************************************************/
/* PWM. There are no dedicated PWM output pins available to the user for PWM
diff --git a/nuttx/configs/sama5d4-ek/src/sam_spi.c b/nuttx/configs/sama5d4-ek/src/sam_spi.c
index 56105cfbc..b04a6f7e4 100644
--- a/nuttx/configs/sama5d4-ek/src/sam_spi.c
+++ b/nuttx/configs/sama5d4-ek/src/sam_spi.c
@@ -56,7 +56,7 @@
#if defined(CONFIG_SAMA5_SPI0) || defined(CONFIG_SAMA5_SPI1)
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* Enables debug output from this file (needs CONFIG_DEBUG too) */
diff --git a/nuttx/configs/sama5d4-ek/src/sam_userleds.c b/nuttx/configs/sama5d4-ek/src/sam_userleds.c
index bc8ce1d5d..6c95ae87a 100644
--- a/nuttx/configs/sama5d4-ek/src/sam_userleds.c
+++ b/nuttx/configs/sama5d4-ek/src/sam_userleds.c
@@ -68,7 +68,7 @@
#ifndef CONFIG_ARCH_LEDS
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* CONFIG_DEBUG_LEDS enables debug output from this file (needs CONFIG_DEBUG