nrf_hw_models/src
Alberto Escolar Piedras aa8d6f67f5 RADIO: Handle MAXLEN and other related improvements
Cap the Tx length by MAXLEN when doing a Tx.
(Note that just like in real HW, the transmitted length
field is not altered, so the actual Tx'ed packet is corrupted)

During Rx, handle properly MAXLEN:
Instead of erroring out when the received length is more than
MAXLEN, properly truncate the length during reception.

Check PCNF1 configuration for BLE modulation, to ensure
we only got a configuration we support.
(As other configurations are ignored).

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-08-22 13:12:41 +02:00
..
HW_models RADIO: Handle MAXLEN and other related improvements 2023-08-22 13:12:41 +02:00
nrfx TIMER: Add missing HAL function override 2023-08-02 16:59:20 +02:00
nrfx_config nrfx: Use actual nrfx instead of manually modified files 2020-10-12 10:52:15 +02:00