Skip to content

Commit 2e7b95a

Browse files
Ayush1325vaishnavachath
authored andcommitted
simplelink: ti: devices: Add ADC support
- AUXADCEnableSync does not seem to be present in ROM and thus we need to add this file. - Tested on beagleconnect freedom Signed-off-by: Ayush Singh <[email protected]>
1 parent 091d2bc commit 2e7b95a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

simplelink/source/ti/devices/cc13x2x7_cc26x2x7/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ zephyr_library_sources_ifdef(CONFIG_BLE_CC13XX_CC26XX driverlib/rfc.c)
4545

4646
# Required for on-chip flash support
4747
zephyr_library_sources_ifdef(CONFIG_SOC_FLASH_CC13XX_CC26XX driverlib/flash.c)
48+
49+
zephyr_library_sources_ifdef(CONFIG_ADC_CC13XX_CC26XX driverlib/aux_adc.c)

0 commit comments

Comments
 (0)