Skip to content

F2/F4/F7 Ethernet: Fix MMCTIMR TGFM bit position #689

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

Merged
merged 1 commit into from
Jan 31, 2022
Merged
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ Family-specific:
* H7:
* h7b3: clear all enumeratedValues

* F2:
* Fix incorrect bit position for Ethernet MMCTIMR TGFM (#689)

* F4:
* Fix incorrect bit position for Ethernet MMCTIMR TGFM (#689)

* F7:
* Add SDMMC2EN and SDMMC2RST to F765, F7x7, F7x9 (#662)
* Fix incorrect bit position for Ethernet MMCTIMR TGFM (#689)

## [v0.14.0] 2021-10-02

Expand Down
6 changes: 6 additions & 0 deletions devices/common_patches/ethernet_mmc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Ethernet_MMC:
MMCTIMR:
_modify:
TGFM:
# SVDs for F2, F4, and F7 have TGFM in position 16 instead of 21.
bitOffset: 21
1 change: 1 addition & 0 deletions devices/stm32f215.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ _include:
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- common_patches/f2_f4_ethernet.yaml
- common_patches/ethernet_mmc.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/stm32f217.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ _include:
- ../peripherals/fsmc/fsmc_sram.yaml
- ../peripherals/fsmc/fsmc_nand.yaml
- common_patches/f2_f4_ethernet.yaml
- common_patches/ethernet_mmc.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/stm32f407.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ _include:
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml
- common_patches/dma_fcr_wo.yaml
- common_patches/ethernet_mac_regs.yaml
- common_patches/ethernet_mmc.yaml
- common_patches/f2_f4_ethernet.yaml
- common_patches/can/can.yaml
- common_patches/can/can_filter_bank.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f427.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ _include:
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml
- common_patches/dma_fcr_wo.yaml
- common_patches/ethernet_mac_regs.yaml
- common_patches/ethernet_mmc.yaml
- common_patches/f2_f4_ethernet.yaml
- common_patches/rcc_sai.yaml
- common_patches/rcc_dma2d_ltdc.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f429.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ _include:
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml
- common_patches/dma_fcr_wo.yaml
- common_patches/ethernet_mac_regs.yaml
- common_patches/ethernet_mmc.yaml
- common_patches/f2_f4_ethernet.yaml
- common_patches/rcc_sai.yaml
- common_patches/rcc_dma2d_ltdc.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f469.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ _include:
- common_patches/merge_I2C_OAR1_ADDx_fields.yaml
- common_patches/dma_fcr_wo.yaml
- common_patches/ethernet_mac_regs.yaml
- common_patches/ethernet_mmc.yaml
- common_patches/f2_f4_ethernet.yaml
- common_patches/can/can.yaml
- common_patches/can/can_filter_bank.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f745.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ _include:
- common_patches/pllsai.yaml
- common_patches/dma_fcr_wo.yaml
- common_patches/ethernet_mac_regs.yaml
- common_patches/ethernet_mmc.yaml
- common_patches/merge_USART_CR1_DEATx_fields.yaml
- common_patches/merge_USART_CR1_DEDTx_fields.yaml
- common_patches/merge_USART_CR2_ABRMODx_fields.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f750.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ _include:
- ../peripherals/dma/dma_v2.yaml
- ../peripherals/dma/dma2d_v1.yaml
- common_patches/ethernet_mac_regs.yaml
- common_patches/ethernet_mmc.yaml
- common_patches/f2_f4_ethernet.yaml
- ../peripherals/eth/eth_dma_common.yaml
- ../peripherals/eth/eth_dma_mb_edfe_dmarswtr.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f765.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ _include:
- common_patches/pllsai.yaml
- common_patches/dma_fcr_wo.yaml
- common_patches/ethernet_mac_regs.yaml
- common_patches/ethernet_mmc.yaml
- common_patches/merge_USART_CR1_DEATx_fields.yaml
- common_patches/merge_USART_CR1_DEDTx_fields.yaml
- common_patches/merge_USART_CR2_ABRMODx_fields.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f7x6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ _include:
- common_patches/pllsai.yaml
- common_patches/dma_fcr_wo.yaml
- common_patches/ethernet_mac_regs.yaml
- common_patches/ethernet_mmc.yaml
- common_patches/merge_USART_CR1_DEATx_fields.yaml
- common_patches/merge_USART_CR1_DEDTx_fields.yaml
- common_patches/merge_USART_CR2_ABRMODx_fields.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f7x7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ _include:
- common_patches/pllsai.yaml
- common_patches/dma_fcr_wo.yaml
- common_patches/ethernet_mac_regs.yaml
- common_patches/ethernet_mmc.yaml
- common_patches/merge_USART_CR1_DEATx_fields.yaml
- common_patches/merge_USART_CR1_DEDTx_fields.yaml
- common_patches/merge_USART_CR2_ABRMODx_fields.yaml
Expand Down
1 change: 1 addition & 0 deletions devices/stm32f7x9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ _include:
- common_patches/pllsai.yaml
- common_patches/dma_fcr_wo.yaml
- common_patches/ethernet_mac_regs.yaml
- common_patches/ethernet_mmc.yaml
- common_patches/merge_USART_CR1_DEATx_fields.yaml
- common_patches/merge_USART_CR1_DEDTx_fields.yaml
- common_patches/merge_USART_CR2_ABRMODx_fields.yaml
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy