Commit da762fc
modules: openthread: Fix OpenThread CSL Accuracy
The current accuracy is set to 50ppm, which is not compliant
with IEEE 802.15.4-2015. Moreover, we cannot use the
CONFIG_CLOCK_CONTROL_NRF_ACCURACY kconfig as a return in the
otPlatRadioGetCslAccuracy function because it must be
configurable by users, depending on the used oscillators.
Signed-off-by: Arkadiusz Balys <[email protected]>
(cherry picked from commit aec518c)1 parent e910112 commit da762fc
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1328 | 1328 | | |
1329 | 1329 | | |
1330 | 1330 | | |
1331 | | - | |
| 1331 | + | |
1332 | 1332 | | |
1333 | 1333 | | |
1334 | 1334 | | |
| |||
1554 | 1554 | | |
1555 | 1555 | | |
1556 | 1556 | | |
1557 | | - | |
| 1557 | + | |
1558 | 1558 | | |
1559 | 1559 | | |
1560 | 1560 | | |
| |||
0 commit comments