Skip to content

Commit

Permalink
Update STM32 SVD files
Browse files Browse the repository at this point in the history
  • Loading branch information
modm update bot committed Oct 2, 2024
1 parent a8f9d62 commit f91b673
Show file tree
Hide file tree
Showing 4 changed files with 67,380 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you prefer zipped SVD files, check out the [modm-ext/cmsis-svd-stm32-zip][rep
Here is the list of the SVD file versions for each STM32 family:

<!--families-->
- STM32C0: v1.1
- STM32C0: v1.2
- STM32F0: v1.3
- STM32F1: v1.2
- STM32F2: v1.2
Expand Down
17 changes: 11 additions & 6 deletions stm32c0/STM32C011.svd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--
Copyright (c) 2023 STMicroelectronics.
Copyright (c) 2024 STMicroelectronics.

SPDX-License-Identifier: Apache-2.0

Expand All @@ -20,7 +20,7 @@ Copyright (c) 2023 STMicroelectronics.
xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="CMSIS-SVD_Schema_1_1.xsd">
<name>STM32C011</name>
<version>1.1</version>
<version>1.2</version>
<description>STM32C011</description>
<cpu>
<name>CM0</name>
Expand Down Expand Up @@ -5765,8 +5765,8 @@ It is not read-only when the channel is enabled (EN = 1).</description>
<usage>registers</usage>
</addressBlock>
<interrupt>
<name>DMAMUX</name>
<description>DMAMUX interrupts</description>
<name>DMAMUX_DMA1_Channel4_5</name>
<description>DMAMUX and DMA1 channel 4 and 5 interrupts</description>
<value>11</value>
</interrupt>
<registers>
Expand Down Expand Up @@ -6699,6 +6699,11 @@ Writing 1 in each bit clears the corresponding overrun flag OFx in the DMAMUX_RG
<usage>registers</usage>
</addressBlock>
<interrupt>
<name>PVM</name>
<description>VDDIO2 monitor interrupt (EXTI line 34</description>
<value>1</value>
</interrupt>
<interrupt>
<name>EXTI0_1</name>
<description>EXTI line 0 and 1 interrupt</description>
<value>5</value>
Expand All @@ -6709,8 +6714,8 @@ Writing 1 in each bit clears the corresponding overrun flag OFx in the DMAMUX_RG
<value>6</value>
</interrupt>
<interrupt>
<name>EXTI4_5</name>
<description>EXTI line 4 and 5 interrupt</description>
<name>EXTI4_15</name>
<description>EXTI line 4 and 15 interrupt</description>
<value>7</value>
</interrupt>
<registers>
Expand Down
17 changes: 11 additions & 6 deletions stm32c0/STM32C031.svd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--
Copyright (c) 2023 STMicroelectronics.
Copyright (c) 2024 STMicroelectronics.

SPDX-License-Identifier: Apache-2.0

Expand All @@ -18,7 +18,7 @@ Copyright (c) 2023 STMicroelectronics.
-->
<device xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.1" xs:noNamespaceSchemaLocation="CMSIS-SVD_Schema_1_1.xsd">
<name>STM32C031</name>
<version>1.1</version>
<version>1.2</version>
<description>STM32C031</description>
<cpu>
<name>CM0</name>
Expand Down Expand Up @@ -5763,8 +5763,8 @@ It is not read-only when the channel is enabled (EN = 1).</description>
<usage>registers</usage>
</addressBlock>
<interrupt>
<name>DMAMUX</name>
<description>DMAMUX interrupts</description>
<name>DMAMUX_DMA1_Channel4_5</name>
<description>DMAMUX and DMA1 channel 4 and 5 interrupts</description>
<value>11</value>
</interrupt>
<registers>
Expand Down Expand Up @@ -6696,6 +6696,11 @@ Writing 1 in each bit clears the corresponding overrun flag OFx in the DMAMUX_RG
<size>0x400</size>
<usage>registers</usage>
</addressBlock>
<interrupt>
<name>PVM</name>
<description>VDDIO2 monitor interrupt (EXTI line 34</description>
<value>1</value>
</interrupt>
<interrupt>
<name>EXTI0_1</name>
<description>EXTI line 0 and 1 interrupt</description>
Expand All @@ -6707,8 +6712,8 @@ Writing 1 in each bit clears the corresponding overrun flag OFx in the DMAMUX_RG
<value>6</value>
</interrupt>
<interrupt>
<name>EXTI4_5</name>
<description>EXTI line 4 and 5 interrupt</description>
<name>EXTI4_15</name>
<description>EXTI line 4 and 15 interrupt</description>
<value>7</value>
</interrupt>
<registers>
Expand Down
Loading

0 comments on commit f91b673

Please sign in to comment.