Changeset c8bf88d in mainline for kernel/arch/arm32/src/arm32.c


Ignore:
Timestamp:
2009-04-03T15:52:14Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
Children:
a7b1071
Parents:
2398ee9
Message:

represent special keystrokes (cursor arrows, page up/down, delete, etc.) as appropriate Unicode characters
do not parse ANSI control sequences in kconsole, but in serial line driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/arm32.c

    r2398ee9 rc8bf88d  
    129129#ifdef CONFIG_ARM_KBD
    130130        /*
    131          * Initialize the msim/GXemul keyboard port. Then initialize the serial line
    132          * module and connect it to the msim/GXemul keyboard. Enable keyboard interrupts.
     131         * Initialize the GXemul keyboard port. Then initialize the serial line
     132         * module and connect it to the GXemul keyboard. Enable keyboard interrupts.
    133133         */
    134134        indev_t *kbrdin = dsrlnin_init((dsrlnin_t *) gxemul_kbd, GXEMUL_KBD_IRQ);
Note: See TracChangeset for help on using the changeset viewer.