Changes between Version 11 and Version 12 of TBR/BSP/Leon3


Ignore:
Timestamp:
04/19/12 13:15:02 (12 years ago)
Author:
Daniel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Leon3

    v11 v12  
    5252renamed unless overridden. Resource sharing is performed by the user, one should not open/access a console that another OS instance uses.
    5353
    54 At the time of writing, the console driver operates the UART in polling mode only.
     54The console driver can operate in polling mode or interrupt mode, which mode is used is selected at compile time using the CONSOLE_USE_INTERRUPT configuration option. All UARTs are operate in the same mode.
     55= Console forwarding to GRMON =
     56
     57With the -u option to GRMON, GRMON will set one UART in "debug-mode" or loop-back (older hardware) mode in order to tunnel the UART output/input over the debug-link to the PC instead of at the physical UART connector of the PCB.
     58
     59Note that it is not possible to use the interrupt mode of the driver together with the "old" APBUART and -u to GRMON. However the new
     60APBUART core (from GRLIB 1.0.17-b2710) has the GRMON debug bit and can handle interrupts. Please see the GRMON manual.
    5561= Boards =
    5662