diff --git a/Makefile b/Makefile index f9097056..734e3159 100644 --- a/Makefile +++ b/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 ## @@ -49,11 +49,10 @@ examples: lib install: build @printf " INSTALL headers\n" - $(Q)$(INSTALL) -d $(INCDIR)/libopenstm32 + $(Q)$(INSTALL) -d $(INCDIR)/stm32 $(Q)$(INSTALL) -d $(INCDIR)/usb $(Q)$(INSTALL) -d $(LIBDIR) - $(Q)$(INSTALL) -m 0644 include/libopenstm32.h $(INCDIR) - $(Q)$(INSTALL) -m 0644 include/libopenstm32/*.h $(INCDIR)/libopenstm32 + $(Q)$(INSTALL) -m 0644 include/stm32/*.h $(INCDIR)/libopencm3 $(Q)$(INSTALL) -m 0644 include/usb/*.h $(INCDIR)/usb @printf " INSTALL lib\n" $(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR) diff --git a/examples/lpc13xx/Makefile b/examples/lpc13xx/Makefile index 0e9bdade..486b4ba4 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 c6ac67c1..ed2b51ef 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 36c1994a..e1745acf 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 6f4ffcc4..110e69eb 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 30e25056..bea0ef09 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 431f6a6b..37bfcf2e 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 e8065eef..37b68375 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 183b7c8a..48e2d6bd 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 79674678..d831e9e7 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 6653a8ce..e21474ee 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 09aff6f3..1baec4de 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 a6f9f4e5..8ae74d69 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 8014fced..60dba057 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 4d9fd570..20a4b907 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 665cd45f..8e1618ab 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 f08d0851..91b5cb55 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 75050cd8..2c1e1b1b 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 eba2bb58..2ab46a05 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 b65725df..a09dbb60 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 c5020db3..f3f65c4b 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 ea782136..c43650dc 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 74ec0e5c..97a012e8 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 32ee0660..d0f6ddfc 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 d74946f0..1efa7ac2 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 f08d0851..91b5cb55 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 f6721e90..86aced44 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 ab55ba22..38179e35 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 183b7c8a..48e2d6bd 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 79674678..d831e9e7 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 bd3a2d86..8d39ba9d 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 09aff6f3..1baec4de 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 cbbded6b..24a478b4 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 a63e92df..7d3cb72e 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 75050cd8..2c1e1b1b 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 ab55ba22..38179e35 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 183b7c8a..48e2d6bd 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 79674678..d831e9e7 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 9c93f91b..0b517821 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 ## diff --git a/lib/lpc13xx/Makefile b/lib/lpc13xx/Makefile index ad44d154..37889e66 100644 --- a/lib/lpc13xx/Makefile +++ b/lib/lpc13xx/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/lib/stm32/Makefile b/lib/stm32/Makefile index d718ef0e..4c7ac4e0 100644 --- a/lib/stm32/Makefile +++ b/lib/stm32/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 ##