From 7e9ca62aad5269d7feb486797500cba091f7ea36 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 17 Mar 2019 08:25:22 +0000 Subject: Added H753 to all H7 mcuconf.h files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12707 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- demos/STM32/RT-STM32H743I-NUCLEO144/cfg/mcuconf.h | 1 + readme.txt | 3 +++ testhal/STM32/multi/ADC/cfg/stm32h743_nucleo144/mcuconf.h | 1 + testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/mcuconf.h | 1 + testhal/STM32/multi/SPI/cfg/stm32h743_nucleo144/mcuconf.h | 1 + testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/mcuconf.h | 1 + tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl | 1 + 7 files changed, 9 insertions(+) diff --git a/demos/STM32/RT-STM32H743I-NUCLEO144/cfg/mcuconf.h b/demos/STM32/RT-STM32H743I-NUCLEO144/cfg/mcuconf.h index a0c330e73..798385198 100644 --- a/demos/STM32/RT-STM32H743I-NUCLEO144/cfg/mcuconf.h +++ b/demos/STM32/RT-STM32H743I-NUCLEO144/cfg/mcuconf.h @@ -33,6 +33,7 @@ #define STM32H7xx_MCUCONF #define STM32H743_MCUCONF +#define STM32H753_MCUCONF /* * General settings. diff --git a/readme.txt b/readme.txt index 9eb901082..dd309b345 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,9 @@ *** Releases and Change Log *** ***************************************************************************** +*** 19.1.2 *** +- HAL: Added H753 to all H7 mcuconf.h files. + *** 19.1.1 *** - LIB: Re-introduced missing chGuardedPoolGetCounterI() function to guarded pools allocator. diff --git a/testhal/STM32/multi/ADC/cfg/stm32h743_nucleo144/mcuconf.h b/testhal/STM32/multi/ADC/cfg/stm32h743_nucleo144/mcuconf.h index bc4eed683..057857cab 100644 --- a/testhal/STM32/multi/ADC/cfg/stm32h743_nucleo144/mcuconf.h +++ b/testhal/STM32/multi/ADC/cfg/stm32h743_nucleo144/mcuconf.h @@ -33,6 +33,7 @@ #define STM32H7xx_MCUCONF #define STM32H743_MCUCONF +#define STM32H753_MCUCONF /* * General settings. diff --git a/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/mcuconf.h b/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/mcuconf.h index b692bf59e..547a50654 100644 --- a/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/mcuconf.h +++ b/testhal/STM32/multi/DAC/cfg/stm32h743_nucleo144/mcuconf.h @@ -33,6 +33,7 @@ #define STM32H7xx_MCUCONF #define STM32H743_MCUCONF +#define STM32H753_MCUCONF /* * General settings. diff --git a/testhal/STM32/multi/SPI/cfg/stm32h743_nucleo144/mcuconf.h b/testhal/STM32/multi/SPI/cfg/stm32h743_nucleo144/mcuconf.h index 79a0ac12e..18fb9c84c 100644 --- a/testhal/STM32/multi/SPI/cfg/stm32h743_nucleo144/mcuconf.h +++ b/testhal/STM32/multi/SPI/cfg/stm32h743_nucleo144/mcuconf.h @@ -33,6 +33,7 @@ #define STM32H7xx_MCUCONF #define STM32H743_MCUCONF +#define STM32H753_MCUCONF /* * General settings. diff --git a/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/mcuconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/mcuconf.h index 3500ef385..990bf245f 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/mcuconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/mcuconf.h @@ -33,6 +33,7 @@ #define STM32H7xx_MCUCONF #define STM32H743_MCUCONF +#define STM32H753_MCUCONF /* * General settings. diff --git a/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl index 25acd2076..7e1e9e252 100644 --- a/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl +++ b/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl @@ -44,6 +44,7 @@ #define STM32H7xx_MCUCONF #define STM32H743_MCUCONF +#define STM32H753_MCUCONF /* * General settings. -- cgit v1.2.3