From 48b514d3efcf4c51d7100c8bd98a52240c25053c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Dec 2010 03:45:00 +0100 Subject: s/libopenstm32/libopencm3/ is some Makefiles. --- examples/lpc13xx/Makefile | 2 +- examples/lpc13xx/Makefile.include | 3 ++- examples/lpc13xx/lpc-p1343/Makefile | 2 +- examples/lpc13xx/lpc-p1343/miniblink/Makefile | 2 +- examples/stm32/Makefile | 2 +- examples/stm32/Makefile.include | 3 ++- examples/stm32/lisa-m/Makefile | 2 +- examples/stm32/lisa-m/usb_dfu/Makefile | 2 +- examples/stm32/lisa-m/usb_hid/Makefile | 2 +- examples/stm32/mb525/Makefile | 2 +- examples/stm32/mb525/fancyblink/Makefile | 2 +- examples/stm32/mb525/pwmleds/Makefile | 2 +- examples/stm32/obldc/Makefile | 2 +- examples/stm32/obldc/can/Makefile | 2 +- examples/stm32/obldc/led/Makefile | 2 +- examples/stm32/obldc/systick/Makefile | 2 +- examples/stm32/obldc/usart/Makefile | 2 +- examples/stm32/obldc/usart_irq/Makefile | 2 +- examples/stm32/other/Makefile | 2 +- examples/stm32/other/adc_temperature_sensor/Makefile | 2 +- examples/stm32/other/dma_mem2mem/Makefile | 2 +- examples/stm32/other/dogm128/Makefile | 2 +- examples/stm32/other/i2c_stts75_sensor/Makefile | 2 +- examples/stm32/other/rtc/Makefile | 2 +- examples/stm32/other/systick/Makefile | 2 +- examples/stm32/other/timer_interrupt/Makefile | 2 +- examples/stm32/other/usb_cdcacm/Makefile | 2 +- examples/stm32/other/usb_dfu/Makefile | 2 +- examples/stm32/other/usb_hid/Makefile | 2 +- examples/stm32/stm32-h103/Makefile | 2 +- examples/stm32/stm32-h103/fancyblink/Makefile | 2 +- examples/stm32/stm32-h103/miniblink/Makefile | 2 +- examples/stm32/stm32-h103/spi/Makefile | 2 +- examples/stm32/stm32-h103/usart/Makefile | 2 +- examples/stm32/stm32-h103/usb_cdcacm/Makefile | 2 +- examples/stm32/stm32-h103/usb_dfu/Makefile | 2 +- examples/stm32/stm32-h103/usb_hid/Makefile | 2 +- examples/stm32/stm32-h103/usb_iap/Makefile | 2 +- 38 files changed, 40 insertions(+), 38 deletions(-) (limited to 'examples') diff --git a/examples/lpc13xx/Makefile b/examples/lpc13xx/Makefile index 0e9bdad..486b4ba 100644 --- a/examples/lpc13xx/Makefile +++ b/examples/lpc13xx/Makefile @@ -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 ## diff --git a/examples/lpc13xx/Makefile.include b/examples/lpc13xx/Makefile.include index c6ac67c..ed2b51e 100644 --- a/examples/lpc13xx/Makefile.include +++ b/examples/lpc13xx/Makefile.include @@ -1,4 +1,5 @@ -## This file is part of the libopenstm32 project. +## +## This file is part of the libopencm3 project. ## ## Copyright (C) 2009 Uwe Hermann ## Copyright (C) 2010 Piotr Esden-Tempski diff --git a/examples/lpc13xx/lpc-p1343/Makefile b/examples/lpc13xx/lpc-p1343/Makefile index 36c1994..e1745ac 100644 --- a/examples/lpc13xx/lpc-p1343/Makefile +++ b/examples/lpc13xx/lpc-p1343/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 ## diff --git a/examples/lpc13xx/lpc-p1343/miniblink/Makefile b/examples/lpc13xx/lpc-p1343/miniblink/Makefile index 6f4ffcc..110e69e 100644 --- a/examples/lpc13xx/lpc-p1343/miniblink/Makefile +++ b/examples/lpc13xx/lpc-p1343/miniblink/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 ## diff --git a/examples/stm32/Makefile b/examples/stm32/Makefile index 30e2505..bea0ef0 100644 --- a/examples/stm32/Makefile +++ b/examples/stm32/Makefile @@ -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 ## diff --git a/examples/stm32/Makefile.include b/examples/stm32/Makefile.include index 431f6a6..37bfcf2 100644 --- a/examples/stm32/Makefile.include +++ b/examples/stm32/Makefile.include @@ -1,4 +1,5 @@ -## This file is part of the libopenstm32 project. +## +## This file is part of the libopencm3 project. ## ## Copyright (C) 2009 Uwe Hermann ## Copyright (C) 2010 Piotr Esden-Tempski diff --git a/examples/stm32/lisa-m/Makefile b/examples/stm32/lisa-m/Makefile index e8065ee..37b6837 100644 --- a/examples/stm32/lisa-m/Makefile +++ b/examples/stm32/lisa-m/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 ## diff --git a/examples/stm32/lisa-m/usb_dfu/Makefile b/examples/stm32/lisa-m/usb_dfu/Makefile index 183b7c8..48e2d6b 100644 --- a/examples/stm32/lisa-m/usb_dfu/Makefile +++ b/examples/stm32/lisa-m/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 ## diff --git a/examples/stm32/lisa-m/usb_hid/Makefile b/examples/stm32/lisa-m/usb_hid/Makefile index 7967467..d831e9e 100644 --- a/examples/stm32/lisa-m/usb_hid/Makefile +++ b/examples/stm32/lisa-m/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 ## diff --git a/examples/stm32/mb525/Makefile b/examples/stm32/mb525/Makefile index 6653a8c..e21474e 100644 --- a/examples/stm32/mb525/Makefile +++ b/examples/stm32/mb525/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 ## diff --git a/examples/stm32/mb525/fancyblink/Makefile b/examples/stm32/mb525/fancyblink/Makefile index 09aff6f..1baec4d 100644 --- a/examples/stm32/mb525/fancyblink/Makefile +++ b/examples/stm32/mb525/fancyblink/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 ## diff --git a/examples/stm32/mb525/pwmleds/Makefile b/examples/stm32/mb525/pwmleds/Makefile index a6f9f4e..8ae74d6 100644 --- a/examples/stm32/mb525/pwmleds/Makefile +++ b/examples/stm32/mb525/pwmleds/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 ## diff --git a/examples/stm32/obldc/Makefile b/examples/stm32/obldc/Makefile index 8014fce..60dba05 100644 --- a/examples/stm32/obldc/Makefile +++ b/examples/stm32/obldc/Makefile @@ -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 ## diff --git a/examples/stm32/obldc/can/Makefile b/examples/stm32/obldc/can/Makefile index 4d9fd57..20a4b90 100644 --- a/examples/stm32/obldc/can/Makefile +++ b/examples/stm32/obldc/can/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 ## diff --git a/examples/stm32/obldc/led/Makefile b/examples/stm32/obldc/led/Makefile index 665cd45..8e1618a 100644 --- a/examples/stm32/obldc/led/Makefile +++ b/examples/stm32/obldc/led/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 ## diff --git a/examples/stm32/obldc/systick/Makefile b/examples/stm32/obldc/systick/Makefile index f08d085..91b5cb5 100644 --- a/examples/stm32/obldc/systick/Makefile +++ b/examples/stm32/obldc/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 ## diff --git a/examples/stm32/obldc/usart/Makefile b/examples/stm32/obldc/usart/Makefile index 75050cd..2c1e1b1 100644 --- a/examples/stm32/obldc/usart/Makefile +++ b/examples/stm32/obldc/usart/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 ## diff --git a/examples/stm32/obldc/usart_irq/Makefile b/examples/stm32/obldc/usart_irq/Makefile index eba2bb5..2ab46a0 100644 --- a/examples/stm32/obldc/usart_irq/Makefile +++ b/examples/stm32/obldc/usart_irq/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 ## 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 ## 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 ## 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 ## 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 ## 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 ## 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 ## 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 ## 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 ## 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 ## 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 ## 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 ## diff --git a/examples/stm32/stm32-h103/Makefile b/examples/stm32/stm32-h103/Makefile index bd3a2d8..8d39ba9 100644 --- a/examples/stm32/stm32-h103/Makefile +++ b/examples/stm32/stm32-h103/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 ## diff --git a/examples/stm32/stm32-h103/fancyblink/Makefile b/examples/stm32/stm32-h103/fancyblink/Makefile index 09aff6f..1baec4d 100644 --- a/examples/stm32/stm32-h103/fancyblink/Makefile +++ b/examples/stm32/stm32-h103/fancyblink/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 ## diff --git a/examples/stm32/stm32-h103/miniblink/Makefile b/examples/stm32/stm32-h103/miniblink/Makefile index cbbded6..24a478b 100644 --- a/examples/stm32/stm32-h103/miniblink/Makefile +++ b/examples/stm32/stm32-h103/miniblink/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 ## diff --git a/examples/stm32/stm32-h103/spi/Makefile b/examples/stm32/stm32-h103/spi/Makefile index a63e92d..7d3cb72 100644 --- a/examples/stm32/stm32-h103/spi/Makefile +++ b/examples/stm32/stm32-h103/spi/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 ## diff --git a/examples/stm32/stm32-h103/usart/Makefile b/examples/stm32/stm32-h103/usart/Makefile index 75050cd..2c1e1b1 100644 --- a/examples/stm32/stm32-h103/usart/Makefile +++ b/examples/stm32/stm32-h103/usart/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 ## diff --git a/examples/stm32/stm32-h103/usb_cdcacm/Makefile b/examples/stm32/stm32-h103/usb_cdcacm/Makefile index ab55ba2..38179e3 100644 --- a/examples/stm32/stm32-h103/usb_cdcacm/Makefile +++ b/examples/stm32/stm32-h103/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 ## diff --git a/examples/stm32/stm32-h103/usb_dfu/Makefile b/examples/stm32/stm32-h103/usb_dfu/Makefile index 183b7c8..48e2d6b 100644 --- a/examples/stm32/stm32-h103/usb_dfu/Makefile +++ b/examples/stm32/stm32-h103/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 ## diff --git a/examples/stm32/stm32-h103/usb_hid/Makefile b/examples/stm32/stm32-h103/usb_hid/Makefile index 7967467..d831e9e 100644 --- a/examples/stm32/stm32-h103/usb_hid/Makefile +++ b/examples/stm32/stm32-h103/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 ## diff --git a/examples/stm32/stm32-h103/usb_iap/Makefile b/examples/stm32/stm32-h103/usb_iap/Makefile index 9c93f91..0b51782 100644 --- a/examples/stm32/stm32-h103/usb_iap/Makefile +++ b/examples/stm32/stm32-h103/usb_iap/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 ## -- cgit v1.2.3