Changeset 534 for trunk/kernel/devices


Ignore:
Timestamp:
Sep 21, 2018, 10:20:35 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Add mtty driver.

Location:
trunk/kernel/devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_pic.h

    r503 r534  
    141141    uint32_t   dma[CONFIG_MAX_DMA_CHANNELS];
    142142    uint32_t   mmc;                             // MMC is single channel
     143    uint32_t   mtty;                            // Multi Tty (backup tty in cluster 0)
    143144}
    144145lapic_input_t;
  • trunk/kernel/devices/dev_txt.h

    r527 r534  
    7171    IMPL_TXT_TTY =   0,
    7272    IMPL_TXT_RS2 =   1,
     73    IMPL_TXT_MTY =   2,
    7374}
    7475txt_impl_t;
Note: See TracChangeset for help on using the changeset viewer.