modules: hal_nordic: nrfx: remove nrfx_uarte rx cache for nrf54l15 enga

This option is no longer valid for nRF54L15 Eng A target.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This commit is contained in:
Nikodem Kastelik 2024-07-26 15:17:19 +02:00 committed by Fabio Baltieri
parent 492a474c62
commit c0ede7106e
2 changed files with 0 additions and 18 deletions

View file

@ -1517,15 +1517,6 @@
#define NRFX_UARTE_CONFIG_TX_LINK 1
#endif
/**
* @brief NRFX_UARTE_CONFIG_RX_CACHE_ENABLED
*
* Boolean. Accepted values: 0 and 1.
*/
#ifndef NRFX_UARTE_CONFIG_RX_CACHE_ENABLED
#define NRFX_UARTE_CONFIG_RX_CACHE_ENABLED 1
#endif
/**
* @brief NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY
*

View file

@ -1509,15 +1509,6 @@
#define NRFX_UARTE_CONFIG_TX_LINK 1
#endif
/**
* @brief NRFX_UARTE_CONFIG_RX_CACHE_ENABLED
*
* Boolean. Accepted values: 0 and 1.
*/
#ifndef NRFX_UARTE_CONFIG_RX_CACHE_ENABLED
#define NRFX_UARTE_CONFIG_RX_CACHE_ENABLED 1
#endif
/**
* @brief NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY
*