Changeset 92cf35d in rtems


Ignore:
Timestamp:
11/14/01 18:40:22 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ad1fb14
Parents:
1ea5087
Message:

2001-11-09 Ralf Corsepius <corsepiu@…>

  • include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032 compatibility to make simsh happy.
Location:
c/src/lib/libcpu/sh/sh7045
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/sh/sh7045/ChangeLog

    r1ea5087 r92cf35d  
     12001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * include/iosh7045.h: Add SCI0_SMR, SCI1_SMR for sh7032
     4        compatibility to make simsh happy.
     5
    162001-10-12      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/lib/libcpu/sh/sh7045/include/iosh7045.h

    r1ea5087 r92cf35d  
    6767#define SCI_RDR0   (REG_BASE + 0x01a5) /*char: Receive data    ch 0 */
    6868
     69#define SCI0_SMR   SCI_SMR0
     70
    6971/* SCI1 Registers */
    7072#define SCI_SMR1   (REG_BASE + 0x01b0) /* char: Serial mode     ch 1 */
     
    7476#define SCI_SSR1   (REG_BASE + 0x01b4) /* char: Serial status   ch 1 */
    7577#define SCI_RDR1   (REG_BASE + 0x01b5) /* char: Receive data    ch 1 */
     78
     79#define SCI1_SMR   SCI_SMR1
    7680
    7781/* ADI */
Note: See TracChangeset for help on using the changeset viewer.