All files under this folder are ported fromm ARM CMSIS v5.6.0
Please go to https://github.com/ARM-software/CMSIS_5 for the latest version.

Note: to be compliance with AUTOSAR type definition:

 all uint64_t, uint32_t, uint16_t, uint8_t are replaced by uint64, uint32, uint16, uint8
 all int64_t, int32_t, int16_t, int8_t are replaced by sint64, sint32, sint16, sint8

 YTM32B1Mx_CM33_DSP_FP.h is added for CM33 core configuration as YUNTU YTM32B1Mxx MCU hardware implementations.