diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2015-05-26 15:27:02 -0400 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-05-27 13:30:20 +0200 |
commit | aa26b784620268135cab52d77ffb39129cd1fb1f (patch) | |
tree | c8784a9129d7d498831f0f3c690c864f869a6f46 /libgloss/ChangeLog | |
parent | 58e5719a0e448d0c5cd1b670d9a099655ecfa77c (diff) | |
download | newlib-aa26b784620268135cab52d77ffb39129cd1fb1f.zip newlib-aa26b784620268135cab52d77ffb39129cd1fb1f.tar.gz newlib-aa26b784620268135cab52d77ffb39129cd1fb1f.tar.bz2 |
or1k: UART also accept timeout interrupt
- The UART interrupt only handled receiver FIFO full interrupts, but we
also want to handle timeout interrupts.
* or1k/or1k_uart.c: Fix interrupts
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 77137f0..6b3fe3c 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,5 +1,9 @@ 2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de> + * or1k/or1k_uart.c: Fix interrupts + +2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de> + * or1k/timer.c: Properly set interrupt flags 2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de> |