This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: SCC serial driver for MPC860



On 10-May-2001 Christoph Csebits wrote:
> hi
> i am starting to write an SCC2 serial
> driver for my MPC860 based custom
> board.
> 
> Is this the right way, copying
> the quicc_smc1 files to quicc_scc2
> and adjust the following functions:
> 
> cyg_hal_plf_serial_init( )
> cyg_hal_plf_serial_putc( )
> cyg_hal_plf_serial_getc( )

You'll only need these if you want to use the SCC port for
diagnostic I/O (diag_printf, etc).  The "normal" serial drivers
do not use them.

> 
> If there are existing SCC serial drivers,
> i would be very pleased to hear about it.
> 
> regards, Christoph


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]