Skip to content

Commit f63c985

Browse files
nxp-wei-fengmmahadevan108
authored andcommitted
mcux: mcux-sdk: devices: fix MKV56F24.h wrong macro
The MKV56F24 device doesn't contain CAN2 peripheral. Remove it from the device header. Signed-off-by: Feng Wei <[email protected]>
1 parent abc6247 commit f63c985

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

mcux/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,5 @@ Patch List:
202202
- Add include of usb_host_mcux_drv_port.h.
203203
- Remove include of usb_host.h, usb_host_hci.h, usb_host_devices.h and usb_host_framework.h.
204204
- 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.

mcux/mcux-sdk/devices/MKV56F24/MKV56F24.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
**
1616
** Reference manual: KV5XP144M240RM Rev. 3, 02/2016
1717
** Version: rev. 0.3, 2016-02-29
18-
** Build: b210308
18+
** Build: b250717
1919
**
2020
** Abstract:
2121
** CMSIS Peripheral Access Layer for MKV56F24
2222
**
2323
** Copyright 1997-2016 Freescale Semiconductor, Inc.
24-
** Copyright 2016-2021 NXP
25-
** All rights reserved.
26-
**
24+
** Copyright 2016-2025 NXP
2725
** SPDX-License-Identifier: BSD-3-Clause
2826
**
2927
** http: www.nxp.com
@@ -37,14 +35,15 @@
3735
** FMC - corrected base address.
3836
** - rev. 0.3 (2016-02-29)
3937
** PORT - removed registers GICLR, GICHR.
38+
** CAN - removed instance CAN2.
4039
**
4140
** ###################################################################
4241
*/
4342

4443
/*!
4544
* @file MKV56F24.h
4645
* @version 0.3
47-
* @date 2016-02-29
46+
* @date 2025-07-17
4847
* @brief CMSIS Peripheral Access Layer for MKV56F24
4948
*
5049
* CMSIS Peripheral Access Layer for MKV56F24
@@ -32272,7 +32271,6 @@ typedef struct {
3227232271
#define DSPI2 SPI2
3227332272
#define FLEXCAN0 CAN0
3227432273
#define FLEXCAN1 CAN1
32275-
#define FLEXCAN2 CAN2
3227632274
#define DMAMUX0 DMAMUX
3227732275

3227832276
/*!

0 commit comments

Comments
 (0)