drivers: ieee802154: Udpate nRF IEEE 802.15.4 radio driver
This commit updates the revision of hal_nordic component and introduces necessary changes to the IEEE 802.15.4 driver to match latest nRF IEEE 802.15.4 radio driver API. Signed-off-by: Jedrzej Ciupis <jedrzej.ciupis@nordicsemi.no>
This commit is contained in:
parent
de6e1864cb
commit
0923e32fe7
2 changed files with 4 additions and 2 deletions
|
@ -710,8 +710,10 @@ void nrf_802154_received_timestamp_raw(uint8_t *data, int8_t power, uint8_t lqi,
|
|||
__ASSERT(false, "Not enough rx frames allocated for 15.4 driver");
|
||||
}
|
||||
|
||||
void nrf_802154_receive_failed(nrf_802154_rx_error_t error)
|
||||
void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id)
|
||||
{
|
||||
ARG_UNUSED(id);
|
||||
|
||||
enum ieee802154_rx_fail_reason reason;
|
||||
|
||||
switch (error) {
|
||||
|
|
2
west.yml
2
west.yml
|
@ -54,7 +54,7 @@ manifest:
|
|||
revision: f1fa8241f8786198ba41155413243de36ed878a5
|
||||
path: modules/hal/infineon
|
||||
- name: hal_nordic
|
||||
revision: fc301b97581d01cb5be47f837087a41632070434
|
||||
revision: 9bd5891e3c6327471ac6b8cf65e7c80e499da5f1
|
||||
path: modules/hal/nordic
|
||||
- name: hal_openisa
|
||||
revision: 40d049f69c50b58ea20473bee14cf93f518bf262
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue