Skip to content

Commit

Permalink
Add Cortex-M55
Browse files Browse the repository at this point in the history
Add Cortex-M55
  • Loading branch information
jkrech authored Feb 8, 2024
1 parent 092613b commit ca31fe8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions schema/PACK.xsd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013-2023 ARM Limited. All rights reserved.
Copyright (c) 2013-2024 ARM Limited. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Expand All @@ -18,13 +18,15 @@
limitations under the License.
$Date: 15. Nov 2023
$Revision: 1.7.30
$Date: 08. Feb 2024
$Revision: 1.7.31
$Project: Schema File for Package Description File Format Specification
Package file name convention <vendor>.<name>.<version>.pack
SchemaVersion=1.7.30
SchemaVersion=1.7.31
08. Feb 2024: v1.7.31
- added new processor Cortex-M52
15. Nov 2023: v1.7.30
- renamed componentExts as extensions
29. Aug 2023: v1.7.29
Expand Down Expand Up @@ -877,6 +879,7 @@
<xs:enumeration value="Cortex-M3" />
<xs:enumeration value="Cortex-M33" />
<xs:enumeration value="Cortex-M35P"/>
<xs:enumeration value="Cortex-M52"/>
<xs:enumeration value="Cortex-M55"/>
<xs:enumeration value="Cortex-M85"/>
<xs:enumeration value="Cortex-M4" />
Expand Down

0 comments on commit ca31fe8

Please sign in to comment.