aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann2010-12-31 01:11:14 +0100
committerUwe Hermann2010-12-31 01:11:14 +0100
commit95793aa6cedeef06db9592602ecf3dc00edec610 (patch)
treeb681548040def9a10f144b3d37d1189ba51784f8
parent9deb34de75e5239aa3a2f38c3063e74c183103d6 (diff)
Rename include guards to LIBOPENCM3_*.
-rw-r--r--include/stm32/adc.h4
-rw-r--r--include/stm32/bkp.h4
-rw-r--r--include/stm32/can.h4
-rw-r--r--include/stm32/crc.h4
-rw-r--r--include/stm32/dma.h4
-rw-r--r--include/stm32/ethernet.h4
-rw-r--r--include/stm32/exti.h4
-rw-r--r--include/stm32/flash.h4
-rw-r--r--include/stm32/fsmc.h4
-rw-r--r--include/stm32/gpio.h4
-rw-r--r--include/stm32/i2c.h4
-rw-r--r--include/stm32/iwdg.h4
-rw-r--r--include/stm32/memorymap.h4
-rw-r--r--include/stm32/nvic.h4
-rw-r--r--include/stm32/pwr.h4
-rw-r--r--include/stm32/rcc.h4
-rw-r--r--include/stm32/rtc.h4
-rw-r--r--include/stm32/scb.h4
-rw-r--r--include/stm32/spi.h4
-rw-r--r--include/stm32/systick.h4
-rw-r--r--include/stm32/timer.h4
-rw-r--r--include/stm32/tools.h4
-rw-r--r--include/stm32/usart.h4
-rw-r--r--include/stm32/usb.h4
-rw-r--r--include/stm32/usb_desc.h4
-rw-r--r--include/stm32/wwdg.h4
26 files changed, 52 insertions, 52 deletions
diff --git a/include/stm32/adc.h b/include/stm32/adc.h
index e3bdffc..c3a34cf 100644
--- a/include/stm32/adc.h
+++ b/include/stm32/adc.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_ADC_H
-#define LIBOPENSTM32_ADC_H
+#ifndef LIBOPENCM3_ADC_H
+#define LIBOPENCM3_ADC_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/bkp.h b/include/stm32/bkp.h
index dc091a5..d782141 100644
--- a/include/stm32/bkp.h
+++ b/include/stm32/bkp.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_BKP_H
-#define LIBOPENSTM32_BKP_H
+#ifndef LIBOPENCM3_BKP_H
+#define LIBOPENCM3_BKP_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/can.h b/include/stm32/can.h
index c2b11c1..e48f336 100644
--- a/include/stm32/can.h
+++ b/include/stm32/can.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_CAN_H
-#define LIBOPENSTM32_CAN_H
+#ifndef LIBOPENCM3_CAN_H
+#define LIBOPENCM3_CAN_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/crc.h b/include/stm32/crc.h
index a7ea139..46644a1 100644
--- a/include/stm32/crc.h
+++ b/include/stm32/crc.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_CRC_H
-#define LIBOPENSTM32_CRC_H
+#ifndef LIBOPENCM3_CRC_H
+#define LIBOPENCM3_CRC_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/dma.h b/include/stm32/dma.h
index ef8ef61..d82dc65 100644
--- a/include/stm32/dma.h
+++ b/include/stm32/dma.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_DMA_H
-#define LIBOPENSTM32_DMA_H
+#ifndef LIBOPENCM3_DMA_H
+#define LIBOPENCM3_DMA_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/ethernet.h b/include/stm32/ethernet.h
index 48d87b0..f331278 100644
--- a/include/stm32/ethernet.h
+++ b/include/stm32/ethernet.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_ETHERNET_H
-#define LIBOPENSTM32_ETHERNET_H
+#ifndef LIBOPENCM3_ETHERNET_H
+#define LIBOPENCM3_ETHERNET_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/exti.h b/include/stm32/exti.h
index dbf0eab..a0e3eb2 100644
--- a/include/stm32/exti.h
+++ b/include/stm32/exti.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_EXTI_H
-#define LIBOPENSTM32_EXTI_H
+#ifndef LIBOPENCM3_EXTI_H
+#define LIBOPENCM3_EXTI_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/flash.h b/include/stm32/flash.h
index 8bd879b..31ae1ee 100644
--- a/include/stm32/flash.h
+++ b/include/stm32/flash.h
@@ -25,8 +25,8 @@
* http://www.st.com/stonline/products/literature/pm/13259.pdf
*/
-#ifndef LIBOPENSTM32_FLASH_H
-#define LIBOPENSTM32_FLASH_H
+#ifndef LIBOPENCM3_FLASH_H
+#define LIBOPENCM3_FLASH_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/fsmc.h b/include/stm32/fsmc.h
index 0d6455c..545de97 100644
--- a/include/stm32/fsmc.h
+++ b/include/stm32/fsmc.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_FSMC_H
-#define LIBOPENSTM32_FSMC_H
+#ifndef LIBOPENCM3_FSMC_H
+#define LIBOPENCM3_FSMC_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/gpio.h b/include/stm32/gpio.h
index 99f6839..0febee0 100644
--- a/include/stm32/gpio.h
+++ b/include/stm32/gpio.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_GPIO_H
-#define LIBOPENSTM32_GPIO_H
+#ifndef LIBOPENCM3_GPIO_H
+#define LIBOPENCM3_GPIO_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/i2c.h b/include/stm32/i2c.h
index 75081ea..e02eb90 100644
--- a/include/stm32/i2c.h
+++ b/include/stm32/i2c.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_I2C_H
-#define LIBOPENSTM32_I2C_H
+#ifndef LIBOPENCM3_I2C_H
+#define LIBOPENCM3_I2C_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/iwdg.h b/include/stm32/iwdg.h
index cdd501c..1162c34 100644
--- a/include/stm32/iwdg.h
+++ b/include/stm32/iwdg.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_IWDG_H
-#define LIBOPENSTM32_IWDG_H
+#ifndef LIBOPENCM3_IWDG_H
+#define LIBOPENCM3_IWDG_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/memorymap.h b/include/stm32/memorymap.h
index db5daad..db3677b 100644
--- a/include/stm32/memorymap.h
+++ b/include/stm32/memorymap.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_MEMORYMAP_H
-#define LIBOPENSTM32_MEMORYMAP_H
+#ifndef LIBOPENCM3_MEMORYMAP_H
+#define LIBOPENCM3_MEMORYMAP_H
#include <cm3/memorymap.h>
diff --git a/include/stm32/nvic.h b/include/stm32/nvic.h
index 3a2cda4..23dab7d 100644
--- a/include/stm32/nvic.h
+++ b/include/stm32/nvic.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_NVIC_H
-#define LIBOPENSTM32_NVIC_H
+#ifndef LIBOPENCM3_NVIC_H
+#define LIBOPENCM3_NVIC_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/pwr.h b/include/stm32/pwr.h
index 241a05c..9be68ef 100644
--- a/include/stm32/pwr.h
+++ b/include/stm32/pwr.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_PWR_H
-#define LIBOPENSTM32_PWR_H
+#ifndef LIBOPENCM3_PWR_H
+#define LIBOPENCM3_PWR_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/rcc.h b/include/stm32/rcc.h
index 11cd929..81cd50d 100644
--- a/include/stm32/rcc.h
+++ b/include/stm32/rcc.h
@@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_RCC_H
-#define LIBOPENSTM32_RCC_H
+#ifndef LIBOPENCM3_RCC_H
+#define LIBOPENCM3_RCC_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/rtc.h b/include/stm32/rtc.h
index b52669b..dad9f95 100644
--- a/include/stm32/rtc.h
+++ b/include/stm32/rtc.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_RTC_H
-#define LIBOPENSTM32_RTC_H
+#ifndef LIBOPENCM3_RTC_H
+#define LIBOPENCM3_RTC_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/scb.h b/include/stm32/scb.h
index 804f113..42f5588 100644
--- a/include/stm32/scb.h
+++ b/include/stm32/scb.h
@@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_SCB_H
-#define LIBOPENSTM32_SCB_H
+#ifndef LIBOPENCM3_SCB_H
+#define LIBOPENCM3_SCB_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/spi.h b/include/stm32/spi.h
index 96aa810..8efccc8 100644
--- a/include/stm32/spi.h
+++ b/include/stm32/spi.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_SPI_H
-#define LIBOPENSTM32_SPI_H
+#ifndef LIBOPENCM3_SPI_H
+#define LIBOPENCM3_SPI_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/systick.h b/include/stm32/systick.h
index 85f43a7..094db69 100644
--- a/include/stm32/systick.h
+++ b/include/stm32/systick.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_SYSTICK_H
-#define LIBOPENSTM32_SYSTICK_H
+#ifndef LIBOPENCM3_SYSTICK_H
+#define LIBOPENCM3_SYSTICK_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/timer.h b/include/stm32/timer.h
index 4e2d642..ed5a693 100644
--- a/include/stm32/timer.h
+++ b/include/stm32/timer.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_TIMER_H
-#define LIBOPENSTM32_TIMER_H
+#ifndef LIBOPENCM3_TIMER_H
+#define LIBOPENCM3_TIMER_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/tools.h b/include/stm32/tools.h
index 5ce7944..ac7f0bf 100644
--- a/include/stm32/tools.h
+++ b/include/stm32/tools.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_TOOLS_H
-#define LIBOPENSTM32_TOOLS_H
+#ifndef LIBOPENCM3_TOOLS_H
+#define LIBOPENCM3_TOOLS_H
/*
* Register accessors / manipulators
diff --git a/include/stm32/usart.h b/include/stm32/usart.h
index 7fa9f2f..e1c3b0d 100644
--- a/include/stm32/usart.h
+++ b/include/stm32/usart.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_USART_H
-#define LIBOPENSTM32_USART_H
+#ifndef LIBOPENCM3_USART_H
+#define LIBOPENCM3_USART_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/usb.h b/include/stm32/usb.h
index f9a08fc..cf7a261 100644
--- a/include/stm32/usb.h
+++ b/include/stm32/usb.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_USB_H
-#define LIBOPENSTM32_USB_H
+#ifndef LIBOPENCM3_USB_H
+#define LIBOPENCM3_USB_H
#include <stm32/memorymap.h>
#include <cm3/common.h>
diff --git a/include/stm32/usb_desc.h b/include/stm32/usb_desc.h
index e305f86..da99bb0 100644
--- a/include/stm32/usb_desc.h
+++ b/include/stm32/usb_desc.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_USB_DESC
-#define LIBOPENSTM32_USB_DESC
+#ifndef LIBOPENCM3_USB_DESC
+#define LIBOPENCM3_USB_DESC
/* Descriptor types */
#define USB_DT_DEVICE 0x01
diff --git a/include/stm32/wwdg.h b/include/stm32/wwdg.h
index 2fcea3b..81daf8b 100644
--- a/include/stm32/wwdg.h
+++ b/include/stm32/wwdg.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_WWDG_H
-#define LIBOPENSTM32_WWDG_H
+#ifndef LIBOPENCM3_WWDG_H
+#define LIBOPENCM3_WWDG_H
#include <stm32/memorymap.h>
#include <cm3/common.h>