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

2021q1 release #597

Merged
merged 4 commits into from
Apr 1, 2021
Merged

2021q1 release #597

merged 4 commits into from
Apr 1, 2021

Commits on Apr 1, 2021

  1. [stm32] Fix interrupt loop for uart with tx buffer but no rx buffer

    The RXNE interrupt was also enabled if only tx was buffered. The
    controller gets stuck in an endless loop because the flag is never
    acknowledged in the ISR.
    chris-durand authored and salkinium committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    963f5b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a85c0ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    253100b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    057ce23 View commit details
    Browse the repository at this point in the history