Skip to content

Increase coverage of FMC #845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions devices/common_patches/fsmc/fsmc_bcr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"FMC,FSMC":
"BCR[2-4]":
_modify:
FMCEN:
access: read-only
BMAP:
access: read-only

11 changes: 11 additions & 0 deletions devices/common_patches/fsmc/fsmc_nand_pio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"FMC,FSMC":
"PIO?":
_modify:
IOHIZx:
name: IOHIZ
IOHOLDx:
name: IOHOLD
IOWAITx:
name: IOWAIT
IOSETx:
name: IOSET
4 changes: 1 addition & 3 deletions devices/common_patches/fsmc/fsmc_sramfix_v3.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
_include:
- ./fsmc_sramfix_common.yaml

# TODO: rename?
"FMC,FSMC":
BCR1:
_add:
Expand Down
2 changes: 2 additions & 0 deletions devices/stm32f100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ _include:
- ./common_patches/rcc/f1_uart45.yaml
- ./common_patches/i2c/merge_OAR1_ADDx_fields.yaml
- common_patches/fsmc/fsmc_sram.yaml
- common_patches/fsmc/fsmc_sramfix_common.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- common_patches/bkp/bkp.yaml
- ../peripherals/bkp/bkp.yaml
- ../peripherals/dac/dac_wavegen.yaml
Expand Down
2 changes: 2 additions & 0 deletions devices/stm32f101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ _include:
- common_patches/fsmc/fsmc_sram.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/dac/dac_wavegen.yaml
- ../peripherals/dac/dac_common_2ch.yaml
- ../peripherals/crc/crc_basic.yaml
Expand All @@ -73,6 +74,7 @@ _include:
- ../peripherals/tim/tim_advanced.yaml
- common_patches/tim/tim_ccr.yaml
- ../peripherals/tim/v1/ccm.yaml
- common_patches/fsmc/fsmc_sramfix_common.yaml
- ../peripherals/usart/uart_common.yaml
- ../peripherals/usart/uart_uart.yaml
- ../peripherals/usart/uart_usart.yaml
Expand Down
2 changes: 2 additions & 0 deletions devices/stm32f102.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ _include:
- common_patches/can/can.yaml
- common_patches/can/can_filter_bank.yaml
- common_patches/fsmc/fsmc_sram.yaml
- common_patches/fsmc/fsmc_sramfix_common.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/dac/dac_wavegen.yaml
- ../peripherals/dac/dac_common_2ch.yaml
- ../peripherals/dac/dac_dmaudr.yaml
Expand Down
2 changes: 2 additions & 0 deletions devices/stm32f103.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ _include:
- common_patches/can/can_filter_bank.yaml
- ../peripherals/can/can.yaml
- common_patches/fsmc/fsmc_sram.yaml
- common_patches/fsmc/fsmc_sramfix_common.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/dac/dac_wavegen.yaml
- ../peripherals/dac/dac_common_2ch.yaml
- ../peripherals/crc/crc_basic.yaml
Expand Down
4 changes: 4 additions & 0 deletions devices/stm32f215.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@ _include:
- common_patches/cryp/cryp_v1.yaml
- common_patches/rcc/f2.yaml
- common_patches/fsmc/fsmc_sram.yaml
- common_patches/fsmc/fsmc_sramfix_common.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- common_patches/fsmc/fsmc_nand_v1.yaml
- common_patches/fsmc/fsmc_nand_pio.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- common_patches/ethernet/f2_f4.yaml
- common_patches/ethernet/mmc.yaml
- ../peripherals/dac/dac_wavegen.yaml
Expand Down
5 changes: 5 additions & 0 deletions devices/stm32f217.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,15 @@ _include:
- common_patches/cryp/cryp_v1.yaml
- common_patches/rcc/f2.yaml
- common_patches/fsmc/fsmc_sram.yaml
- common_patches/fsmc/fsmc_sramfix_common.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- common_patches/fsmc/fsmc_nand_v1.yaml
- common_patches/fsmc/fsmc_nand_pio.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_pio.yaml
- common_patches/ethernet/f2_f4.yaml
- common_patches/ethernet/mmc.yaml
- ../peripherals/dac/dac_wavegen.yaml
Expand Down
10 changes: 10 additions & 0 deletions devices/stm32f302.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,16 @@ _include:
- common_patches/can/can.yaml
- common_patches/can/can_filter_bank.yaml
- ../peripherals/can/can.yaml
- common_patches/fsmc/fsmc_nand_v1.yaml
- common_patches/fsmc/fsmc_nand_pio.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_wrapmod.yaml
- ../peripherals/fsmc/fsmc_pio.yaml
- ./common_patches/usb/rename_USB_FS_peripheral_to_USB.yaml
- ./common_patches/usb/unprefix_registers.yaml
- ../peripherals/dac/dac_wavegen.yaml
Expand Down
17 changes: 17 additions & 0 deletions devices/stm32f303.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ _add:
derivedFrom: DAC1
baseAddress: "0x40009800"

# TODO: description
FMC:
# Delete DATLAT and CLKDIV fields from BWTR1, BWTR2, BWTR3, BWTR4
"BWTR?":
_delete:
- DATLAT
- CLKDIV
- BUSTURN

RCC:
APB1RSTR:
Expand Down Expand Up @@ -131,6 +139,15 @@ _include:
- common_patches/can/can.yaml
- common_patches/can/can_filter_bank.yaml
- ../peripherals/can/can.yaml
- common_patches/fsmc/fsmc_nand_v1.yaml
- common_patches/fsmc/fsmc_nand_pio.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_wrapmod.yaml
- ../peripherals/fsmc/fsmc_pio.yaml
- ./common_patches/usb/rename_USB_FS_peripheral_to_USB.yaml
- ./common_patches/usb/unprefix_registers.yaml
- ../peripherals/dac/dac_wavegen.yaml
Expand Down
3 changes: 3 additions & 0 deletions devices/stm32f405.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,13 @@ _include:
- common_patches/sai/sai_v2.yaml
- common_patches/rcc/rename_plli2scfgr.yaml
- common_patches/fsmc/fsmc_sram.yaml
- common_patches/fsmc/fsmc_sramfix_common.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- common_patches/fsmc/fsmc_nand_v1.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/dac/dac_wavegen.yaml
- ../peripherals/dac/dac_common_2ch.yaml
- ../peripherals/dac/dac_dmaudr.yaml
Expand Down
3 changes: 3 additions & 0 deletions devices/stm32f407.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,13 @@ _include:
- common_patches/sai/sai_v2.yaml
- common_patches/rcc/rename_plli2scfgr.yaml
- common_patches/fsmc/fsmc_sram.yaml
- common_patches/fsmc/fsmc_sramfix_common.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- common_patches/fsmc/fsmc_nand_v1.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/dac/dac_wavegen.yaml
- ../peripherals/dac/dac_common_2ch.yaml
- ../peripherals/dac/dac_dmaudr.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f412.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ _include:
- common_patches/fsmc/fsmc_sramfix_common.yaml
- common_patches/rcc/f41x_bdcr_lsemod.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/rcc/rcc_merge_sw_sws.yaml
- ../peripherals/rcc/rcc_v2.yaml
- ../peripherals/rcc/rcc_v2_bdcr_lsemod.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f413.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ _include:
- common_patches/adc/f4_single_ccr.yaml
- common_patches/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/dac/dac_wavegen.yaml
- ../peripherals/dac/dac_common_2ch.yaml
- ../peripherals/dac/dac_dmaudr.yaml
Expand Down
3 changes: 3 additions & 0 deletions devices/stm32f427.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,11 @@ _include:
- common_patches/fsmc/fsmc_nand_v1.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- ../peripherals/dac/dac_wavegen.yaml
- ../peripherals/dac/dac_common_2ch.yaml
- ../peripherals/dac/dac_dmaudr.yaml
Expand Down
4 changes: 4 additions & 0 deletions devices/stm32f429.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,16 @@ _include:
- common_patches/dbgmcu/dbgmcu.yaml
- common_patches/fpu_interrupt.yaml
- common_patches/fsmc/fsmc_sram.yaml
- common_patches/fsmc/fsmc_sramfix_common.yaml
- common_patches/fsmc/fsmc_sramfix_v3.yaml
- common_patches/fsmc/fsmc_nand_v1.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- ../peripherals/rng/rng_v1.yaml
- common_patches/rtc/f4_cr.yaml
- common_patches/rtc/rtc_cr.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f446.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,13 @@ _include:
- common_patches/fsmc/fsmc_nand_v1.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- common_patches/rtc/f4_cr.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f469.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,13 @@ _include:
- common_patches/fsmc/fsmc_nand_v2.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- ../peripherals/flash/flash_v1.yaml
- ../peripherals/flash/flash_latency16.yaml
- common_patches/hash/hash.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f730.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,13 @@ _include:
- common_patches/fsmc/fsmc_nand_v2.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- common_patches/rtc/alarm.yaml
- common_patches/rtc/rtc_bkpr.yaml
- common_patches/dbgmcu/dbgmcu.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f745.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,13 @@ _include:
- common_patches/fsmc/fsmc_nand_v2.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- ../peripherals/dma/dma2d_v1.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f750.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,13 @@ _include:
- common_patches/fsmc/fsmc_sramfix.yaml
- common_patches/fsmc/fsmc_nand_v2.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- common_patches/cryp/cryp_v2.yaml
- common_patches/sai/sai_v1.yaml
- ../peripherals/sai/sai.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f765.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,13 @@ _include:
- common_patches/fsmc/fsmc_nand_v2.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- ../peripherals/dma/dma2d_v1.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f7x2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,13 @@ _include:
- common_patches/fsmc/fsmc_nand_v2.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- common_patches/rtc/alarm.yaml
- common_patches/rtc/rtc_bkpr.yaml
- common_patches/dbgmcu/dbgmcu.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f7x3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,13 @@ _include:
- common_patches/fsmc/fsmc_nand_v2.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- common_patches/rtc/alarm.yaml
- common_patches/rtc/rtc_bkpr.yaml
- common_patches/dbgmcu/dbgmcu.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f7x6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,13 @@ _include:
- common_patches/fsmc/fsmc_nand_v2.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- ../peripherals/dma/dma2d_v1.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f7x7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,13 @@ _include:
- common_patches/fsmc/fsmc_nand_v2.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- ../peripherals/dma/dma2d_v1.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
Expand Down
6 changes: 5 additions & 1 deletion devices/stm32f7x9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,13 @@ _include:
- common_patches/fsmc/fsmc_nand_v2.yaml
- common_patches/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_wfdis.yaml
- ../peripherals/fsmc/fsmc_sram_bwtr_busturn.yaml
- ../peripherals/fsmc/fsmc_wfdis1.yaml
- ../peripherals/fsmc/fsmc_cclken1.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- ../peripherals/fsmc/fsmc_nand_ptyp.yaml
- ../peripherals/fsmc/fsmc_sd.yaml
- ../peripherals/fsmc/fsmc_sd_sdsr.yaml
- ../peripherals/dma/dma2d_v1.yaml
- common_patches/rtc/rtc_cr.yaml
- ../peripherals/rtc/rtc_common.yaml
Expand Down
Loading