aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/other
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/other')
-rw-r--r--examples/stm32/other/Makefile2
-rw-r--r--examples/stm32/other/adc_temperature_sensor/Makefile2
-rw-r--r--examples/stm32/other/dma_mem2mem/Makefile2
-rw-r--r--examples/stm32/other/dogm128/Makefile2
-rw-r--r--examples/stm32/other/i2c_stts75_sensor/Makefile2
-rw-r--r--examples/stm32/other/rtc/Makefile2
-rw-r--r--examples/stm32/other/systick/Makefile2
-rw-r--r--examples/stm32/other/timer_interrupt/Makefile2
-rw-r--r--examples/stm32/other/usb_cdcacm/Makefile2
-rw-r--r--examples/stm32/other/usb_dfu/Makefile2
-rw-r--r--examples/stm32/other/usb_hid/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/examples/stm32/other/Makefile b/examples/stm32/other/Makefile
index b65725d..a09dbb6 100644
--- a/examples/stm32/other/Makefile
+++ b/examples/stm32/other/Makefile
@@ -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/examples/stm32/other/adc_temperature_sensor/Makefile b/examples/stm32/other/adc_temperature_sensor/Makefile
index c5020db..f3f65c4 100644
--- a/examples/stm32/other/adc_temperature_sensor/Makefile
+++ b/examples/stm32/other/adc_temperature_sensor/Makefile
@@ -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/examples/stm32/other/dma_mem2mem/Makefile b/examples/stm32/other/dma_mem2mem/Makefile
index ea78213..c43650d 100644
--- a/examples/stm32/other/dma_mem2mem/Makefile
+++ b/examples/stm32/other/dma_mem2mem/Makefile
@@ -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/examples/stm32/other/dogm128/Makefile b/examples/stm32/other/dogm128/Makefile
index 74ec0e5..97a012e 100644
--- a/examples/stm32/other/dogm128/Makefile
+++ b/examples/stm32/other/dogm128/Makefile
@@ -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/examples/stm32/other/i2c_stts75_sensor/Makefile b/examples/stm32/other/i2c_stts75_sensor/Makefile
index 32ee066..d0f6ddf 100644
--- a/examples/stm32/other/i2c_stts75_sensor/Makefile
+++ b/examples/stm32/other/i2c_stts75_sensor/Makefile
@@ -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/examples/stm32/other/rtc/Makefile b/examples/stm32/other/rtc/Makefile
index d74946f..1efa7ac 100644
--- a/examples/stm32/other/rtc/Makefile
+++ b/examples/stm32/other/rtc/Makefile
@@ -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/examples/stm32/other/systick/Makefile b/examples/stm32/other/systick/Makefile
index f08d085..91b5cb5 100644
--- a/examples/stm32/other/systick/Makefile
+++ b/examples/stm32/other/systick/Makefile
@@ -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/examples/stm32/other/timer_interrupt/Makefile b/examples/stm32/other/timer_interrupt/Makefile
index f6721e9..86aced4 100644
--- a/examples/stm32/other/timer_interrupt/Makefile
+++ b/examples/stm32/other/timer_interrupt/Makefile
@@ -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/examples/stm32/other/usb_cdcacm/Makefile b/examples/stm32/other/usb_cdcacm/Makefile
index ab55ba2..38179e3 100644
--- a/examples/stm32/other/usb_cdcacm/Makefile
+++ b/examples/stm32/other/usb_cdcacm/Makefile
@@ -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/examples/stm32/other/usb_dfu/Makefile b/examples/stm32/other/usb_dfu/Makefile
index 183b7c8..48e2d6b 100644
--- a/examples/stm32/other/usb_dfu/Makefile
+++ b/examples/stm32/other/usb_dfu/Makefile
@@ -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/examples/stm32/other/usb_hid/Makefile b/examples/stm32/other/usb_hid/Makefile
index 7967467..d831e9e 100644
--- a/examples/stm32/other/usb_hid/Makefile
+++ b/examples/stm32/other/usb_hid/Makefile
@@ -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>
##