forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add npcm spip driver. test SPI-Flash w25q256jv DUAL(BBh)/QUAD(EBh) with 3-bytes-addr ok. note: DUAL READ(BBh) 1-2-2 (cmd-addr-data) QUAD READ(EBh) 1-4-4 (cmd-addr-data) Signed-off-by: James Chiang <[email protected]>
- Loading branch information
James Chiang
committed
Sep 4, 2024
1 parent
0d9474a
commit 7d00739
Showing
10 changed files
with
479 additions
and
11 deletions.
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
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
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
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
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,11 @@ | ||
# Nuvoton NPCM SPI Driver configuration options | ||
|
||
# Copyright (c) 2024 Nuvoton Technology Corporation. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
menuconfig SPI_NPCM_SPIP | ||
bool "Nuvoton NPCM Enhanced Super I/O (eSIO) SPI driver" | ||
default y | ||
depends on DT_HAS_NUVOTON_NPCM_SPIP_ENABLED | ||
help | ||
Enable the SPI peripherals on NPCM MCU. |
Oops, something went wrong.