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:
Mateusz Sierszulski 2023-03-23 12:53:19 +01:00 committed by Carles Cufí
commit 0417d38d4d
9 changed files with 542 additions and 1 deletions

View file

@ -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