Fix generation of FMC peripheral in chip yamls. Add FMC registers.
This commit is contained in:
parent
f6c9772cf4
commit
8402040d17
1581
data/registers/fmc_h7.yaml
Normal file
1581
data/registers/fmc_h7.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -205,6 +205,8 @@ perimap = [
|
|||||||
('STM32F7.*:ETH:ETH:ethermac110_v2_0', 'eth_v1c/ETH'),
|
('STM32F7.*:ETH:ETH:ethermac110_v2_0', 'eth_v1c/ETH'),
|
||||||
('.*ETH:ethermac110_v3_0', 'eth_v2/ETH'),
|
('.*ETH:ethermac110_v3_0', 'eth_v2/ETH'),
|
||||||
|
|
||||||
|
('STM32H7.*:FMC:.*', 'fmc_h7/FMC'),
|
||||||
|
|
||||||
('.*LPTIM\d.*:G0xx_lptimer1_v1_4', 'lptim_g0/LPTIM'),
|
('.*LPTIM\d.*:G0xx_lptimer1_v1_4', 'lptim_g0/LPTIM'),
|
||||||
|
|
||||||
('STM32H7.*:TIM1:.*', 'timer_v1/TIM_ADV'),
|
('STM32H7.*:TIM1:.*', 'timer_v1/TIM_ADV'),
|
||||||
@ -279,6 +281,7 @@ alt_peri_defines = {
|
|||||||
'FLASH': ['FLASH_R_BASE'],
|
'FLASH': ['FLASH_R_BASE'],
|
||||||
'ADC_COMMON': ['ADC_COMMON', 'ADC1_COMMON', 'ADC12_COMMON', 'ADC123_COMMON'],
|
'ADC_COMMON': ['ADC_COMMON', 'ADC1_COMMON', 'ADC12_COMMON', 'ADC123_COMMON'],
|
||||||
'CAN': ['CAN_BASE', 'CAN1_BASE'],
|
'CAN': ['CAN_BASE', 'CAN1_BASE'],
|
||||||
|
'FMC': ['FMC_BASE', 'FMC_R_BASE']
|
||||||
}
|
}
|
||||||
|
|
||||||
# Device address overrides, in case of missing from headers
|
# Device address overrides, in case of missing from headers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user