drivers/adc: add Gecko IADC driver
This commit adds the Gecko IADC driver and support for it to the efr32bg_sltb010a board. Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com> Signed-off-by: Roman Dobrodii <rdobrodii@antmicro.com>
This commit is contained in:
parent
4bd50372e0
commit
0417d38d4d
9 changed files with 542 additions and 1 deletions
|
@ -39,6 +39,11 @@ config SOC_GECKO_CORE
|
|||
help
|
||||
Set if the Core interrupt handling (CORE) HAL module is used.
|
||||
|
||||
config SOC_GECKO_IADC
|
||||
bool
|
||||
help
|
||||
Set if the Incremental Analog to Digital Converter (IADC) HAL module is used.
|
||||
|
||||
config SOC_GECKO_CRYOTIMER
|
||||
bool
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue