X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fser.h;h=167bb959073c7a0a89d87fec58e782d4c47539dc;hb=06f0503a2066ab4fd13529b8ed8906e52b1d672b;hp=738c572b92cdc35fe77d10d7a4593cfe4c8d6b83;hpb=59f756174ecfff7ac9435ba62f7dc0aa636b73bd;p=bertos.git diff --git a/drv/ser.h b/drv/ser.h index 738c572b..167bb959 100755 --- a/drv/ser.h +++ b/drv/ser.h @@ -14,6 +14,12 @@ /*#* *#* $Log$ + *#* Revision 1.17 2004/11/16 21:54:56 bernie + *#* Changes for SC Monoboard support. + *#* + *#* Revision 1.16 2004/10/19 11:48:05 bernie + *#* Reformat. + *#* *#* Revision 1.15 2004/10/19 08:11:53 bernie *#* SERRF_TX, SERRF_RX: New macros; Enhance documentation. *#* @@ -92,7 +98,7 @@ /* * Hardware errors. - * These flags map directly to the SCI Control Register. + * These flags map directly to the SCI Control Register. */ #define SERRF_PARITYERROR BV(8) /*!< Parity error */ #define SERRF_FRAMEERROR BV(9) /*!< Stop bit missing */ @@ -143,8 +149,10 @@ enum SER_UART0, SER_SPI, #elif CPU_DSP56K + // \todo since we now support "fake" multiplexed serials, this should be moved to hw.h SER_UART0, - SER_UART1, + SER_PUNTALI, + SER_BARCODE, #else #error unknown architecture #endif