devices: cc13x2_cc26x2: Add RF patch for 802.15.4

Necessary to support the IEEE 802.15.4 driver.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
Vincent Wan 2020-05-13 14:40:05 -07:00 committed by Kumar Gala
parent a95376bfee
commit 15b76302bf
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ zephyr_library_sources(
driverlib/driverlib_release.c
)
# Required for IEEE 802.15.4 support
zephyr_sources_ifdef(CONFIG_IEEE802154_CC13XX_CC26XX
rf_patches/rf_patch_cpe_ieee_802_15_4.c)
# Required for RFCDoorbellSendTo which is not in ROM
zephyr_sources_ifdef(CONFIG_IEEE802154_CC13XX_CC26XX driverlib/rfc.c)