Changeset 88f4d44f in rtems for bsps/i386/pc386

Timestamp:
09/18/22 19:22:29 (12 months ago)
Author:
Alan Cudmore <alan.cudmore@…>
Branches:
master
Children:
9a55120
Parents:
a660e9dc
git-author:
Alan Cudmore <alan.cudmore@…> (09/18/22 19:22:29)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/19/22 15:10:01)
Message:

bsps/riscv/riscv: Fix fe310_uart_read

Note: Resending after learning how to use git send-email, please disregard previous message.

This fixes the riscv fe310 console driver fe310_uart_read function. The function
reads the RX status/data register to check if data is available, but discards
the data and reads it a seconds time.
Also cleared the interrupt enable bit in the first_open function.

Close #4719

(No files)

Note: See TracChangeset for help on using the changeset viewer.