Changeset 77 for trunk/hal


Ignore:
Timestamp:
Jun 27, 2017, 2:38:47 PM (7 years ago)
Author:
max@…
Message:

Start hiding the architecture-specific drivers behind the
hal_drivers_xx interface.

Location:
trunk/hal
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/drivers/soclib_tty.c

    r75 r77  
    3232void soclib_tty_init( chdev_t * chdev )
    3333{
     34    chdev->cmd = &soclib_tty_cmd;
     35    chdev->isr = &soclib_tty_isr;
     36
    3437    // get extended pointer on TTY-SOCLIB peripheral base address
    3538    xptr_t tty_xp = chdev->base;
Note: See TracChangeset for help on using the changeset viewer.