aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/coverage/board.h2
-rw-r--r--test/coverage/chconf.h4
-rw-r--r--test/coverage/halconf.h10
-rw-r--r--test/coverage/main.c2
-rw-r--r--test/test.c8
-rw-r--r--test/test.dox2
-rw-r--r--test/test.h2
-rw-r--r--test/testbmk.c2
-rw-r--r--test/testbmk.h2
-rw-r--r--test/testdyn.c2
-rw-r--r--test/testdyn.h2
-rw-r--r--test/testevt.c2
-rw-r--r--test/testevt.h2
-rw-r--r--test/testheap.c4
-rw-r--r--test/testheap.h2
-rw-r--r--test/testmbox.c2
-rw-r--r--test/testmbox.h2
-rw-r--r--test/testmsg.c2
-rw-r--r--test/testmsg.h2
-rw-r--r--test/testmtx.c2
-rw-r--r--test/testmtx.h2
-rw-r--r--test/testpools.c2
-rw-r--r--test/testpools.h2
-rw-r--r--test/testqueues.c2
-rw-r--r--test/testqueues.h2
-rw-r--r--test/testsem.c4
-rw-r--r--test/testsem.h2
-rw-r--r--test/testthd.c2
-rw-r--r--test/testthd.h2
29 files changed, 39 insertions, 39 deletions
diff --git a/test/coverage/board.h b/test/coverage/board.h
index a6e056d58..7b89d92d0 100644
--- a/test/coverage/board.h
+++ b/test/coverage/board.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/coverage/chconf.h b/test/coverage/chconf.h
index d7b4c7e40..988a6fd64 100644
--- a/test/coverage/chconf.h
+++ b/test/coverage/chconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -396,7 +396,7 @@
* @brief Debug option, stacks initialization.
* @details If enabled then the threads working area is filled with a byte
* value when a thread is created. This can be useful for the
- * runtime measurement of the used stack.
+ * runtime measurement of the used stack.
*
* @note The default is @p FALSE.
*/
diff --git a/test/coverage/halconf.h b/test/coverage/halconf.h
index 190e3e753..bf7084dc6 100644
--- a/test/coverage/halconf.h
+++ b/test/coverage/halconf.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -27,7 +27,7 @@
/*
* HAL configuration file, this file allows to enable or disable the various
* device drivers from your application. You may also use this file in order
- * to override the device drivers default settings.
+ * to override the device drivers default settings.
*/
#ifndef _HALCONF_H_
@@ -36,7 +36,7 @@
/*
* Uncomment the following line in order to include a mcu-related
* settings file. This file can be used to include platform specific
- * header files or to override the low level drivers settings.
+ * header files or to override the low level drivers settings.
*/
/*#include "mcuconf.h"*/
@@ -45,7 +45,7 @@
/*===========================================================================*/
/**
- * @brief Enables the PAL subsystem.
+ * @brief Enables the PAL subsystem.
*/
#if !defined(CH_HAL_USE_PAL) || defined(__DOXYGEN__)
#define CH_HAL_USE_PAL FALSE
@@ -124,7 +124,7 @@
#endif
/*
- * Default SPI settings overrides (uncomment to override).
+ * Default SPI settings overrides (uncomment to override).
*/
/*#define SPI_USE_MUTUAL_EXCLUSION TRUE*/
diff --git a/test/coverage/main.c b/test/coverage/main.c
index 80390360d..2f7613a22 100644
--- a/test/coverage/main.c
+++ b/test/coverage/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/test.c b/test/test.c
index 33a971e08..cb23de241 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -58,17 +58,17 @@ static char *tokp;
/*
* Static working areas, the following areas can be used for threads or
- * used as temporary buffers.
+ * used as temporary buffers.
*/
union test_buffers test;
/*
- * Pointers to the spawned threads.
+ * Pointers to the spawned threads.
*/
Thread *threads[MAX_THREADS];
/*
- * Pointers to the working areas.
+ * Pointers to the working areas.
*/
void * const wa[5] = {test.waT0, test.waT1, test.waT2, test.waT3, test.waT4};
diff --git a/test/test.dox b/test/test.dox
index 9e83c095d..02f0aaae8 100644
--- a/test/test.dox
+++ b/test/test.dox
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/test.h b/test/test.h
index 500ffa6bd..a2da7edcb 100644
--- a/test/test.h
+++ b/test/test.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testbmk.c b/test/testbmk.c
index 4d76c36bb..9f5f873bf 100644
--- a/test/testbmk.c
+++ b/test/testbmk.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testbmk.h b/test/testbmk.h
index f5e269f31..775ea4501 100644
--- a/test/testbmk.h
+++ b/test/testbmk.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testdyn.c b/test/testdyn.c
index 943662e0d..cb6b40908 100644
--- a/test/testdyn.c
+++ b/test/testdyn.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testdyn.h b/test/testdyn.h
index d209c9f71..676f0863c 100644
--- a/test/testdyn.h
+++ b/test/testdyn.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testevt.c b/test/testevt.c
index 2bd704696..f8844d3a4 100644
--- a/test/testevt.c
+++ b/test/testevt.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testevt.h b/test/testevt.h
index 477b7083e..9fb501265 100644
--- a/test/testevt.h
+++ b/test/testevt.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testheap.c b/test/testheap.c
index e157d1c54..7d5c25610 100644
--- a/test/testheap.c
+++ b/test/testheap.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -78,7 +78,7 @@ static void heap1_execute(void) {
/*
* Test on the default heap in order to cover the core allocator at
- * least one time.
+ * least one time.
*/
(void)chHeapStatus(NULL, &sz);
p1 = chHeapAlloc(NULL, SIZE);
diff --git a/test/testheap.h b/test/testheap.h
index a310dc40c..c847036bf 100644
--- a/test/testheap.h
+++ b/test/testheap.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmbox.c b/test/testmbox.c
index a8947e4ce..c6eb1e37c 100644
--- a/test/testmbox.c
+++ b/test/testmbox.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmbox.h b/test/testmbox.h
index 52cb7ee18..5cd4ea8c7 100644
--- a/test/testmbox.h
+++ b/test/testmbox.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmsg.c b/test/testmsg.c
index 0c920670a..5669f733e 100644
--- a/test/testmsg.c
+++ b/test/testmsg.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmsg.h b/test/testmsg.h
index c3cadcafa..0b96557e0 100644
--- a/test/testmsg.h
+++ b/test/testmsg.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmtx.c b/test/testmtx.c
index 755545593..7a31ac5f1 100644
--- a/test/testmtx.c
+++ b/test/testmtx.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testmtx.h b/test/testmtx.h
index 59c49605b..b28837775 100644
--- a/test/testmtx.h
+++ b/test/testmtx.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testpools.c b/test/testpools.c
index 71b1dd230..bed35c8f8 100644
--- a/test/testpools.c
+++ b/test/testpools.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testpools.h b/test/testpools.h
index 920e64da2..1d9d3e0d9 100644
--- a/test/testpools.h
+++ b/test/testpools.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testqueues.c b/test/testqueues.c
index 6c16cce63..42bcb9972 100644
--- a/test/testqueues.c
+++ b/test/testqueues.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testqueues.h b/test/testqueues.h
index 69b96dfb0..c05d62641 100644
--- a/test/testqueues.h
+++ b/test/testqueues.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testsem.c b/test/testsem.c
index 79c42c52f..bc7162de5 100644
--- a/test/testsem.c
+++ b/test/testsem.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -54,7 +54,7 @@
/*
* Note, the static initializers are not really required because the
* variables are explicitly initialized in each test case. It is done in order
- * to test the macros.
+ * to test the macros.
*/
static SEMAPHORE_DECL(sem1, 0);
diff --git a/test/testsem.h b/test/testsem.h
index 3bb19d0d9..74a6f89bd 100644
--- a/test/testsem.h
+++ b/test/testsem.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testthd.c b/test/testthd.c
index 76110f444..08b792ce4 100644
--- a/test/testthd.c
+++ b/test/testthd.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/test/testthd.h b/test/testthd.h
index 936795e56..5b71c98fb 100644
--- a/test/testthd.h
+++ b/test/testthd.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.