summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc176x
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc176x')
-rw-r--r--bsps/arm/lpc176x/btimer/btimer.c2
-rw-r--r--bsps/arm/lpc176x/can/can.c2
-rw-r--r--bsps/arm/lpc176x/gpio/lpc-gpio.c2
-rw-r--r--bsps/arm/lpc176x/include/bsp/adc-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/adc.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/can-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/can.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/common-types.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/gpio-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/io-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/io.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/lpc-gpio.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/lpc176x.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/mbed-pinmap.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/pwmout-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/pwmout.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/timer-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/timer.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/watchdog-defs.h2
-rw-r--r--bsps/arm/lpc176x/include/bsp/watchdog.h2
-rw-r--r--bsps/arm/lpc176x/pwm/pwmout.c2
-rw-r--r--bsps/arm/lpc176x/start/adc.c2
-rw-r--r--bsps/arm/lpc176x/start/bspstarthooks.c2
-rw-r--r--bsps/arm/lpc176x/start/io.c2
-rw-r--r--bsps/arm/lpc176x/start/watchdog.c2
-rw-r--r--bsps/arm/lpc176x/timer/timer.c2
26 files changed, 26 insertions, 26 deletions
diff --git a/bsps/arm/lpc176x/btimer/btimer.c b/bsps/arm/lpc176x/btimer/btimer.c
index 359d89086d..d2dcfbb1b2 100644
--- a/bsps/arm/lpc176x/btimer/btimer.c
+++ b/bsps/arm/lpc176x/btimer/btimer.c
@@ -1,5 +1,5 @@
/**
- * @file timerbenchmark.c
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/can/can.c b/bsps/arm/lpc176x/can/can.c
index e5ffc29b7a..bf94d9fc37 100644
--- a/bsps/arm/lpc176x/can/can.c
+++ b/bsps/arm/lpc176x/can/can.c
@@ -1,5 +1,5 @@
/**
- * @file can.c
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/gpio/lpc-gpio.c b/bsps/arm/lpc176x/gpio/lpc-gpio.c
index e7f07fe657..220f5f9abc 100644
--- a/bsps/arm/lpc176x/gpio/lpc-gpio.c
+++ b/bsps/arm/lpc176x/gpio/lpc-gpio.c
@@ -1,5 +1,5 @@
/**
- * @file lpc-gpio.c
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/adc-defs.h b/bsps/arm/lpc176x/include/bsp/adc-defs.h
index 3daca807b7..e1a4825a2a 100644
--- a/bsps/arm/lpc176x/include/bsp/adc-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/adc-defs.h
@@ -1,5 +1,5 @@
/**
- * @file adc-defs.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/adc.h b/bsps/arm/lpc176x/include/bsp/adc.h
index 34df8b7efd..58c6de3f1d 100644
--- a/bsps/arm/lpc176x/include/bsp/adc.h
+++ b/bsps/arm/lpc176x/include/bsp/adc.h
@@ -1,5 +1,5 @@
/**
- * @file adc.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/can-defs.h b/bsps/arm/lpc176x/include/bsp/can-defs.h
index 4db229eb1c..b55414f95f 100644
--- a/bsps/arm/lpc176x/include/bsp/can-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/can-defs.h
@@ -1,5 +1,5 @@
/**
- * @file can-defs.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/can.h b/bsps/arm/lpc176x/include/bsp/can.h
index 7515ec2f53..27fabc40e6 100644
--- a/bsps/arm/lpc176x/include/bsp/can.h
+++ b/bsps/arm/lpc176x/include/bsp/can.h
@@ -1,5 +1,5 @@
/**
- * @file can.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/common-types.h b/bsps/arm/lpc176x/include/bsp/common-types.h
index 943ff288a9..16bfd96f3a 100644
--- a/bsps/arm/lpc176x/include/bsp/common-types.h
+++ b/bsps/arm/lpc176x/include/bsp/common-types.h
@@ -1,5 +1,5 @@
/**
- * @file common-types.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/gpio-defs.h b/bsps/arm/lpc176x/include/bsp/gpio-defs.h
index c6ed499d35..31155bf597 100644
--- a/bsps/arm/lpc176x/include/bsp/gpio-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/gpio-defs.h
@@ -1,5 +1,5 @@
/**
- * @file gpio-defs.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/io-defs.h b/bsps/arm/lpc176x/include/bsp/io-defs.h
index f9cf3dbbbd..de57aadd8c 100644
--- a/bsps/arm/lpc176x/include/bsp/io-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/io-defs.h
@@ -1,5 +1,5 @@
/**
- * @file io-defs.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/io.h b/bsps/arm/lpc176x/include/bsp/io.h
index 4a8510479c..3e6cd49581 100644
--- a/bsps/arm/lpc176x/include/bsp/io.h
+++ b/bsps/arm/lpc176x/include/bsp/io.h
@@ -1,5 +1,5 @@
/**
- * @file io.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/lpc-gpio.h b/bsps/arm/lpc176x/include/bsp/lpc-gpio.h
index 9cb23df142..cc75385a04 100644
--- a/bsps/arm/lpc176x/include/bsp/lpc-gpio.h
+++ b/bsps/arm/lpc176x/include/bsp/lpc-gpio.h
@@ -1,5 +1,5 @@
/**
- * @file lpc-gpio.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/lpc176x.h b/bsps/arm/lpc176x/include/bsp/lpc176x.h
index f10991f346..2f20c2e8ba 100644
--- a/bsps/arm/lpc176x/include/bsp/lpc176x.h
+++ b/bsps/arm/lpc176x/include/bsp/lpc176x.h
@@ -1,5 +1,5 @@
/**
- * @file lpc176x.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h b/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h
index 3556bc5fbf..538d33c41e 100644
--- a/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h
+++ b/bsps/arm/lpc176x/include/bsp/mbed-pinmap.h
@@ -1,5 +1,5 @@
/**
- * @file mbed-pinmap.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/pwmout-defs.h b/bsps/arm/lpc176x/include/bsp/pwmout-defs.h
index f55b154a05..7b3999d2a6 100644
--- a/bsps/arm/lpc176x/include/bsp/pwmout-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/pwmout-defs.h
@@ -1,5 +1,5 @@
/**
- * @file pwmout-defs.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/pwmout.h b/bsps/arm/lpc176x/include/bsp/pwmout.h
index 1427fc5f3e..bbed297ae9 100644
--- a/bsps/arm/lpc176x/include/bsp/pwmout.h
+++ b/bsps/arm/lpc176x/include/bsp/pwmout.h
@@ -1,5 +1,5 @@
/**
- * @file pwmout.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/timer-defs.h b/bsps/arm/lpc176x/include/bsp/timer-defs.h
index 3827aa9279..7560add64e 100644
--- a/bsps/arm/lpc176x/include/bsp/timer-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/timer-defs.h
@@ -1,5 +1,5 @@
/**
- * @file timer-defs.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/timer.h b/bsps/arm/lpc176x/include/bsp/timer.h
index 6805b55f0e..bb327eefce 100644
--- a/bsps/arm/lpc176x/include/bsp/timer.h
+++ b/bsps/arm/lpc176x/include/bsp/timer.h
@@ -1,5 +1,5 @@
/**
- * @file timer.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/watchdog-defs.h b/bsps/arm/lpc176x/include/bsp/watchdog-defs.h
index 44ea80527e..888ebe1936 100644
--- a/bsps/arm/lpc176x/include/bsp/watchdog-defs.h
+++ b/bsps/arm/lpc176x/include/bsp/watchdog-defs.h
@@ -1,5 +1,5 @@
/**
- * @file watchdog-defs.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/include/bsp/watchdog.h b/bsps/arm/lpc176x/include/bsp/watchdog.h
index 8b5f033605..ff5d1730fa 100644
--- a/bsps/arm/lpc176x/include/bsp/watchdog.h
+++ b/bsps/arm/lpc176x/include/bsp/watchdog.h
@@ -1,5 +1,5 @@
/**
- * @file watchdog.h
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/pwm/pwmout.c b/bsps/arm/lpc176x/pwm/pwmout.c
index dc30475f89..c5ce3eb998 100644
--- a/bsps/arm/lpc176x/pwm/pwmout.c
+++ b/bsps/arm/lpc176x/pwm/pwmout.c
@@ -1,5 +1,5 @@
/**
- * @file pwmout.c
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/start/adc.c b/bsps/arm/lpc176x/start/adc.c
index 7098166718..49288c07c6 100644
--- a/bsps/arm/lpc176x/start/adc.c
+++ b/bsps/arm/lpc176x/start/adc.c
@@ -1,5 +1,5 @@
/**
- * @file adc.c
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/start/bspstarthooks.c b/bsps/arm/lpc176x/start/bspstarthooks.c
index a60c5bdf89..dc790f3eb0 100644
--- a/bsps/arm/lpc176x/start/bspstarthooks.c
+++ b/bsps/arm/lpc176x/start/bspstarthooks.c
@@ -1,5 +1,5 @@
/**
- * @file bspstarthooks.c
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/start/io.c b/bsps/arm/lpc176x/start/io.c
index c25fe94c0b..8eb746cbad 100644
--- a/bsps/arm/lpc176x/start/io.c
+++ b/bsps/arm/lpc176x/start/io.c
@@ -1,5 +1,5 @@
/**
- * @file io.c
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/start/watchdog.c b/bsps/arm/lpc176x/start/watchdog.c
index bae9b4e1b1..4b8b23d9f0 100644
--- a/bsps/arm/lpc176x/start/watchdog.c
+++ b/bsps/arm/lpc176x/start/watchdog.c
@@ -1,5 +1,5 @@
/**
- * @file watchdog.c
+ * @file
*
* @ingroup lpc176x
*
diff --git a/bsps/arm/lpc176x/timer/timer.c b/bsps/arm/lpc176x/timer/timer.c
index 36c720b4fb..47992fcd96 100644
--- a/bsps/arm/lpc176x/timer/timer.c
+++ b/bsps/arm/lpc176x/timer/timer.c
@@ -1,5 +1,5 @@
/**
- * @file timer.c
+ * @file
*
* @ingroup lpc176x
*