samples: subsys: shell: Custom configs for intel_socfpga_agilex* boards

The intent of this change is to add custom shell configurations for
intel_socfpga_agilex* based boards. As of now, configurations are
added for 'intel_socfpga_agilex5_socdk' board.

Signed-off-by: Girisha Dengi <girisha.dengi@intel.com>
This commit is contained in:
Girisha Dengi 2023-07-17 14:41:18 +00:00 committed by Fabio Baltieri
commit ba40e9fded
3 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# Copyright (c) 2022-2023, Intel Corporation.
# SPDX-License-Identifier: Apache-2.0
# Misc
CONFIG_HEAP_MEM_POOL_SIZE=16384
CONFIG_SHELL_STACK_SIZE=8192
# Setting the Shell prompt
CONFIG_SHELL_PROMPT_UART="agilex5$ "
# Setting the max argc
CONFIG_SHELL_ARGC_MAX=12
# Enable the Zephyr boot banner
CONFIG_BOOT_BANNER=y

View file

@ -0,0 +1,12 @@
/*
* Copyright (C) 2023 Intel Corporation
* SPDX-License-Identifier: Apache-2.0
*/
/*
* The overlay file should be used to enable any
* dts nodes required by this shell application for this
* board.
*
* Nothing here as of now.
*/

View file

@ -8,6 +8,7 @@ tests:
min_ram: 40
integration_platforms:
- native_posix
- intel_socfpga_agilex5_socdk
sample.shell.shell_module.usb:
depends_on: usb_device
tags: