ext: simplelink: import driverlib functions used by TI Power module

Extra functions from driverlib are needed to build the Power module.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
Vincent Wan 2019-09-17 16:58:45 -07:00 committed by Kumar Gala
parent 8df649b823
commit ccee61e5bd
1 changed files with 4 additions and 0 deletions

View File

@ -15,4 +15,8 @@ zephyr_library_sources(
driverlib/cpu.c
# Required for RFCDoorbellSendTo which is not in ROM
driverlib/rfc.c
# Required functions to support the TI Power module
driverlib/sys_ctrl.c
driverlib/osc.c
driverlib/driverlib_release.c
)