|
|
@ -1349,6 +1349,7 @@ def build_peripheral_list(): |
|
|
|
if type.startswith('ADC'): |
|
|
|
if type.startswith('ADC'): |
|
|
|
peripherals.append(type) |
|
|
|
peripherals.append(type) |
|
|
|
if type.startswith('SDIO') or type.startswith('SDMMC'): |
|
|
|
if type.startswith('SDIO') or type.startswith('SDMMC'): |
|
|
|
|
|
|
|
if not mcu_series.startswith("STM32H7"): |
|
|
|
peripherals.append(type) |
|
|
|
peripherals.append(type) |
|
|
|
if type.startswith('TIM'): |
|
|
|
if type.startswith('TIM'): |
|
|
|
if p.has_extra('RCIN'): |
|
|
|
if p.has_extra('RCIN'): |
|
|
|