Skip to content

Commit

Permalink
[gdb] Add SDMMC2 peripheral to STM32F765 SVD file
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaut committed Feb 23, 2024
1 parent bb53106 commit f4d83fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.3.10

- Add missing SDMMC2 peripheral to STM32F765 SVD file.
- Add CrashDebug to `killme` command.
- Limit yoctopuce dependency to v1.0.

Expand Down
4 changes: 4 additions & 0 deletions src/emdbg/debug/data/STM32F765.svd
Original file line number Diff line number Diff line change
Expand Up @@ -46437,6 +46437,10 @@ xs:noNamespaceSchemaLocation="CMSIS-SVD_Schema_1_1.xsd">
</register>
</registers>
</peripheral>
<peripheral derivedFrom="SDMMC1">
<name>SDMMC2</name>
<baseAddress>0x40011C00</baseAddress>
</peripheral>
<peripheral>
<name>LPTIM1</name>
<description>Low power timer</description>
Expand Down

0 comments on commit f4d83fd

Please sign in to comment.