Changed example project names and descriptions
diff --git a/ARM.CMSIS.pdsc b/ARM.CMSIS.pdsc
index 6491c41..2018564 100644
--- a/ARM.CMSIS.pdsc
+++ b/ARM.CMSIS.pdsc
@@ -2691,8 +2691,8 @@
       </attributes>
     </example>
 
-    <example name="Trustzone-M Example No-RTOS" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS">
-      <description>V8M Trustzone Example Bare-Metal</description>
+    <example name="Trustzone for ARMv8-M No RTOS" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS">
+      <description>Bare-metal secure/non-secure example without RTOS</description>
       <board name="uVision Simulator" vendor="Keil"/>
       <project>
         <environment name="uv" load="NoRTOS.uvmpw"/>
@@ -2705,8 +2705,8 @@
       </attributes>
     </example>
 
-    <example name="Trustzone-M Example CMSIS-RTOS2"  doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS">
-      <description>V8M Trustzone Example Using CMSIS-RTOS2</description>
+    <example name="Trustzone for ARMv8-M RTOS"  doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS">
+      <description>Secure/non-secure RTOS example with thread context management</description>
       <board name="uVision Simulator" vendor="Keil"/>
       <project>
         <environment name="uv" load="RTOS.uvmpw"/>