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

Uart status interrupts #21632

Merged
merged 3 commits into from
Mar 5, 2024
Merged

Uart status interrupts #21632

merged 3 commits into from
Mar 5, 2024

Commits on Mar 4, 2024

  1. [uart,rtl,dv] Switch watermark interrupts to status type

    Fixes lowRISC#16693
    
    Signed-off-by: Greg Chadwick <[email protected]>
    GregAC committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2808493 View commit details
    Browse the repository at this point in the history
  2. [chip_test,uart] Update uart_tx_rx_test to work with status interrupts

    The RX and TX watermarks are now status type interrupts. This requires
    differently handling. The test has also been altered to transfer smaller
    amounts of data at a time to the UART TX FIFO. This produces multiple
    rounds of TX watermark followed by more data being sent.
    
    Signed-off-by: Greg Chadwick <[email protected]>
    GregAC committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    648f1e9 View commit details
    Browse the repository at this point in the history
  3. [sw, ottf] Update to ottf console to support new UART interrupts

    RX watermark interrupt is now a status type and needs to be dealt with
    slightly differently.
    
    Signed-off-by: Greg Chadwick <[email protected]>
    GregAC committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9ed2e8d View commit details
    Browse the repository at this point in the history