Skip to content

Commit 45d2c9b

Browse files
bors[bot]systec-ms
andauthored
Merge #662
662: Add SDMMC2EN and SDMMC2RST to F765, F7x7, F7x9 r=adamgreig a=systec-ms Fix #655. Co-authored-by: Moritz Scheuren <moritz.scheuren@systec-electronic.com>
2 parents 3c5ddb0 + 5cb6e49 commit 45d2c9b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
Family-specific:
6+
7+
* F7:
8+
* Add SDMMC2EN and SDMMC2RST to F765, F7x7, F7x9 (#662)
9+
510
## [v0.14.0] 2021-10-02
611

712
Family-specific:

devices/common_patches/f765_f7x7_f7x9_common.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ RCC:
1919
description: DSI reset
2020
bitOffset: 27
2121
bitWidth: 1
22+
SDMMC2RST:
23+
description: SDMMC2 module reset
24+
bitOffset: 7
25+
bitWidth: 1
2226
AHB2ENR:
2327
_add:
2428
JPEGEN:
@@ -45,6 +49,10 @@ RCC:
4549
description: DSI clock enable
4650
bitOffset: 27
4751
bitWidth: 1
52+
SDMMC2EN:
53+
description: SDMMC2 clock enable
54+
bitOffset: 7
55+
bitWidth: 1
4856
AHB2LPENR:
4957
_add:
5058
JPEGLPEN:

0 commit comments

Comments
 (0)