Skip to content

Commit

Permalink
boards: nxp: frdm_mcxc242: Free Ram Region for USB Testing
Browse files Browse the repository at this point in the history
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 <emilio.benavente@nxp.com>
  • Loading branch information
EmilioCBen authored and kartben committed Feb 28, 2025
1 parent d97d440 commit bc8065c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions boards/nxp/frdm_mcxc242/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Copyright 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#

if BOARD_FRDM_MCXC242

if USB_CDC_ACM

config USB_CDC_ACM_RINGBUF_SIZE
default 256

endif #USB_CDC_ACM

endif #BOARD_FRDM_MCXC242

0 comments on commit bc8065c

Please sign in to comment.