* device/lib/pic16/libdev/pic18f[68][567]20.c:
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 24 Jun 2005 15:59:33 +0000 (15:59 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 24 Jun 2005 15:59:33 +0000 (15:59 +0000)
  corrected typos...
* device/include/pic16/signal.h: added USBIF
  and SIG_USB

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3786 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/include/pic16/signal.h
device/lib/pic16/libdev/pic18f6720.c
device/lib/pic16/libdev/pic18f8520.c
device/lib/pic16/libdev/pic18f8620.c
device/lib/pic16/libdev/pic18f8720.c

index 95327e3b2c1bc290060494c6a9cfcf8a8e860af6..986a221737da876dd4e8a2f1fb14d1de130cc1cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-24 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic16/libdev/pic18f[68][567]20.c:
+         corrected typos...
+       * device/include/pic16/signal.h: added USBIF
+         and SIG_USB
+
 2005-06-24 Raphael Neider <rneider AT web.de>
 
        * device/lib/pic16/libdev/pic18f2455.c,
index 5f080d2e6f2bb0ea20b686aebb5ce28939f2dddb..cd5771b78e798d3e49d97ef73d73cd70cab6261a 100644 (file)
@@ -46,6 +46,7 @@
 #define LVDIF   0x2
 #define BCLIF   0x3
 #define EEIF    0x4
+#define USBIF  0x5
 
 /* interrupt testing arguments */
 #define SIG_RB          _INTCON, RBIF
@@ -66,6 +67,7 @@
 #define SIG_RC          _PIR1, RCIF
 #define SIG_TX          _PIR1, TXIF
 #define SIG_MSSP        _PIR1, SSPIF
+#define SIG_USB                _PIR2, USBIF
 
 
 #define DEF_ABSVECTOR(vecno, name)      \
index 6af06954b27ee4e5f0ac5c6cc2f7493ba9c60262..59b9d928fcb6ac408521c2a12cf48941245d9010 100644 (file)
@@ -272,12 +272,12 @@ __sfr __at (0xffe) TOSH;
 __sfr __at (0xfff) TOSU;
 
 /* for compatibility reasons */
-__sfr __at (0xfab) RCSTA1;
-volatile __RCSTA1bits_t __at (0xfab) RCSTA1bits;
+__sfr __at (0xfab) RCSTA;
+volatile __RCSTA1bits_t __at (0xfab) RCSTAbits;
 
-__sfr __at (0xfac) TXSTA1;
-volatile __TXSTA1bits_t __at (0xfac) TXSTA1bits;
+__sfr __at (0xfac) TXSTA;
+volatile __TXSTA1bits_t __at (0xfac) TXSTAbits;
 
-__sfr __at (0xfad) TXREG1;
-__sfr __at (0xfae) RCREG1;
-__sfr __at (0xfaf) SPBRG1;
+__sfr __at (0xfad) TXREG;
+__sfr __at (0xfae) RCREG;
+__sfr __at (0xfaf) SPBRG;
index 453c45989877b8f3ab4392e7fc4b8f68f004a060..7327b0962c32a4d21636fdddece588ea0db27e03 100644 (file)
@@ -294,12 +294,12 @@ __sfr __at (0xfff) TOSU;
 
 
 /* for compatibility reasons */
-__sfr __at (0xfab) RCSTA1;
-volatile __RCSTA1bits_t __at (0xfab) RCSTA1bits;
+__sfr __at (0xfab) RCSTA;
+volatile __RCSTA1bits_t __at (0xfab) RCSTAbits;
 
-__sfr __at (0xfac) TXSTA1;
-volatile __TXSTA1bits_t __at (0xfac) TXSTA1bits;
+__sfr __at (0xfac) TXSTA;
+volatile __TXSTA1bits_t __at (0xfac) TXSTAbits;
 
-__sfr __at (0xfad) TXREG1;
-__sfr __at (0xfae) RCREG1;
-__sfr __at (0xfaf) SPBRG1;
+__sfr __at (0xfad) TXREG;
+__sfr __at (0xfae) RCREG;
+__sfr __at (0xfaf) SPBRG;
index 9186c07e51cae92c6c76a011b9c8f3b4165887a0..be4fdc8b2294313db481caad8c7db91eef15a1f9 100644 (file)
@@ -294,12 +294,12 @@ __sfr __at (0xfff) TOSU;
 
 
 /* for compatibility reasons */
-__sfr __at (0xfab) RCSTA1;
-volatile __RCSTA1bits_t __at (0xfab) RCSTA1bits;
+__sfr __at (0xfab) RCSTA;
+volatile __RCSTA1bits_t __at (0xfab) RCSTAbits;
 
-__sfr __at (0xfac) TXSTA1;
-volatile __TXSTA1bits_t __at (0xfac) TXSTA1bits;
+__sfr __at (0xfac) TXSTA;
+volatile __TXSTA1bits_t __at (0xfac) TXSTAbits;
 
-__sfr __at (0xfad) TXREG1;
-__sfr __at (0xfae) RCREG1;
-__sfr __at (0xfaf) SPBRG1;
+__sfr __at (0xfad) TXREG;
+__sfr __at (0xfae) RCREG;
+__sfr __at (0xfaf) SPBRG;
index d4de38fde72b5de6bbb0e5f224ca9dd08bea9ac3..9637f2343183453458ed502a8dc10803f90a7eca 100644 (file)
@@ -294,12 +294,12 @@ __sfr __at (0xfff) TOSU;
 
 
 /* for compatibility reasons */
-__sfr __at (0xfab) RCSTA1;
-volatile __RCSTA1bits_t __at (0xfab) RCSTA1bits;
+__sfr __at (0xfab) RCSTA;
+volatile __RCSTA1bits_t __at (0xfab) RCSTAbits;
 
-__sfr __at (0xfac) TXSTA1;
-volatile __TXSTA1bits_t __at (0xfac) TXSTA1bits;
+__sfr __at (0xfac) TXSTA;
+volatile __TXSTA1bits_t __at (0xfac) TXSTAbits;
 
-__sfr __at (0xfad) TXREG1;
-__sfr __at (0xfae) RCREG1;
-__sfr __at (0xfaf) SPBRG1;
+__sfr __at (0xfad) TXREG;
+__sfr __at (0xfae) RCREG;
+__sfr __at (0xfaf) SPBRG;