Changeset 254 for soft/giet_vm/hello


Ignore:
Timestamp:
Aug 27, 2013, 5:41:51 PM (11 years ago)
Author:
alain
Message:

Improving support for Chained Buffer DMA in drivers.c file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/hello/main.c

    r207 r254  
    55        char                byte;
    66    unsigned int        proc = giet_procid();
    7     unsigned int*       illegal = (unsigned int*)0xFFFFFFF0;
    87
     8    giet_tty_printf("Starting task HELLO on processor %d at cycle %d\n",
     9                    giet_procid(), giet_proctime() );
     10 
    911        while (1)
    1012        {
     
    1214        giet_tty_getc((void*)&byte);
    1315        if ( byte == 'q' ) giet_exit();
    14         if ( byte == 'x' ) *illegal = 1;
    1516        }
    1617} // end main
Note: See TracChangeset for help on using the changeset viewer.