File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
mcux-sdk/devices/MKV56F24 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -202,3 +202,5 @@ Patch List:
202
202
- Add include of usb_host_mcux_drv_port.h.
203
203
- Remove include of usb_host.h, usb_host_hci.h, usb_host_devices.h and usb_host_framework.h.
204
204
- Update usb_host_ehci.c and usb_host_ip3516hs.c to not depend on usb_host_device_instance_t struct.
205
+ - mcux-sdk: devices: fix MKV56F24.h wrong macro
206
+ - The MKV56F24 device doesn't contain CAN2 peripheral. Remove it from the device header.
Original file line number Diff line number Diff line change 15
15
**
16
16
** Reference manual: KV5XP144M240RM Rev. 3, 02/2016
17
17
** Version: rev. 0.3, 2016-02-29
18
- ** Build: b210308
18
+ ** Build: b250717
19
19
**
20
20
** Abstract:
21
21
** CMSIS Peripheral Access Layer for MKV56F24
22
22
**
23
23
** Copyright 1997-2016 Freescale Semiconductor, Inc.
24
- ** Copyright 2016-2021 NXP
25
- ** All rights reserved.
26
- **
24
+ ** Copyright 2016-2025 NXP
27
25
** SPDX-License-Identifier: BSD-3-Clause
28
26
**
29
27
** http: www.nxp.com
37
35
** FMC - corrected base address.
38
36
** - rev. 0.3 (2016-02-29)
39
37
** PORT - removed registers GICLR, GICHR.
38
+ ** CAN - removed instance CAN2.
40
39
**
41
40
** ###################################################################
42
41
*/
43
42
44
43
/*!
45
44
* @file MKV56F24.h
46
45
* @version 0.3
47
- * @date 2016-02-29
46
+ * @date 2025-07-17
48
47
* @brief CMSIS Peripheral Access Layer for MKV56F24
49
48
*
50
49
* CMSIS Peripheral Access Layer for MKV56F24
@@ -32272,7 +32271,6 @@ typedef struct {
32272
32271
#define DSPI2 SPI2
32273
32272
#define FLEXCAN0 CAN0
32274
32273
#define FLEXCAN1 CAN1
32275
- #define FLEXCAN2 CAN2
32276
32274
#define DMAMUX0 DMAMUX
32277
32275
32278
32276
/*!
You can’t perform that action at this time.
0 commit comments