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 <[email protected]>
  • Loading branch information
EmilioCBen committed Feb 26, 2025
1 parent 0b843be commit 638e9da
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions boards/nxp/frdm_mcxc242/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# Copyright 2025 NXP
#
# SPDX-License-Identifier: Apache-2.0
#

if BOARD_FRDM_MCXC242

choice LOG_MODE
default LOG_MODE_MINIMAL
endchoice

if USB_CDC_ACM

config USB_CDC_ACM_RINGBUF_SIZE
default 256

endif #USB_CDC_ACM

endif #BOARD_FRDM_MCXC242

0 comments on commit 638e9da

Please sign in to comment.