From 5c2d8efab35edb7051d63a05fb473a3d28ead047 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 13 Dec 2015 19:55:23 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8596 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32L4xx/GPT-ADC/chconf.h | 2 -- .../GPT-ADC/debug/STM32L4xx-GPT-ADC (OpenOCD, Just Run).launch | 2 +- testhal/STM32/STM32L4xx/GPT-ADC/main.c | 6 ------ 3 files changed, 1 insertion(+), 9 deletions(-) (limited to 'testhal') diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/chconf.h b/testhal/STM32/STM32L4xx/GPT-ADC/chconf.h index 1646c0e44..405149b3b 100644 --- a/testhal/STM32/STM32L4xx/GPT-ADC/chconf.h +++ b/testhal/STM32/STM32L4xx/GPT-ADC/chconf.h @@ -494,8 +494,6 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */ /*===========================================================================*/ -#define CORTEX_VTOR_INIT 0x00200000U - #endif /* _CHCONF_H_ */ /** @} */ diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/debug/STM32L4xx-GPT-ADC (OpenOCD, Just Run).launch b/testhal/STM32/STM32L4xx/GPT-ADC/debug/STM32L4xx-GPT-ADC (OpenOCD, Just Run).launch index e55f19e79..a218dadf8 100644 --- a/testhal/STM32/STM32L4xx/GPT-ADC/debug/STM32L4xx-GPT-ADC (OpenOCD, Just Run).launch +++ b/testhal/STM32/STM32L4xx/GPT-ADC/debug/STM32L4xx-GPT-ADC (OpenOCD, Just Run).launch @@ -33,7 +33,7 @@ - + diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/main.c b/testhal/STM32/STM32L4xx/GPT-ADC/main.c index 45a369663..ca691c205 100644 --- a/testhal/STM32/STM32L4xx/GPT-ADC/main.c +++ b/testhal/STM32/STM32L4xx/GPT-ADC/main.c @@ -159,12 +159,6 @@ int main(void) { */ gptStart(&GPTD4, &gpt4cfg1); - /* - * Fixed an errata on the STM32F7xx, the DAC clock is required for ADC - * triggering. - */ - rccEnableDAC1(false); - /* * Activates the ADC1 driver and the temperature sensor. */ -- cgit v1.2.3