-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: adc: support Nuvoton numaker series
Add Nuvoton numaker series adc controller, including async read feature. Signed-off-by: cyliang tw <[email protected]>
- Loading branch information
1 parent
4a77bdb
commit 9ad8e1a
Showing
7 changed files
with
488 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# NUMAKER ADC Driver configuration options | ||
|
||
# Copyright (c) 2023 Nuvoton Technology Corporation. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config ADC_NUMAKER | ||
bool "Nuvoton NuMaker MCU ADC driver" | ||
default y | ||
select HAS_NUMAKER_ADC | ||
depends on DT_HAS_NUVOTON_NUMAKER_ADC_ENABLED | ||
help | ||
This option enables the ADC driver for Nuvoton NuMaker family of | ||
processors. | ||
Say y if you wish to enable NuMaker ADC. |
Oops, something went wrong.