From a82ad63d7809bb374473d214e8b6fe534b58e0e7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 4 Dec 2015 12:39:38 +0000 Subject: Mass update of mcuconf.h, added WDG. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8565 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32L1xx/ADC/mcuconf.h | 5 +++++ testhal/STM32/STM32L1xx/DAC/mcuconf.h | 5 +++++ testhal/STM32/STM32L1xx/EXT/mcuconf.h | 5 +++++ testhal/STM32/STM32L1xx/IRQ_STORM/mcuconf.h | 5 +++++ testhal/STM32/STM32L1xx/PWM-ICU/mcuconf.h | 5 +++++ testhal/STM32/STM32L1xx/SPI/mcuconf.h | 5 +++++ testhal/STM32/STM32L1xx/UART/mcuconf.h | 5 +++++ 7 files changed, 35 insertions(+) (limited to 'testhal/STM32/STM32L1xx') diff --git a/testhal/STM32/STM32L1xx/ADC/mcuconf.h b/testhal/STM32/STM32L1xx/ADC/mcuconf.h index d5d5122bd..ea8f241f0 100644 --- a/testhal/STM32/STM32L1xx/ADC/mcuconf.h +++ b/testhal/STM32/STM32L1xx/ADC/mcuconf.h @@ -198,4 +198,9 @@ #define STM32_USB_USB1_HP_IRQ_PRIORITY 13 #define STM32_USB_USB1_LP_IRQ_PRIORITY 14 +/* + * WDG driver system settings. + */ +#define STM32_WDG_USE_IWDG FALSE + #endif /* _MCUCONF_H_ */ diff --git a/testhal/STM32/STM32L1xx/DAC/mcuconf.h b/testhal/STM32/STM32L1xx/DAC/mcuconf.h index 8bdf30ef3..a92396576 100644 --- a/testhal/STM32/STM32L1xx/DAC/mcuconf.h +++ b/testhal/STM32/STM32L1xx/DAC/mcuconf.h @@ -198,4 +198,9 @@ #define STM32_USB_USB1_HP_IRQ_PRIORITY 13 #define STM32_USB_USB1_LP_IRQ_PRIORITY 14 +/* + * WDG driver system settings. + */ +#define STM32_WDG_USE_IWDG FALSE + #endif /* _MCUCONF_H_ */ diff --git a/testhal/STM32/STM32L1xx/EXT/mcuconf.h b/testhal/STM32/STM32L1xx/EXT/mcuconf.h index 2318c6c1f..fc8755b7a 100644 --- a/testhal/STM32/STM32L1xx/EXT/mcuconf.h +++ b/testhal/STM32/STM32L1xx/EXT/mcuconf.h @@ -198,4 +198,9 @@ #define STM32_USB_USB1_HP_IRQ_PRIORITY 13 #define STM32_USB_USB1_LP_IRQ_PRIORITY 14 +/* + * WDG driver system settings. + */ +#define STM32_WDG_USE_IWDG FALSE + #endif /* _MCUCONF_H_ */ diff --git a/testhal/STM32/STM32L1xx/IRQ_STORM/mcuconf.h b/testhal/STM32/STM32L1xx/IRQ_STORM/mcuconf.h index feac77fe7..0bf9c02f1 100644 --- a/testhal/STM32/STM32L1xx/IRQ_STORM/mcuconf.h +++ b/testhal/STM32/STM32L1xx/IRQ_STORM/mcuconf.h @@ -198,4 +198,9 @@ #define STM32_USB_USB1_HP_IRQ_PRIORITY 13 #define STM32_USB_USB1_LP_IRQ_PRIORITY 14 +/* + * WDG driver system settings. + */ +#define STM32_WDG_USE_IWDG FALSE + #endif /* _MCUCONF_H_ */ diff --git a/testhal/STM32/STM32L1xx/PWM-ICU/mcuconf.h b/testhal/STM32/STM32L1xx/PWM-ICU/mcuconf.h index 5ef77f0e2..0ee471248 100644 --- a/testhal/STM32/STM32L1xx/PWM-ICU/mcuconf.h +++ b/testhal/STM32/STM32L1xx/PWM-ICU/mcuconf.h @@ -198,4 +198,9 @@ #define STM32_USB_USB1_HP_IRQ_PRIORITY 13 #define STM32_USB_USB1_LP_IRQ_PRIORITY 14 +/* + * WDG driver system settings. + */ +#define STM32_WDG_USE_IWDG FALSE + #endif /* _MCUCONF_H_ */ diff --git a/testhal/STM32/STM32L1xx/SPI/mcuconf.h b/testhal/STM32/STM32L1xx/SPI/mcuconf.h index 697000389..397b93d85 100644 --- a/testhal/STM32/STM32L1xx/SPI/mcuconf.h +++ b/testhal/STM32/STM32L1xx/SPI/mcuconf.h @@ -198,4 +198,9 @@ #define STM32_USB_USB1_HP_IRQ_PRIORITY 13 #define STM32_USB_USB1_LP_IRQ_PRIORITY 14 +/* + * WDG driver system settings. + */ +#define STM32_WDG_USE_IWDG FALSE + #endif /* _MCUCONF_H_ */ diff --git a/testhal/STM32/STM32L1xx/UART/mcuconf.h b/testhal/STM32/STM32L1xx/UART/mcuconf.h index 958531315..dc284b3f1 100644 --- a/testhal/STM32/STM32L1xx/UART/mcuconf.h +++ b/testhal/STM32/STM32L1xx/UART/mcuconf.h @@ -198,4 +198,9 @@ #define STM32_USB_USB1_HP_IRQ_PRIORITY 13 #define STM32_USB_USB1_LP_IRQ_PRIORITY 14 +/* + * WDG driver system settings. + */ +#define STM32_WDG_USE_IWDG FALSE + #endif /* _MCUCONF_H_ */ -- cgit v1.2.3