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

Fix UART receiver #891

Merged
merged 3 commits into from
May 2, 2024
Merged

Fix UART receiver #891

merged 3 commits into from
May 2, 2024

Commits on May 2, 2024

  1. Fix UART receiver

    According to stnolting#890
    [bug] uart issue after stnolting#883 upd
    
    The change is in neorv32_uart.vhd file
    In 289 line:
    From rx_engine.sreg(8 downto 1) to rx_engine.sreg(7 downto 0)
    Unike267 authored and Unai267 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bae3a90 View commit details
    Browse the repository at this point in the history
  2. [rtl] update version ID

    stnolting committed May 2, 2024
    Configuration menu
    Copy the full SHA
    01a1410 View commit details
    Browse the repository at this point in the history
  3. [changelog] add v1.9.8.10

    stnolting committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3c7c62a View commit details
    Browse the repository at this point in the history