diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2000-09-05 20:49:46 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2000-09-05 20:49:46 +0000 |
commit | 4d72d17a49970a6b6fe3e8c9da3b7509cd564672 (patch) | |
tree | 7ce8e63ef0406084234e2acc07868f859e14ffcc /sim/m68hc11/ChangeLog | |
parent | 188ac6625b7d9e45cf24a7d520612b3930241669 (diff) | |
download | gdb-4d72d17a49970a6b6fe3e8c9da3b7509cd564672.zip gdb-4d72d17a49970a6b6fe3e8c9da3b7509cd564672.tar.gz gdb-4d72d17a49970a6b6fe3e8c9da3b7509cd564672.tar.bz2 |
Fix 68HC11 SPI simulator
Diffstat (limited to 'sim/m68hc11/ChangeLog')
-rw-r--r-- | sim/m68hc11/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 8f4bd5f..8b5a69c 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,11 @@ +2000-09-06 Stephane Carrez <Stephane.Carrez@worldnet.fr> + + * dv-m68hc11spi.c (m68hc11spi_io_read_buffer): Clear the interrupts. + (m68hc11spi_io_write_buffer): Likewise and fix the spi frame. + (m68hc11spi_info): Clarify the status report + of the SPI when a byte is being sent. + (m68hc11spi_clock): Fix the spi send frame. + 2000-08-11 Stephane Carrez <Stephane.Carrez@worldnet.fr> * sim-main.h (m68hc11_map_level): Define level of address mappings. |