Ignore:
Timestamp:
Feb 8, 2015, 1:12:23 PM (9 years ago)
Author:
alain
Message:

1) Introduce access functions to MMC intrumentation registers.
2) Use _printf for error or debug messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/tty_driver.c

    r469 r496  
    1717# error: You must define SEG_TTY_BASE in the hard_config.h file
    1818#endif
     19
     20////////////////////////////////////////////////////////////////////////////////////
     21//               global variables
     22////////////////////////////////////////////////////////////////////////////////////
     23
     24__attribute__((section(".kdata")))
     25unsigned int   _tty_rx_buf[NB_TTY_CHANNELS];
     26
     27__attribute__((section(".kdata")))
     28unsigned int   _tty_rx_full[NB_TTY_CHANNELS];
    1929
    2030////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.