Changes between Version 23 and Version 24 of library_stdio


Ignore:
Timestamp:
Oct 28, 2014, 4:24:20 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v23 v24  
    9494This function stops the private user timer allocated to the calling task.
    9595
    96  == __4) File system related system calls__ ==
     96 == __5) File system related system calls__ ==
    9797
    9898The Giet-VM supports a FAT32 file system.
     
    113113
    114114
    115  == __5) Network related system calls__ ==
     115 == __6) Network related system calls__ ==
    116116
    117117The GIET_VM allows a user task to directly access a private NIC channel.
     
    131131The '''buffer''' argument is the container base address in user space.
    132132
    133  == __6) Frame Buffer related system calls__ ==
     133 == __7) Frame Buffer related system calls__ ==
    134134
    135135An user task can access the frame buffer through a memcpy() or through the chained buffer DMA controller.
     
    153153This function desactivates the CMA channel allocated to the calling task.
    154154
    155  == __7) Miscelaneous system calls__ ==
     155 == __8) Miscelaneous system calls__ ==
    156156
    157157 === void '''giet_exit'''( char* string ) ===