simplelink: cc13x2_cc26x2: include ADC driverlib sources

Used by Zephyr's TI CC13xx/CC26xx ADC driver which requires
additional functions not found inside the SOC ROM (e.g.,
`AUXADCEnableSync` errata workaround).

Signed-off-by: Stancu Florin <niflostancu@gmail.com>
This commit is contained in:
Stancu Florin 2022-08-18 17:25:40 +03:00 committed by Kumar Gala
parent 29af528900
commit b8f1aaf276
1 changed files with 3 additions and 0 deletions

View File

@ -45,3 +45,6 @@ zephyr_library_sources_ifdef(CONFIG_BLE_CC13XX_CC26XX driverlib/rfc.c)
# Required for on-chip flash support
zephyr_library_sources_ifdef(CONFIG_SOC_FLASH_CC13XX_CC26XX driverlib/flash.c)
# Required for AUX ADC support
zephyr_library_sources_ifdef(CONFIG_ADC_CC13XX_CC26XX driverlib/aux_adc.c)