diff options
author | Ali Labbene <ali.labbene@st.com> | 2019-12-11 08:59:21 +0100 |
---|---|---|
committer | Ali Labbene <ali.labbene@st.com> | 2019-12-16 16:35:24 +0100 |
commit | 9f95ff5b6ba01db09552b84a0ab79607060a2666 (patch) | |
tree | 8a6e0dda832555c692307869aed49d07ee7facfe /Documentation/Core/html/annotated.js | |
parent | 76177aa280494bb36d7a0bcbda1078d4db717020 (diff) | |
download | st-cmsis-core-lowfat-9f95ff5b6ba01db09552b84a0ab79607060a2666.tar.gz st-cmsis-core-lowfat-9f95ff5b6ba01db09552b84a0ab79607060a2666.tar.bz2 st-cmsis-core-lowfat-9f95ff5b6ba01db09552b84a0ab79607060a2666.zip |
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
Diffstat (limited to 'Documentation/Core/html/annotated.js')
-rw-r--r-- | Documentation/Core/html/annotated.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/Core/html/annotated.js b/Documentation/Core/html/annotated.js deleted file mode 100644 index fa4ad87..0000000 --- a/Documentation/Core/html/annotated.js +++ /dev/null @@ -1,17 +0,0 @@ -var annotated = -[ - [ "APSR_Type", "union_a_p_s_r___type.html", "union_a_p_s_r___type" ], - [ "CONTROL_Type", "union_c_o_n_t_r_o_l___type.html", "union_c_o_n_t_r_o_l___type" ], - [ "CoreDebug_Type", "struct_core_debug___type.html", "struct_core_debug___type" ], - [ "DWT_Type", "struct_d_w_t___type.html", "struct_d_w_t___type" ], - [ "FPU_Type", "struct_f_p_u___type.html", "struct_f_p_u___type" ], - [ "IPSR_Type", "union_i_p_s_r___type.html", "union_i_p_s_r___type" ], - [ "ITM_Type", "struct_i_t_m___type.html", "struct_i_t_m___type" ], - [ "MPU_Type", "struct_m_p_u___type.html", "struct_m_p_u___type" ], - [ "NVIC_Type", "struct_n_v_i_c___type.html", "struct_n_v_i_c___type" ], - [ "SCB_Type", "struct_s_c_b___type.html", "struct_s_c_b___type" ], - [ "SCnSCB_Type", "struct_s_cn_s_c_b___type.html", "struct_s_cn_s_c_b___type" ], - [ "SysTick_Type", "struct_sys_tick___type.html", "struct_sys_tick___type" ], - [ "TPI_Type", "struct_t_p_i___type.html", "struct_t_p_i___type" ], - [ "xPSR_Type", "unionx_p_s_r___type.html", "unionx_p_s_r___type" ] -];
\ No newline at end of file |