Skip to content

Conversation

@bugadani
Copy link
Contributor

@bugadani bugadani commented Dec 1, 2025

This PR makes three changes to the UART driver:

@jimy-byerley could you please see if this PR addresses your issue? It's not easy to reproduce on the MCU itself, and I'm not sure if we can make a reliable test case for it.

@bugadani
Copy link
Contributor Author

bugadani commented Dec 1, 2025

/hil full

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

Triggered full HIL run for #4586.

Run: https://github.com/esp-rs/esp-hal/actions/runs/19830655480

Status update: ❌ HIL (full) run failed (conclusion: failure).

@bugadani bugadani force-pushed the uart-changes branch 2 times, most recently from 38406fe to 2be16bc Compare December 2, 2025 14:24
@bugadani bugadani changed the title Uart changes Fix some UART-related issues Dec 2, 2025
@bugadani
Copy link
Contributor Author

bugadani commented Dec 2, 2025

/hil full

@github-actions
Copy link

github-actions bot commented Dec 2, 2025

Triggered full HIL run for #4586.

Run: https://github.com/esp-rs/esp-hal/actions/runs/19865042209

Status update: ❌ HIL (full) run failed (conclusion: failure).

@jimy-byerley
Copy link

I just tested the current commit of your branch 1f468654d4019192b4de6971e3eb735fb7368443, it doesn't fix the issue 😢 still FifoOverflowed

@bugadani
Copy link
Contributor Author

bugadani commented Dec 2, 2025

Thank you, I'll spend time to try and better reproduce this issue. In the mean time, can you try changing the fifo_full_threshold config option to a lower value and see if it changes anything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

read_exact_async returns FifoOverflowed when more than 128 bytes is to be received

3 participants