nRF52840 BLE Coded PHY errata 3.15 and 3.24 - Does nRF Connect SDK have workarounds?

We're using the nRF52840 with Zephyr in the nRF Connect SDK.  Our current firmware build is using the SDK v2.3.0.

For some important BLE links we're using the Coded PHY (S8, 125kbps), and saw the following two related errata for this part (we're using Rev2 silicon):

https://infocenter.nordicsemi.com/pdf/nRF52840_Rev_2_Errata_v1.6.pdf

3.15 [172] RADIO: Bluetooth Long Range co-channel performance

3.24 [191] RADIO: High packet error rate in BLE Long Range mode

Both appear to have software workarounds.

Does the nRF Connect SDK v2.x.x have these workarounds in the Zephyr BLE Controller support for the nRF52840?

(i.e. are they in the controller stack or do they need to be implemented in user code?)

Related