commit | f6bbad831a7b41562b950b9d1cab566753f0321d | [log] [tgz] |
---|---|---|
author | Vincent Wan <vincent.wan@linaro.org> | Wed May 13 17:07:42 2020 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue May 19 17:28:29 2020 +0200 |
tree | 7c8f26055208cb048d0ec5364b902a18b4ae29b4 | |
parent | e21da06a1678e1356c865bda09014f24819dc5be [diff] |
drivers: ieee802154: cc13xx_cc26xx: use HwiP_construct to connect CPE0 IRQ_CONNECT() can only be called at one location to connect the irq for CPE0. This commit modifies the driver to call into the HwiP layer in TI HAL so that TI's RF driver can do the same when connecting the irq. Fixes #25216 Signed-off-by: Vincent Wan <vincent.wan@linaro.org>