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:
parent
62dbe72cb7
commit
ba40e9fded
3 changed files with 28 additions and 0 deletions
|
@ -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
|
|
@ -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.
|
||||
*/
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue