From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/Core_A/html/group__CMSIS__CPSR__M.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/Core_A/html/group__CMSIS__CPSR__M.js (limited to 'docs/Core_A/html/group__CMSIS__CPSR__M.js') diff --git a/docs/Core_A/html/group__CMSIS__CPSR__M.js b/docs/Core_A/html/group__CMSIS__CPSR__M.js new file mode 100644 index 0000000..789e440 --- /dev/null +++ b/docs/Core_A/html/group__CMSIS__CPSR__M.js @@ -0,0 +1,12 @@ +var group__CMSIS__CPSR__M = +[ + [ "CPSR_M_ABT", "group__CMSIS__CPSR__M.html#gac8c0a99a21ef256f5d3115595a845bfa", null ], + [ "CPSR_M_FIQ", "group__CMSIS__CPSR__M.html#ga868ef12e003f541f90a613ca7f6ada74", null ], + [ "CPSR_M_HYP", "group__CMSIS__CPSR__M.html#ga002c78f542ca5c5fdd02d2aeee9f6988", null ], + [ "CPSR_M_IRQ", "group__CMSIS__CPSR__M.html#gada3f31a773f7fc7bf6567d598cf3a1db", null ], + [ "CPSR_M_MON", "group__CMSIS__CPSR__M.html#ga69d734db93f67899b4bffcf62f80f098", null ], + [ "CPSR_M_SVC", "group__CMSIS__CPSR__M.html#ga5afcb85bd2968acc2b09cb9d99c531ad", null ], + [ "CPSR_M_SYS", "group__CMSIS__CPSR__M.html#gaa0a3996ce096cd205bce34f90b10912c", null ], + [ "CPSR_M_UND", "group__CMSIS__CPSR__M.html#ga07d4f42d6971c2f0cc25872008ddf5ef", null ], + [ "CPSR_M_USR", "group__CMSIS__CPSR__M.html#gad716a0ee4dc815f0f01e1339d6511a4e", null ] +]; \ No newline at end of file -- cgit