Skip to content

Commit

Permalink
Update ARM.CMSIS.pdsc to add Cortex-M52 Dcore
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHuang-CPU authored Feb 23, 2024
1 parent 12c0c36 commit 688b703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ARM.CMSIS.pdsc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<package schemaVersion="1.7.7" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.7/schema/PACK.xsd">
<package schemaVersion="1.7.31" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.31/schema/PACK.xsd">
<name>CMSIS</name>
<description>CMSIS (Common Microcontroller Software Interface Standard)</description>
<vendor>ARM</vendor>
Expand Down Expand Up @@ -598,6 +598,7 @@
<condition id="ARMv81-MML Device">
<description>Armv8.1-M main line architecture based device</description>
<accept Dcore="ARMV81MML"/>
<accept Dcore="Cortex-M52"/>
<accept Dcore="Cortex-M55"/>
<accept Dcore="Cortex-M85"/>
</condition>
Expand Down

0 comments on commit 688b703

Please sign in to comment.