ソースを参照

Added <interrupt> element to <zone> element in the *.fzone file

Reinhard Keil 4 年 前
コミット
7450d1fb89
1 ファイル変更6 行追加1 行削除
  1. 6 1
      CMSIS/DoxyGen/Zone/src/GenDataModel.txt

+ 6 - 1
CMSIS/DoxyGen/Zone/src/GenDataModel.txt

@@ -87,7 +87,7 @@ This information can be used for example, to create a linker script that defines
     <td>\subpage fm_interrupt ".interrupt"</td>
     <td>A sequence of all interrupt sources available.</td>
     <td>sequence</td>
-  </tr>`
+  </tr>
   <tr>
     <td>\subpage fm_mpc_setup ".mpc_setup"</td>
     <td>Contains the device specific configuration registers for the setup of the Memory Protection Controller (MPC).</td>
@@ -167,6 +167,11 @@ the related linker setup.
     <td>A sequence of all peripherals that are accessible in the zone (or system partition).</td>
     <td>sequence</td>
   </tr>
+  <tr>
+    <td>\subpage fm_interrupt ".interrupt"</td>
+    <td>A sequence of all interrupt sources that belong to peripherals that are accessible in the zone (or system partition).</td>
+    <td>sequence</td>
+  </tr>
   <tr>
     <td>\subpage fm_mpu_setup ".mpu_setup"</td>
     <td>A sequence of configuration information for the Memory Protection Unit (MPU).</td>