Skip to content

Commit bc8065c

Browse files
EmilioCBenkartben
authored andcommitted
boards: nxp: frdm_mcxc242: Free Ram Region for USB Testing
Frees ram region on the frdm_mcxc242 to allow usb samples to run on this platform due to the constraint of 16KB ram space for this platform. Signed-off-by: Emilio Benavente <[email protected]>
1 parent d97d440 commit bc8065c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# Copyright 2025 NXP
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
7+
if BOARD_FRDM_MCXC242
8+
9+
if USB_CDC_ACM
10+
11+
config USB_CDC_ACM_RINGBUF_SIZE
12+
default 256
13+
14+
endif #USB_CDC_ACM
15+
16+
endif #BOARD_FRDM_MCXC242

0 commit comments

Comments
 (0)