File tree 17 files changed +84
-50
lines changed
_Template_Vendor/Vendor/Device/Include
17 files changed +84
-50
lines changed Original file line number Diff line number Diff line change 2
2
* @file system_ARMCM0.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMCM0 Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMCM0plus.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMCM0 Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMCM1.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMCM1 Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMCM23.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMCM23 Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMCM3.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMCM3 Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMCM33.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMCM33 Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMCM35P.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMCM35P Device
5
- * @version V1.0.1
6
- * @date 15. November 2019
5
+ * @version V1.0.2
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMCM4.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMCM4 Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMCM55.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMCM55 Device
5
- * @version V1.0.0
6
- * @date 20. February 2020
5
+ * @version V1.0.1
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2020 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2020-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMCM7.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMCM7 Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 1
1
/**************************************************************************/ /**
2
2
* @file system_ARMCM85.h
3
3
* @brief CMSIS Device System Header File for ARMCM85 Device
4
- * @version V1.0.0
5
- * @date 07. February 2022
4
+ * @version V1.0.1
5
+ * @date 11. July 2022
6
6
******************************************************************************/
7
7
/*
8
8
* Copyright (c) 2022 Arm Limited. All rights reserved.
29
29
extern "C" {
30
30
#endif
31
31
32
+ #include <stdint.h>
33
+
32
34
/**
33
35
\brief Exception / Interrupt Handler Function Prototype
34
36
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMSC000.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMSC000 Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMSC300.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMSC300 Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMv81MML.h
3
3
* @brief CMSIS Device System Header File for
4
4
* Armv8.1-M Mainline Device Series
5
- * @version V1.0.1
6
- * @date 15. Novemer 2019
5
+ * @version V1.0.2
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMv8MBL.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMv8MBL Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
Original file line number Diff line number Diff line change 2
2
* @file system_ARMv8MML.h
3
3
* @brief CMSIS Device System Header File for
4
4
* ARMv8MML Device
5
- * @version V5.3.2
6
- * @date 15. November 2019
5
+ * @version V5.3.3
6
+ * @date 11. July 2022
7
7
******************************************************************************/
8
8
/*
9
- * Copyright (c) 2009-2019 Arm Limited. All rights reserved.
9
+ * Copyright (c) 2009-2022 Arm Limited. All rights reserved.
10
10
*
11
11
* SPDX-License-Identifier: Apache-2.0
12
12
*
30
30
extern "C" {
31
31
#endif
32
32
33
+ #include <stdint.h>
34
+
33
35
/**
34
36
\brief Exception / Interrupt Handler Function Prototype
35
37
*/
You can’t perform that action at this time.
0 commit comments