Merge pull request #133 from nviennot/fsmc

FSMC register block
This commit is contained in:
Dario Nieuwenhuis 2022-03-20 21:01:20 +01:00 committed by GitHub
commit b5ffa60b5f
2 changed files with 1194 additions and 1 deletions

1191
data/registers/fsmc_v1.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -224,6 +224,7 @@ perimap = [
('STM32F7.*:ETH:ETH:ethermac110_v2_0', ('eth', 'v1c', 'ETH')),
('.*ETH:ethermac110_v3_0', ('eth', 'v2', 'ETH')),
('.*:FSMC:.*', ('fsmc', 'v1', 'FSMC')),
('STM32H7.*:FMC:.*', ('fmc', 'h7', 'FMC')),
('.*LPTIM\d.*:G0xx_lptimer1_v1_4', ('lptim', 'g0', 'LPTIM')),
@ -305,7 +306,8 @@ alt_peri_defines = {
'FLASH': ['FLASH_R_BASE', 'FLASH_REG_BASE'],
'ADC_COMMON': ['ADC_COMMON', 'ADC1_COMMON', 'ADC12_COMMON', 'ADC123_COMMON'],
'CAN': ['CAN_BASE', 'CAN1_BASE'],
'FMC': ['FMC_BASE', 'FMC_R_BASE']
'FMC': ['FMC_BASE', 'FMC_R_BASE'],
'FSMC': ['FSMC_R_BASE']
}
# Device address overrides, in case of missing from headers