Commit ba40e9fd authored by Girisha Dengi's avatar Girisha Dengi Committed by Fabio Baltieri
Browse files

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: default avatarGirisha Dengi <girisha.dengi@intel.com>
parent 62dbe72c
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
# 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
+12 −0
Original line number Diff line number Diff line
/*
 * 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.
 */
+1 −0
Original line number Diff line number Diff line
@@ -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: