Skip to content

Commit 0c68fb3

Browse files
committed
simplelink_lpf3: cc23x0r5: driverlib: Add i2c.c and cpu.c to CmakeLists
Needed for zephyr driver. Signed-off-by: Stoyan Bogdanov <[email protected]>
1 parent c9e89ea commit 0c68fb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

simplelink_lpf3/source/ti/devices/cc23x0r5/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ zephyr_library_sources(
4747
driverlib/spi.c
4848
driverlib/vims.c
4949
driverlib/adc.c
50+
driverlib/cpu.c
51+
driverlib/i2c.c
5052
)
5153

5254
# RF patches

0 commit comments

Comments
 (0)