Skip to content

Commit 5fbccc3

Browse files
committed
Revert "nrfx: drivers: nrfx_uarte: skip flush workaround for BSIM target"
This reverts commit 54bde38. Let's not treat differently the simulated targets than others. The workaround works on them with the updated HW models. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 95ec8e4 commit 5fbccc3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nrfx/drivers/src/nrfx_uarte.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@
6666
#define MIN_RX_CACHE_SIZE 8
6767
// There is a HW bug which results in RX amount value not being updated when FIFO was empty.
6868
// It is then hard to determine if FIFO contained anything or not.
69-
#if defined(CONFIG_SOC_SERIES_BSIM_NRFXX)
70-
#define USE_WORKAROUND_FOR_FLUSHRX_ANOMALY 0
71-
#else
7269
#define USE_WORKAROUND_FOR_FLUSHRX_ANOMALY 1
73-
#endif
7470

7571
// Size of the RX HW FIFO
7672
#define UARTE_HW_RX_FIFO_SIZE 5

0 commit comments

Comments
 (0)