Skip to content

Commit 4686add

Browse files
committed
nrf_802154: rev 402e6e9c6d62640818affa9e417f82e35a19dff7
This commit updates revision of the nrf_802154 component. Signed-off-by: Rafal Kuznia <[email protected]>
1 parent 5a62daf commit 4686add

File tree

42 files changed

+5
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5
-33
lines changed

nrf_802154/doc/CHANGELOG.rst

Lines changed: 2 additions & 0 deletions

nrf_802154/driver/src/nrf_802154_swi.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,11 @@ __WEAK void nrf_802154_request_swi_irq_handler(void)
7070
/* Implementation provided by other module if necessary */
7171
}
7272

73-
__WEAK void nrf_802154_sl_clock_swi_irq_handler(void)
74-
{
75-
/* Implementation provided by other module if necessary */
76-
}
77-
7873
static void swi_irq_handler(void)
7974
{
8075
nrf_802154_trx_swi_irq_handler();
8176
nrf_802154_notification_swi_irq_handler();
8277
nrf_802154_request_swi_irq_handler();
83-
nrf_802154_sl_clock_swi_irq_handler();
8478
}
8579

8680
void nrf_802154_swi_init(void)

nrf_802154/sl/include/rsch/nrf_802154_rsch.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ extern "C" {
9595
*/
9696
typedef enum
9797
{
98-
RSCH_PREC_HFCLK,
9998
RSCH_PREC_RAAL,
10099
RSCH_PREC_COEX,
101100
RSCH_PREC_CNT,

nrf_802154/sl/sl/include/nrf_802154_sl_periphs.h

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,6 @@
6464
#define NRF_802154_SL_EGU_TIMESTAMP_USED_CHANNELS_MASK 0U
6565
#endif
6666

67-
/**
68-
* @def NRF_802154_SL_EGU_CLOCK_CHANNEL_NO
69-
*
70-
* Number of the EGU channel used for HFCLK control.
71-
*
72-
*/
73-
#ifndef NRF_802154_SL_EGU_CLOCK_CHANNEL_NO
74-
#define NRF_802154_SL_EGU_CLOCK_CHANNEL_NO 5
75-
#endif
76-
77-
#define NRF_802154_SL_EGU_CLOCK_USED_CHANNELS_MASK (1U << NRF_802154_SL_EGU_CLOCK_CHANNEL_NO)
78-
7967
/**
8068
* @def NRF_802154_RTC_INSTANCE_NO
8169
*
@@ -213,9 +201,8 @@
213201
*
214202
* Mask of fixed EGU channels used by the nRF 802.15.4 SL.
215203
*/
216-
#define NRF_802154_SL_EGU_USED_CHANNELS_MASK \
217-
NRF_802154_SL_EGU_TIMESTAMP_USED_CHANNELS_MASK |\
218-
NRF_802154_SL_EGU_CLOCK_USED_CHANNELS_MASK
204+
#define NRF_802154_SL_EGU_USED_CHANNELS_MASK \
205+
NRF_802154_SL_EGU_TIMESTAMP_USED_CHANNELS_MASK
219206

220207
#if defined(NRF54L_SERIES)
221208
/**
-160 Bytes
Binary file not shown.
-160 Bytes
Binary file not shown.
-160 Bytes
Binary file not shown.
-160 Bytes
Binary file not shown.
-160 Bytes
Binary file not shown.
-160 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)