|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<package schemaVersion="1.7.25" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.25/schema/PACK.xsd"> |
| 2 | +<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 | 3 | <vendor>ARM</vendor> |
4 | 4 | <name>CMSIS-View</name> |
5 | 5 | <description>Debugger visualization of software events and statistics</description> |
|
42 | 42 | <accept Dcore="Cortex-M23"/> |
43 | 43 | <accept Dcore="Cortex-M33"/> |
44 | 44 | <accept Dcore="Cortex-M35P"/> |
| 45 | + <accept Dcore="Cortex-M52"/> |
45 | 46 | <accept Dcore="Cortex-M55"/> |
46 | 47 | <accept Dcore="Cortex-M85"/> |
47 | 48 | <accept Dcore="ARMV8MBL"/> |
|
67 | 68 | </conditions> |
68 | 69 |
|
69 | 70 | <components> |
70 | | - <component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="DAP" Cversion="1.5.3" condition="EventRecorder"> |
| 71 | + <component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="DAP" Cversion="1.6.0" condition="EventRecorder"> |
71 | 72 | <description>Event Recording via Debug Access Port (DAP)</description> |
72 | 73 | <RTE_Components_h> |
73 | 74 | #define RTE_CMSIS_View_EventRecorder |
|
81 | 82 | <file category="other" name="EventRecorder/EventRecorder.scvd"/> |
82 | 83 | </files> |
83 | 84 | </component> |
84 | | - <component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="Semihosting" Cversion="1.5.3" condition="EventRecorder"> |
| 85 | + <component Cclass="CMSIS-View" Cgroup="Event Recorder" Cvariant="Semihosting" Cversion="1.6.0" condition="EventRecorder"> |
85 | 86 | <description>Event Recording via Debug Access Port (DAP) and Semihosting</description> |
86 | 87 | <RTE_Components_h> |
87 | 88 | #define RTE_CMSIS_View_EventRecorder |
|
96 | 97 | <file category="other" name="EventRecorder/EventRecorder.scvd"/> |
97 | 98 | </files> |
98 | 99 | </component> |
99 | | - <component Cclass="CMSIS-View" Cgroup="Fault" Csub="Storage" Cversion="1.0.1" condition="Cortex-M Device"> |
| 100 | + <component Cclass="CMSIS-View" Cgroup="Fault" Csub="Storage" Cversion="1.1.0" condition="Cortex-M Device"> |
100 | 101 | <description>Fault Storage</description> |
101 | 102 | <RTE_Components_h> |
102 | 103 | #define RTE_CMSIS_View_Fault_Storage |
|
109 | 110 | <file category="other" name="Fault/ARM_Fault.scvd"/> |
110 | 111 | </files> |
111 | 112 | </component> |
112 | | - <component Cclass="CMSIS-View" Cgroup="Fault" Csub="Record" Cversion="1.0.0" condition="FaultRecord"> |
| 113 | + <component Cclass="CMSIS-View" Cgroup="Fault" Csub="Record" Cversion="1.1.0" condition="FaultRecord"> |
113 | 114 | <description>Fault Record (Output decoded fault information via EventRecorder)</description> |
114 | 115 | <RTE_Components_h> |
115 | 116 | #define RTE_CMSIS_View_Fault_Record |
|
0 commit comments