Skip to content

Commit 783317a

Browse files
TZ applications can be secure-only (ARM-software#204)
fix ARM-software#203 Co-authored-by: Joachim Krech <[email protected]>
1 parent 467a112 commit 783317a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ARM.CMSIS.pdsc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<package schemaVersion="1.7.36" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.36/schema/PACK.xsd">
3+
<package schemaVersion="1.7.40" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PACK.xsd">
44
<name>CMSIS</name>
55
<description overview="./CMSIS/Documentation/Overview.md">CMSIS (Common Microcontroller Software Interface Standard)</description>
66
<vendor>ARM</vendor>
@@ -622,7 +622,8 @@
622622
<condition id="TZ Secure">
623623
<description>TrustZone (Secure)</description>
624624
<require Dtz="TZ"/>
625-
<require Dsecure="Secure"/>
625+
<accept Dsecure="Secure"/>
626+
<accept Dsecure="Secure-only"/>
626627
</condition>
627628

628629
<!-- OS Tick -->

0 commit comments

Comments
 (0)