aboutsummaryrefslogtreecommitdiff
path: root/include/stm32
diff options
context:
space:
mode:
Diffstat (limited to 'include/stm32')
-rw-r--r--include/stm32/adc.h2
-rw-r--r--include/stm32/bkp.h2
-rw-r--r--include/stm32/can.h2
-rw-r--r--include/stm32/crc.h2
-rw-r--r--include/stm32/dma.h2
-rw-r--r--include/stm32/ethernet.h2
-rw-r--r--include/stm32/exti.h2
-rw-r--r--include/stm32/flash.h2
-rw-r--r--include/stm32/gpio.h2
-rw-r--r--include/stm32/i2c.h2
-rw-r--r--include/stm32/iwdg.h2
-rw-r--r--include/stm32/memorymap.h2
-rw-r--r--include/stm32/nvic.h2
-rw-r--r--include/stm32/pwr.h2
-rw-r--r--include/stm32/rcc.h2
-rw-r--r--include/stm32/rtc.h2
-rw-r--r--include/stm32/scb.h2
-rw-r--r--include/stm32/spi.h2
-rw-r--r--include/stm32/systick.h2
-rw-r--r--include/stm32/timer.h2
-rw-r--r--include/stm32/tools.h2
-rw-r--r--include/stm32/usart.h2
-rw-r--r--include/stm32/usb.h2
-rw-r--r--include/stm32/usb_desc.h2
-rw-r--r--include/stm32/wwdg.h2
25 files changed, 25 insertions, 25 deletions
diff --git a/include/stm32/adc.h b/include/stm32/adc.h
index 2ae24b8..e3bdffc 100644
--- a/include/stm32/adc.h
+++ b/include/stm32/adc.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Edward Cheeseman <evbuilder@users.sourceforge.net>
*
diff --git a/include/stm32/bkp.h b/include/stm32/bkp.h
index fee9df0..dc091a5 100644
--- a/include/stm32/bkp.h
+++ b/include/stm32/bkp.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
*
diff --git a/include/stm32/can.h b/include/stm32/can.h
index b327090..c2b11c1 100644
--- a/include/stm32/can.h
+++ b/include/stm32/can.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
*
diff --git a/include/stm32/crc.h b/include/stm32/crc.h
index dba4e7e..a7ea139 100644
--- a/include/stm32/crc.h
+++ b/include/stm32/crc.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
*
diff --git a/include/stm32/dma.h b/include/stm32/dma.h
index 6761ab4..ef8ef61 100644
--- a/include/stm32/dma.h
+++ b/include/stm32/dma.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
*
diff --git a/include/stm32/ethernet.h b/include/stm32/ethernet.h
index c2934e7..48d87b0 100644
--- a/include/stm32/ethernet.h
+++ b/include/stm32/ethernet.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
*
diff --git a/include/stm32/exti.h b/include/stm32/exti.h
index cf291b0..dbf0eab 100644
--- a/include/stm32/exti.h
+++ b/include/stm32/exti.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Mark Butler <mbutler@physics.otago.ac.nz>
*
diff --git a/include/stm32/flash.h b/include/stm32/flash.h
index a864858..8bd879b 100644
--- a/include/stm32/flash.h
+++ b/include/stm32/flash.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
* Copyright (C) 2010 Mark Butler <mbutler@physics.otago.ac.nz>
diff --git a/include/stm32/gpio.h b/include/stm32/gpio.h
index 049cfde..99f6839 100644
--- a/include/stm32/gpio.h
+++ b/include/stm32/gpio.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
*
diff --git a/include/stm32/i2c.h b/include/stm32/i2c.h
index 99fbc8b..75081ea 100644
--- a/include/stm32/i2c.h
+++ b/include/stm32/i2c.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
*
diff --git a/include/stm32/iwdg.h b/include/stm32/iwdg.h
index abcdb28..cdd501c 100644
--- a/include/stm32/iwdg.h
+++ b/include/stm32/iwdg.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
*
diff --git a/include/stm32/memorymap.h b/include/stm32/memorymap.h
index 9aa1e97..db5daad 100644
--- a/include/stm32/memorymap.h
+++ b/include/stm32/memorymap.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
*
diff --git a/include/stm32/nvic.h b/include/stm32/nvic.h
index 52b8671..3a2cda4 100644
--- a/include/stm32/nvic.h
+++ b/include/stm32/nvic.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
*
diff --git a/include/stm32/pwr.h b/include/stm32/pwr.h
index 1c0202c..241a05c 100644
--- a/include/stm32/pwr.h
+++ b/include/stm32/pwr.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
*
diff --git a/include/stm32/rcc.h b/include/stm32/rcc.h
index a89ed0b..11cd929 100644
--- a/include/stm32/rcc.h
+++ b/include/stm32/rcc.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
* Copyright (C) 2009 Federico Ruiz-Ugalde <memeruiz at gmail dot com>
diff --git a/include/stm32/rtc.h b/include/stm32/rtc.h
index dcb2f03..b52669b 100644
--- a/include/stm32/rtc.h
+++ b/include/stm32/rtc.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
*
diff --git a/include/stm32/scb.h b/include/stm32/scb.h
index 03f6046..804f113 100644
--- a/include/stm32/scb.h
+++ b/include/stm32/scb.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
diff --git a/include/stm32/spi.h b/include/stm32/spi.h
index ca21431..96aa810 100644
--- a/include/stm32/spi.h
+++ b/include/stm32/spi.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
*
diff --git a/include/stm32/systick.h b/include/stm32/systick.h
index dc18058..85f43a7 100644
--- a/include/stm32/systick.h
+++ b/include/stm32/systick.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
*
diff --git a/include/stm32/timer.h b/include/stm32/timer.h
index b5d335a..4e2d642 100644
--- a/include/stm32/timer.h
+++ b/include/stm32/timer.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Piotr Esden-Tempski <piotr@esden.net>
*
diff --git a/include/stm32/tools.h b/include/stm32/tools.h
index 8b32413..5ce7944 100644
--- a/include/stm32/tools.h
+++ b/include/stm32/tools.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Piotr Esden-Tempski <piotr@esden.net>
*
diff --git a/include/stm32/usart.h b/include/stm32/usart.h
index 9b2a50b..7fa9f2f 100644
--- a/include/stm32/usart.h
+++ b/include/stm32/usart.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
*
diff --git a/include/stm32/usb.h b/include/stm32/usb.h
index 5e79ba4..f9a08fc 100644
--- a/include/stm32/usb.h
+++ b/include/stm32/usb.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Piotr Esden-Tempski <piotr@esden.net>
*
diff --git a/include/stm32/usb_desc.h b/include/stm32/usb_desc.h
index a9f5132..e305f86 100644
--- a/include/stm32/usb_desc.h
+++ b/include/stm32/usb_desc.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2009 Piotr Esden-Tempski <piotr@esden.net>
*
diff --git a/include/stm32/wwdg.h b/include/stm32/wwdg.h
index 4617763..2fcea3b 100644
--- a/include/stm32/wwdg.h
+++ b/include/stm32/wwdg.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Thomas Otto <tommi@viadmin.org>
*