paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [4941] adding support for both crystal and eternal o


From: antoine drouin
Subject: [paparazzi-commits] [4941] adding support for both crystal and eternal oscillator driven MCUs
Date: Mon, 14 Jun 2010 16:45:09 +0000

Revision: 4941
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=4941
Author:   poine
Date:     2010-06-14 16:45:08 +0000 (Mon, 14 Jun 2010)
Log Message:
-----------
adding support for both crystal and eternal oscillator driven MCUs

Modified Paths:
--------------
    paparazzi3/trunk/conf/autopilot/boards/olimex_stm32-h103.h

Modified: paparazzi3/trunk/conf/autopilot/boards/olimex_stm32-h103.h
===================================================================
--- paparazzi3/trunk/conf/autopilot/boards/olimex_stm32-h103.h  2010-06-14 
16:44:09 UTC (rev 4940)
+++ paparazzi3/trunk/conf/autopilot/boards/olimex_stm32-h103.h  2010-06-14 
16:45:08 UTC (rev 4941)
@@ -1,9 +1,12 @@
-#ifndef CONFIG_LISA_V1_0_H
-#define CONFIG_LISA_V1_0_H
+#ifndef CONFIG_OLIMEX_STM32_H103_H
+#define CONFIG_OLIMEX_STM32_H103_H
 
 
 #define AHB_CLK 72000000
 
+/* this board uses a crystal for HSE */
+//#define HSE_TYPE RCC_HSE_ON
+
 /* Onboard LEDs */
 #define LED_1_BANK 
 #define LED_1_GPIO GPIOC
@@ -12,4 +15,4 @@
 
 
 
-#endif /* CONFIG_LISA_V1_0_H */
+#endif /* CONFIG_OLIMEX_STM32_H103_H */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]