summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/tm4c1294-launchpad/src
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/tm4c1294-launchpad/src')
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/Makefile4
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/tm4c1294-launchpad.h3
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/tm4c_autoleds.c2
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/tm4c_bringup.c2
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c2
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/tm4c_nsh.c2
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/tm4c_ssi.c6
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/tm4c_timer.c6
-rw-r--r--nuttx/configs/tm4c1294-launchpad/src/tm4c_userleds.c2
9 files changed, 15 insertions, 14 deletions
diff --git a/nuttx/configs/tm4c1294-launchpad/src/Makefile b/nuttx/configs/tm4c1294-launchpad/src/Makefile
index 5ce6c83d28..8609a6a9c9 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/Makefile
+++ b/nuttx/configs/tm4c1294-launchpad/src/Makefile
@@ -1,7 +1,7 @@
############################################################################
-# configs/dk-tm4c129x/src/Makefile
+# configs/tm4c1294-launchpad/src/Makefile
#
-# Copyright (C) 2014 Gregory Nutt. All rights reserved.
+# Copyright (C) 2015 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
diff --git a/nuttx/configs/tm4c1294-launchpad/src/tm4c1294-launchpad.h b/nuttx/configs/tm4c1294-launchpad/src/tm4c1294-launchpad.h
index 3f036109ed..0c20e8439a 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/tm4c1294-launchpad.h
+++ b/nuttx/configs/tm4c1294-launchpad/src/tm4c1294-launchpad.h
@@ -1,7 +1,7 @@
/************************************************************************************
* configs/tm4c1294-launchpad/src/ek-tm4c1294xl.h
*
- * Copyright (C) 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -177,4 +177,3 @@ int tiva_timer_initialize(void);
#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_TM4C1294_LAUNCHPAD_TM4C1294_LAUNCHPAD_H */
-
diff --git a/nuttx/configs/tm4c1294-launchpad/src/tm4c_autoleds.c b/nuttx/configs/tm4c1294-launchpad/src/tm4c_autoleds.c
index 940a24ff5c..bbba0ed795 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/tm4c_autoleds.c
+++ b/nuttx/configs/tm4c1294-launchpad/src/tm4c_autoleds.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/tm4c1294-launchpad/src/tm4c_autoleds.c
*
- * Copyright (C) 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
diff --git a/nuttx/configs/tm4c1294-launchpad/src/tm4c_bringup.c b/nuttx/configs/tm4c1294-launchpad/src/tm4c_bringup.c
index c302f4084d..afaafaba4b 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/tm4c_bringup.c
+++ b/nuttx/configs/tm4c1294-launchpad/src/tm4c_bringup.c
@@ -1,7 +1,7 @@
/****************************************************************************
* config/tm4c1294-launchpad/src/tm4c_bringup.c
*
- * Copyright (C) 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
diff --git a/nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c b/nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c
index b7300329aa..1ce04a4d92 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c
+++ b/nuttx/configs/tm4c1294-launchpad/src/tm4c_buttons.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/tm4c1294-launchpad/src/tm4c_buttons.c
*
- * Copyright (C) 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
diff --git a/nuttx/configs/tm4c1294-launchpad/src/tm4c_nsh.c b/nuttx/configs/tm4c1294-launchpad/src/tm4c_nsh.c
index c22e7e40d3..8df992b266 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/tm4c_nsh.c
+++ b/nuttx/configs/tm4c1294-launchpad/src/tm4c_nsh.c
@@ -1,7 +1,7 @@
/****************************************************************************
* config/tm4c1294-launchpad/src/tm4c_nsh.c
*
- * Copyright (C) 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
diff --git a/nuttx/configs/tm4c1294-launchpad/src/tm4c_ssi.c b/nuttx/configs/tm4c1294-launchpad/src/tm4c_ssi.c
index d5ecffc1e8..e4a6d0d69c 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/tm4c_ssi.c
+++ b/nuttx/configs/tm4c1294-launchpad/src/tm4c_ssi.c
@@ -1,7 +1,7 @@
/************************************************************************************
* configs/tm4c1294-launchpad/src/tm4c_ssi.c
*
- * Copyright (C) 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -51,7 +51,7 @@
#include "tiva_gpio.h"
#include "tm4c1294-launchpad.h"
-/* The DK-TM4C129X microSD CS is on SSI0 */
+/* The TM4C1294-Launchpad microSD CS is on SSI0 */
#if defined(CONFIG_TIVA_SSI0) || defined(CONFIG_TIVA_SSI1)
@@ -101,7 +101,7 @@ void weak_function tm4c_ssiinitialize(void)
* The external functions, tiva_spiselect and tiva_spistatus must be provided
* by board-specific logic. The are implementations of the select and status
* methods SPI interface defined by struct spi_ops_s (see include/nuttx/spi/spi.h).
- * All othermethods (including tiva_spiinitialize()) are provided by common
+ * All other methods (including tiva_spiinitialize()) are provided by common
* logic. To use this common SPI logic on your board:
*
* 1. Provide tiva_spiselect() and tiva_spistatus() functions in your
diff --git a/nuttx/configs/tm4c1294-launchpad/src/tm4c_timer.c b/nuttx/configs/tm4c1294-launchpad/src/tm4c_timer.c
index fe3eb51a27..bcf4a944f3 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/tm4c_timer.c
+++ b/nuttx/configs/tm4c1294-launchpad/src/tm4c_timer.c
@@ -101,9 +101,11 @@ int tiva_timer_initialize(void)
{
int ret;
- timvdbg("Registering TIMER%d at %s\n", GPTM, CONFIG_TM4C1294_LAUNCHPAD_TIMER_DEVNAME);
+ timvdbg("Registering TIMER%d at %s\n",
+ GPTM, CONFIG_TM4C1294_LAUNCHPAD_TIMER_DEVNAME);
- ret = tiva_timer_register(CONFIG_TM4C1294_LAUNCHPAD_TIMER_DEVNAME, GPTM, ALTCLK);
+ ret = tiva_timer_register(CONFIG_TM4C1294_LAUNCHPAD_TIMER_DEVNAME,
+ GPTM, ALTCLK);
if (ret < 0)
{
timdbg("ERROR: Failed to register timer driver: %d\n", ret);
diff --git a/nuttx/configs/tm4c1294-launchpad/src/tm4c_userleds.c b/nuttx/configs/tm4c1294-launchpad/src/tm4c_userleds.c
index 84d76482e7..b7218ddf3a 100644
--- a/nuttx/configs/tm4c1294-launchpad/src/tm4c_userleds.c
+++ b/nuttx/configs/tm4c1294-launchpad/src/tm4c_userleds.c
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/tm4c1294-launchpad/src/tm4c_userleds.c
*
- * Copyright (C) 2014 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without