Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "nrfx: drivers: nrfx_uarte: skip flush workaround for BSIM target #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions nrfx/drivers/src/nrfx_uarte.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@
#define MIN_RX_CACHE_SIZE 8
// There is a HW bug which results in RX amount value not being updated when FIFO was empty.
// It is then hard to determine if FIFO contained anything or not.
#if defined(CONFIG_SOC_SERIES_BSIM_NRFXX)
#define USE_WORKAROUND_FOR_FLUSHRX_ANOMALY 0
#else
#define USE_WORKAROUND_FOR_FLUSHRX_ANOMALY 1
#endif

// Size of the RX HW FIFO
#define UARTE_HW_RX_FIFO_SIZE 5
Expand Down