diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-03-17 08:25:22 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-03-17 08:25:22 +0000 |
commit | 7e9ca62aad5269d7feb486797500cba091f7ea36 (patch) | |
tree | 21ba2b503f8b0226a8865b5f1817b061b28c54b6 | |
parent | 17844dea8d1922e2199311d5c51a30c044155103 (diff) | |
download | ChibiOS-7e9ca62aad5269d7feb486797500cba091f7ea36.tar.gz ChibiOS-7e9ca62aad5269d7feb486797500cba091f7ea36.tar.bz2 ChibiOS-7e9ca62aad5269d7feb486797500cba091f7ea36.zip |
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
7 files changed, 9 insertions, 0 deletions
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.
|