From af466414183d8ba40f6f752ae99b23d6615a47e6 Mon Sep 17 00:00:00 2001 From: Andrey Zgarbul Date: Sat, 20 Nov 2021 17:44:58 +0300 Subject: [PATCH] hash arrays --- devices/stm32h747cm4.yaml | 1 + devices/stm32h747cm7.yaml | 1 + devices/stm32h753.yaml | 1 + devices/stm32h753v.yaml | 1 + devices/stm32h7b3.yaml | 1 + devices/stm32l4r9.yaml | 1 + devices/stm32l4x6.yaml | 1 + 7 files changed, 7 insertions(+) diff --git a/devices/stm32h747cm4.yaml b/devices/stm32h747cm4.yaml index 9ae208da0..4acec4751 100644 --- a/devices/stm32h747cm4.yaml +++ b/devices/stm32h747cm4.yaml @@ -48,6 +48,7 @@ _include: - common_patches/sai/sai_v1.yaml - common_patches/h735_747_753_dfsdm.yaml - common_patches/flash/flash_dual_bank.yaml + - common_patches/hash/hash.yaml - common_patches/ltdc/ltdc.yaml - common_patches/merge_I2C_CR2_SADDx_fields.yaml - common_patches/merge_USART_CR1_DEATx_fields.yaml diff --git a/devices/stm32h747cm7.yaml b/devices/stm32h747cm7.yaml index eaa1daf0d..3af316f89 100644 --- a/devices/stm32h747cm7.yaml +++ b/devices/stm32h747cm7.yaml @@ -47,6 +47,7 @@ _include: - common_patches/h7_spdifrx.yaml - common_patches/h7_otg.yaml - common_patches/flash/flash_dual_bank.yaml + - common_patches/hash/hash.yaml - common_patches/ltdc/ltdc.yaml - common_patches/merge_I2C_CR2_SADDx_fields.yaml - common_patches/merge_USART_CR1_DEATx_fields.yaml diff --git a/devices/stm32h753.yaml b/devices/stm32h753.yaml index 5c089e8d7..07f0ab05c 100644 --- a/devices/stm32h753.yaml +++ b/devices/stm32h753.yaml @@ -50,6 +50,7 @@ _include: - common_patches/h7_spdifrx.yaml - common_patches/h7_otg.yaml - common_patches/flash/flash_dual_bank.yaml + - common_patches/hash/hash.yaml - common_patches/ltdc/ltdc.yaml - common_patches/merge_I2C_CR2_SADDx_fields.yaml - common_patches/merge_USART_CR1_DEATx_fields.yaml diff --git a/devices/stm32h753v.yaml b/devices/stm32h753v.yaml index 826350a69..741ad3d5e 100644 --- a/devices/stm32h753v.yaml +++ b/devices/stm32h753v.yaml @@ -51,6 +51,7 @@ _include: - common_patches/h7_spdifrx.yaml - common_patches/h7_otg.yaml - common_patches/flash/flash_dual_bank.yaml + - common_patches/hash/hash.yaml - common_patches/h7_hsicfgr_csicfgr_rev_v.yaml - common_patches/ltdc/ltdc.yaml - common_patches/merge_I2C_CR2_SADDx_fields.yaml diff --git a/devices/stm32h7b3.yaml b/devices/stm32h7b3.yaml index 705bfba7d..f399f1864 100644 --- a/devices/stm32h7b3.yaml +++ b/devices/stm32h7b3.yaml @@ -103,6 +103,7 @@ _include: - common_patches/h7_spdifrx.yaml - common_patches/h7_otg.yaml - common_patches/flash/flash_dual_bank.yaml + - common_patches/hash/hash.yaml - common_patches/ltdc/ltdc.yaml - common_patches/merge_I2C_CR2_SADDx_fields.yaml - common_patches/merge_USART_CR1_DEATx_fields.yaml diff --git a/devices/stm32l4r9.yaml b/devices/stm32l4r9.yaml index 704809217..d099efd21 100644 --- a/devices/stm32l4r9.yaml +++ b/devices/stm32l4r9.yaml @@ -73,6 +73,7 @@ _include: - common_patches/tsc/tsc.yaml - ./common_patches/flash/flash_boot0s.yaml - ../peripherals/fw/fw_l0_l4.yaml + - common_patches/hash/hash.yaml - ../peripherals/sai/sai.yaml - ../peripherals/dma/dma2d_v1.yaml - common_patches/usb_otg/otg_fs_remove_prefix.yaml diff --git a/devices/stm32l4x6.yaml b/devices/stm32l4x6.yaml index 04fe51976..00234e574 100644 --- a/devices/stm32l4x6.yaml +++ b/devices/stm32l4x6.yaml @@ -81,6 +81,7 @@ _include: - common_patches/tsc/tsc.yaml - ./common_patches/flash/flash_boot0s.yaml - ../peripherals/fw/fw_l0_l4.yaml + - common_patches/hash/hash.yaml - ../peripherals/sai/sai.yaml - ../peripherals/dma/dma2d_v1.yaml - ./common_patches/l4_spi.yaml