-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: drivers: display: Add support for Smartbond Pro DevKit.
Add Kconfig option to enable allocating test buffer(s) to external SRAM. Note that the linker section name is retrieved from the sram-ext alias which should be compatible to zephyr,memory-region. Signed-off-by: Ioannis Karachalios <[email protected]>
- Loading branch information
1 parent
c5facd5
commit beebd4b
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Copyright (c) 2023 Renesas Electronics Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
mainmenu "Display Read/Write Test" | ||
|
||
source "Kconfig.zephyr" | ||
|
||
config DISPLAY_READ_WRITE_BUF_SRAM_EXT | ||
bool "Buffer allocation is done from sram-ext alias" | ||
default n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters