Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
Aug 3, 2014, 1:51:55 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    33== General Information ==
    44
     5== Peripherals ==
     6
     7== User Level Libraries ==
     8
     9=== Peripheral Access ===
     10
     11The [wiki:library_stdio  stdio library] contains allowing an application
     12to access peripherals. All these functions contain at least one system call.
     13
     14=== Utility Functions ===
     15
     16The [wiki:library_stdlib stdlib library] contains various utility functions.
     17These functions do not use system calls.
     18
     19=== MWMR channels ===
     20
     21The [wiki:library_mwmr mwmr_channel library] defines a communication middleware
     22supporting channelised communications in a multi-tasks parallel application.