Changes between Version 25 and Version 26 of library_stdio


Ignore:
Timestamp:
Oct 28, 2014, 11:13:34 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v25 v26  
    5050The GIET_VM allows an user task to use a private TTY terminal, or to display log message on a shared TTY terminal.
    5151
    52  === void '''giet_tty_start'''() ===
     52 === void '''giet_tty_alloc'''() ===
    5353This function allocates a private terminal to the calling task, and registers the terminal index in the task context. Task exit if no TTY terminal available.
    5454
     
    8686The GIET_VM allows an user task to activate a private timer channel, generating periodical IRQs. This timer is allocated in the external multi-timers peripheral.
    8787
    88  === void '''giet_timer_start'''( unsigned int period )
     88 === void '''giet_timer_alloc'''( unsigned int period )
    8989This function allocates a private user timer  to the calling task, registers the channel index
    9090in the task context,  and activates the timer.
     
    117117The GIET_VM allows a user task to directly access a private NIC channel.
    118118
    119  === unsigned int '''giet_nic_open'''( ) ===
     119 === unsigned int '''giet_nic_alloc'''( ) ===
    120120 This function allocates a private NIC channel to the calling task, and returns the channel index.
    121121Exit if no available NIC channel.