Changeset 255 for trunk/kernel


Ignore:
Timestamp:
Jul 20, 2017, 2:35:44 PM (7 years ago)
Author:
max@…
Message:

Don't route the IRQ for IMPL_TXT_RS2, it is multiplexed in software.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/devices/dev_txt.c

    r245 r255  
    5757    hal_drivers_txt_init(txt, impl);
    5858
    59     // no server thread and no IRQ routing for TXT0
    60     if( channel != 0 )
     59    // no server thread and no IRQ routing for TXT0 and IMPL_TXT_RS2 (multiplexed
     60    // in software, not hardware)
     61    if( channel != 0 && impl != IMPL_TXT_RS2 )
    6162    {
    6263        // select a core to execute the TXT server thread
Note: See TracChangeset for help on using the changeset viewer.