Changes between Version 23 and Version 24 of library_stdio
- Timestamp:
- Oct 28, 2014, 4:24:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v23 v24 94 94 This function stops the private user timer allocated to the calling task. 95 95 96 == __ 4) File system related system calls__ ==96 == __5) File system related system calls__ == 97 97 98 98 The Giet-VM supports a FAT32 file system. … … 113 113 114 114 115 == __ 5) Network related system calls__ ==115 == __6) Network related system calls__ == 116 116 117 117 The GIET_VM allows a user task to directly access a private NIC channel. … … 131 131 The '''buffer''' argument is the container base address in user space. 132 132 133 == __ 6) Frame Buffer related system calls__ ==133 == __7) Frame Buffer related system calls__ == 134 134 135 135 An user task can access the frame buffer through a memcpy() or through the chained buffer DMA controller. … … 153 153 This function desactivates the CMA channel allocated to the calling task. 154 154 155 == __ 7) Miscelaneous system calls__ ==155 == __8) Miscelaneous system calls__ == 156 156 157 157 === void '''giet_exit'''( char* string ) ===