From 2053013a21d55cf0aa755ffc1bade5cf95ef2d1a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 9 Sep 2017 09:20:57 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10565 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/multi/PAL/.cproject | 35 ++++++++++++++++++++++ testhal/STM32/multi/PAL/Makefile | 13 ++++---- .../multi/PAL/cfg-stm32f429_discovery/mcuconf.h | 34 +++++++++++---------- 3 files changed, 59 insertions(+), 23 deletions(-) diff --git a/testhal/STM32/multi/PAL/.cproject b/testhal/STM32/multi/PAL/.cproject index 04a4ae302..0940ccb9e 100644 --- a/testhal/STM32/multi/PAL/.cproject +++ b/testhal/STM32/multi/PAL/.cproject @@ -341,6 +341,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -362,6 +396,7 @@ + diff --git a/testhal/STM32/multi/PAL/Makefile b/testhal/STM32/multi/PAL/Makefile index 4bf8672b6..c1d5dfdd7 100644 --- a/testhal/STM32/multi/PAL/Makefile +++ b/testhal/STM32/multi/PAL/Makefile @@ -36,15 +36,14 @@ all: @make --no-print-directory -f Makefile-stm32f407_discovery all @echo ==================================================================== @echo - @echo === Building for STM32F746-Discovery =============================== - @make --no-print-directory -f Makefile-stm32f746_discovery all - @echo ==================================================================== - @echo - @echo @echo === Building for STM32F429-Discovery =============================== @make --no-print-directory -f Makefile-stm32f429_discovery all @echo ==================================================================== @echo + @echo === Building for STM32F746-Discovery =============================== + @make --no-print-directory -f Makefile-stm32f746_discovery all + @echo ==================================================================== + @echo clean: @echo @@ -64,10 +63,10 @@ clean: @echo -@make --no-print-directory -f Makefile-stm32f407_discovery clean @echo - -@make --no-print-directory -f Makefile-stm32f746_discovery clean - @echo -@make --no-print-directory -f Makefile-stm32f429_discovery clean @echo + -@make --no-print-directory -f Makefile-stm32f746_discovery clean + @echo # ############################################################################## diff --git a/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/mcuconf.h b/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/mcuconf.h index 2c62a87f2..7f0088339 100644 --- a/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/mcuconf.h +++ b/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/mcuconf.h @@ -64,6 +64,24 @@ #define STM32_PLS STM32_PLS_LEV0 #define STM32_BKPRAM_ENABLE FALSE +/* + * IRQ system settings. + */ +#define STM32_IRQ_EXTI0_PRIORITY 6 +#define STM32_IRQ_EXTI1_PRIORITY 6 +#define STM32_IRQ_EXTI2_PRIORITY 6 +#define STM32_IRQ_EXTI3_PRIORITY 6 +#define STM32_IRQ_EXTI4_PRIORITY 6 +#define STM32_IRQ_EXTI5_9_PRIORITY 6 +#define STM32_IRQ_EXTI10_15_PRIORITY 6 +#define STM32_IRQ_EXTI16_PRIORITY 6 +#define STM32_IRQ_EXTI17_PRIORITY 15 +#define STM32_IRQ_EXTI18_PRIORITY 6 +#define STM32_IRQ_EXTI19_PRIORITY 6 +#define STM32_IRQ_EXTI20_PRIORITY 6 +#define STM32_IRQ_EXTI21_PRIORITY 15 +#define STM32_IRQ_EXTI22_PRIORITY 15 + /* * ADC driver system settings. */ @@ -74,22 +92,6 @@ #define STM32_ADC_IRQ_PRIORITY 6 #define STM32_ADC_ADC1_DMA_IRQ_PRIORITY 6 -/* - * EXT driver system settings. - */ -#define STM32_EXT_EXTI0_IRQ_PRIORITY 6 -#define STM32_EXT_EXTI1_IRQ_PRIORITY 6 -#define STM32_EXT_EXTI2_IRQ_PRIORITY 6 -#define STM32_EXT_EXTI3_IRQ_PRIORITY 6 -#define STM32_EXT_EXTI4_IRQ_PRIORITY 6 -#define STM32_EXT_EXTI5_9_IRQ_PRIORITY 6 -#define STM32_EXT_EXTI10_15_IRQ_PRIORITY 6 -#define STM32_EXT_EXTI16_IRQ_PRIORITY 6 -#define STM32_EXT_EXTI17_IRQ_PRIORITY 15 -#define STM32_EXT_EXTI18_IRQ_PRIORITY 6 -#define STM32_EXT_EXTI19_IRQ_PRIORITY 6 -#define STM32_EXT_EXTI22_IRQ_PRIORITY 15 - /* * GPT driver system settings. */ -- cgit v1.2.3