Browse Source

More renames for libopenstm32 -> libopencm3.

pull/2/head
Uwe Hermann 14 years ago
parent
commit
18790a2454
  1. 2
      examples/lpc13xx/lpc-p1343/miniblink/miniblink.c
  2. 2
      examples/lpc13xx/lpc-p1343/miniblink/miniblink.ld
  3. 2
      examples/stm32/lisa-m/usb_dfu/usbdfu.c
  4. 2
      examples/stm32/lisa-m/usb_dfu/usbdfu.ld
  5. 2
      examples/stm32/lisa-m/usb_hid/usbhid.c
  6. 2
      examples/stm32/lisa-m/usb_hid/usbhid.ld
  7. 2
      examples/stm32/mb525/fancyblink/fancyblink.c
  8. 2
      examples/stm32/mb525/fancyblink/fancyblink.ld
  9. 2
      examples/stm32/mb525/pwmleds/pwmleds.c
  10. 2
      examples/stm32/mb525/pwmleds/pwmleds.ld
  11. 2
      examples/stm32/obldc/can/can.c
  12. 2
      examples/stm32/obldc/can/can.ld
  13. 2
      examples/stm32/obldc/led/led.c
  14. 2
      examples/stm32/obldc/led/led.ld
  15. 2
      examples/stm32/obldc/systick/systick.c
  16. 2
      examples/stm32/obldc/systick/systick.ld
  17. 2
      examples/stm32/obldc/usart/usart.c
  18. 2
      examples/stm32/obldc/usart/usart.ld
  19. 2
      examples/stm32/obldc/usart_irq/usart_irq.c
  20. 2
      examples/stm32/obldc/usart_irq/usart_irq.ld
  21. 2
      examples/stm32/other/adc_temperature_sensor/adc.c
  22. 2
      examples/stm32/other/adc_temperature_sensor/adc.ld
  23. 2
      examples/stm32/other/dma_mem2mem/dma.c
  24. 2
      examples/stm32/other/dma_mem2mem/dma.ld
  25. 2
      examples/stm32/other/dogm128/dogm128.c
  26. 2
      examples/stm32/other/dogm128/dogm128.h
  27. 2
      examples/stm32/other/dogm128/main.c
  28. 2
      examples/stm32/other/dogm128/main.ld
  29. 2
      examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c
  30. 2
      examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.ld
  31. 2
      examples/stm32/other/i2c_stts75_sensor/stts75.c
  32. 2
      examples/stm32/other/i2c_stts75_sensor/stts75.h
  33. 2
      examples/stm32/other/rtc/rtc.c
  34. 2
      examples/stm32/other/rtc/rtc.ld
  35. 2
      examples/stm32/other/systick/systick.c
  36. 2
      examples/stm32/other/systick/systick.ld
  37. 2
      examples/stm32/other/timer_interrupt/timer.c
  38. 2
      examples/stm32/other/timer_interrupt/timer.ld
  39. 2
      examples/stm32/other/usb_cdcacm/cdcacm.c
  40. 2
      examples/stm32/other/usb_cdcacm/cdcacm.ld
  41. 2
      examples/stm32/other/usb_dfu/usbdfu.c
  42. 2
      examples/stm32/other/usb_dfu/usbdfu.ld
  43. 2
      examples/stm32/other/usb_hid/usbhid.c
  44. 2
      examples/stm32/other/usb_hid/usbhid.ld
  45. 2
      examples/stm32/stm32-h103/fancyblink/fancyblink.c
  46. 2
      examples/stm32/stm32-h103/fancyblink/fancyblink.ld
  47. 2
      examples/stm32/stm32-h103/miniblink/miniblink.c
  48. 2
      examples/stm32/stm32-h103/miniblink/miniblink.ld
  49. 2
      examples/stm32/stm32-h103/spi/spi.c
  50. 2
      examples/stm32/stm32-h103/spi/spi.ld
  51. 2
      examples/stm32/stm32-h103/usart/usart.c
  52. 2
      examples/stm32/stm32-h103/usart/usart.ld
  53. 2
      examples/stm32/stm32-h103/usb_cdcacm/cdcacm.c
  54. 2
      examples/stm32/stm32-h103/usb_cdcacm/cdcacm.ld
  55. 2
      examples/stm32/stm32-h103/usb_dfu/usbdfu.c
  56. 2
      examples/stm32/stm32-h103/usb_dfu/usbdfu.ld
  57. 2
      examples/stm32/stm32-h103/usb_hid/usbhid.c
  58. 2
      examples/stm32/stm32-h103/usb_hid/usbhid.ld
  59. 2
      examples/stm32/stm32-h103/usb_iap/usbiap.c
  60. 2
      examples/stm32/stm32-h103/usb_iap/usbiap.ld
  61. 2
      include/cm3/common.h
  62. 2
      include/cm3/memorymap.h
  63. 2
      include/lpc13xx/gpio.h
  64. 2
      include/lpc13xx/memorymap.h
  65. 2
      include/stm32/adc.h
  66. 2
      include/stm32/bkp.h
  67. 2
      include/stm32/can.h
  68. 2
      include/stm32/crc.h
  69. 2
      include/stm32/dma.h
  70. 2
      include/stm32/ethernet.h
  71. 2
      include/stm32/exti.h
  72. 2
      include/stm32/flash.h
  73. 2
      include/stm32/gpio.h
  74. 2
      include/stm32/i2c.h
  75. 2
      include/stm32/iwdg.h
  76. 2
      include/stm32/memorymap.h
  77. 2
      include/stm32/nvic.h
  78. 2
      include/stm32/pwr.h
  79. 2
      include/stm32/rcc.h
  80. 2
      include/stm32/rtc.h
  81. 2
      include/stm32/scb.h
  82. 2
      include/stm32/spi.h
  83. 2
      include/stm32/systick.h
  84. 2
      include/stm32/timer.h
  85. 2
      include/stm32/tools.h
  86. 2
      include/stm32/usart.h
  87. 2
      include/stm32/usb.h
  88. 2
      include/stm32/usb_desc.h
  89. 2
      include/stm32/wwdg.h
  90. 2
      include/usb/cdc.h
  91. 2
      include/usb/dfu.h
  92. 2
      include/usb/hid.h
  93. 2
      include/usb/usbd.h
  94. 2
      include/usb/usbstd.h
  95. 2
      lib/lpc13xx/gpio.c
  96. 2
      lib/lpc13xx/lpc13xx.ld
  97. 2
      lib/stm32/adc.c
  98. 2
      lib/stm32/can.c
  99. 2
      lib/stm32/dma.c
  100. 2
      lib/stm32/ethernet.c

2
examples/lpc13xx/lpc-p1343/miniblink/miniblink.c

@ -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>
*

2
examples/lpc13xx/lpc-p1343/miniblink/miniblink.ld

@ -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>
*

2
examples/stm32/lisa-m/usb_dfu/usbdfu.c

@ -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>
*

2
examples/stm32/lisa-m/usb_dfu/usbdfu.ld

@ -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>
*

2
examples/stm32/lisa-m/usb_hid/usbhid.c

@ -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>
*

2
examples/stm32/lisa-m/usb_hid/usbhid.ld

@ -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>
*

2
examples/stm32/mb525/fancyblink/fancyblink.c

@ -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) 2010 Piotr Esden-Tempski <piotr@esden.net>

2
examples/stm32/mb525/fancyblink/fancyblink.ld

@ -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>
*

2
examples/stm32/mb525/pwmleds/pwmleds.c

@ -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>
*

2
examples/stm32/mb525/pwmleds/pwmleds.ld

@ -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>
*

2
examples/stm32/obldc/can/can.c

@ -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 Piotr Esden-Tempski <piotr@esden.net>

2
examples/stm32/obldc/can/can.ld

@ -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>
*

2
examples/stm32/obldc/led/led.c

@ -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) 2010 Piotr Esden-Tempski <piotr@esden.net>

2
examples/stm32/obldc/led/led.ld

@ -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>
*

2
examples/stm32/obldc/systick/systick.c

@ -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 Piotr Esden-Tempski <piotr@esden.net>

2
examples/stm32/obldc/systick/systick.ld

@ -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>
*

2
examples/stm32/obldc/usart/usart.c

@ -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>
*

2
examples/stm32/obldc/usart/usart.ld

@ -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>
*

2
examples/stm32/obldc/usart_irq/usart_irq.c

@ -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>
*

2
examples/stm32/obldc/usart_irq/usart_irq.ld

@ -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>
*

2
examples/stm32/other/adc_temperature_sensor/adc.c

@ -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>
*

2
examples/stm32/other/adc_temperature_sensor/adc.ld

@ -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>
*

2
examples/stm32/other/dma_mem2mem/dma.c

@ -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>
*

2
examples/stm32/other/dma_mem2mem/dma.ld

@ -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>
*

2
examples/stm32/other/dogm128/dogm128.c

@ -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>
*

2
examples/stm32/other/dogm128/dogm128.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>
*

2
examples/stm32/other/dogm128/main.c

@ -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>
*

2
examples/stm32/other/dogm128/main.ld

@ -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>
*

2
examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c

@ -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>
*

2
examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.ld

@ -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>
*

2
examples/stm32/other/i2c_stts75_sensor/stts75.c

@ -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>
*

2
examples/stm32/other/i2c_stts75_sensor/stts75.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>
*

2
examples/stm32/other/rtc/rtc.c

@ -1,5 +1,5 @@
/*
* This file is part of the libopenstm32 project.
* This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Lord James <lordjames@y7mail.com>
*

2
examples/stm32/other/rtc/rtc.ld

@ -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>
*

2
examples/stm32/other/systick/systick.c

@ -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>
*

2
examples/stm32/other/systick/systick.ld

@ -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>
*

2
examples/stm32/other/timer_interrupt/timer.c

@ -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>
*

2
examples/stm32/other/timer_interrupt/timer.ld

@ -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>
*

2
examples/stm32/other/usb_cdcacm/cdcacm.c

@ -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>
*

2
examples/stm32/other/usb_cdcacm/cdcacm.ld

@ -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>
*

2
examples/stm32/other/usb_dfu/usbdfu.c

@ -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>
*

2
examples/stm32/other/usb_dfu/usbdfu.ld

@ -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>
*

2
examples/stm32/other/usb_hid/usbhid.c

@ -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>
*

2
examples/stm32/other/usb_hid/usbhid.ld

@ -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>
*

2
examples/stm32/stm32-h103/fancyblink/fancyblink.c

@ -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>
*

2
examples/stm32/stm32-h103/fancyblink/fancyblink.ld

@ -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>
*

2
examples/stm32/stm32-h103/miniblink/miniblink.c

@ -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>
*

2
examples/stm32/stm32-h103/miniblink/miniblink.ld

@ -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>
*

2
examples/stm32/stm32-h103/spi/spi.c

@ -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>
*

2
examples/stm32/stm32-h103/spi/spi.ld

@ -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>
*

2
examples/stm32/stm32-h103/usart/usart.c

@ -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>
*

2
examples/stm32/stm32-h103/usart/usart.ld

@ -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>
*

2
examples/stm32/stm32-h103/usb_cdcacm/cdcacm.c

@ -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>
*

2
examples/stm32/stm32-h103/usb_cdcacm/cdcacm.ld

@ -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>
*

2
examples/stm32/stm32-h103/usb_dfu/usbdfu.c

@ -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>
*

2
examples/stm32/stm32-h103/usb_dfu/usbdfu.ld

@ -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>
*

2
examples/stm32/stm32-h103/usb_hid/usbhid.c

@ -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>
*

2
examples/stm32/stm32-h103/usb_hid/usbhid.ld

@ -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>
*

2
examples/stm32/stm32-h103/usb_iap/usbiap.c

@ -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>
*

2
examples/stm32/stm32-h103/usb_iap/usbiap.ld

@ -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>
*

2
include/cm3/common.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>
*

2
include/cm3/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>
*

2
include/lpc13xx/gpio.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>
*

2
include/lpc13xx/memorymap.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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>

2
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>
*

2
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>

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
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>
*

2
include/usb/cdc.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>
*

2
include/usb/dfu.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>
*

2
include/usb/hid.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>
*

2
include/usb/usbd.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>
*

2
include/usb/usbstd.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>
*

2
lib/lpc13xx/gpio.c

@ -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>
*

2
lib/lpc13xx/lpc13xx.ld

@ -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>
*

2
lib/stm32/adc.c

@ -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>
*

2
lib/stm32/can.c

@ -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>
*

2
lib/stm32/dma.c

@ -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>
*

2
lib/stm32/ethernet.c

@ -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>
*

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save