commit | c80fe8ae69d749c0c228a8e1280c4a1325da45f0 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <chrisfriedt@gmail.com> | Mon Nov 09 12:15:32 2020 -0500 |
committer | Jukka Rissanen <jukka.rissanen+github@gmail.com> | Wed Nov 11 17:03:21 2020 +0200 |
tree | cab7773166fef90c9d8c8fd9efe80eb85e735a16 | |
parent | 21cac03b7cd77b9ced90120ad41f212c0bc485b8 [diff] |
drivers: ieee802154: cc13xx_cc26xx: use multi-protocol radio patch This change enables the multi-protocol rf patch to be used for the cc13xx_cc26xx IEEE 802.15.4 2.4 GHz PHY, which allows both the 2.4 GHz and Sub GHz PHY to be used simultaneously. Eventually, BLE will also work simultaneously on 2.4 GHz (with arbitration). Fixes #29883 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>