Skip to content

Commit 38573af

Browse files
author
yuriy.vynnychek
committed
B91 ADC driver support
1 parent d7b7251 commit 38573af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tlsr9/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ zephyr_library_sources_ifdef(CONFIG_IEEE802154_TELINK_B91 drivers/B91/rf.c)
3838
# Entropy driver reference sources
3939
zephyr_library_sources_ifdef(CONFIG_ENTROPY_TELINK_B91_TRNG drivers/B91/trng.c)
4040

41+
# ADC driver reference sources
42+
zephyr_library_sources_ifdef(CONFIG_ADC_TELINK_B91 drivers/B91/adc.c)
43+
zephyr_library_sources_ifdef(CONFIG_ADC_TELINK_B91 drivers/B91/gpio.c)
44+
4145
# BLE reference sources
4246
if (CONFIG_BT_B91)
4347

0 commit comments

Comments
 (0)