Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
Aug 3, 2014, 2:08:15 PM (11 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    33== General Information ==
    44
    5 == Peripherals ==
     5== X) Peripherals ==
    66
    7 == User Level Libraries ==
     7== Z) User Level Libraries ==
    88
    9 === Peripheral Access ===
     9=== __Peripheral Access__ ===
    1010
    1111The [wiki:library_stdio  stdio] library contains allowing an application
    1212to access peripherals. All these functions contain at least one system call.
    1313
    14 === Utility Functions ===
     14=== __Utility Functions__ ===
    1515
    1616The [wiki:library_stdlib stdlib] library contains various utility functions.
    1717These functions do not use system calls.
    1818
    19 === MWMR channels ===
     19=== __MWMR channels__ ===
    2020
    2121The [wiki:library_mwmr mwmr_channel] library defines a communication middleware
    2222supporting channelised communications in a multi-tasks parallel application.
    2323
    24 === Synchonisation Barriers ===
     24=== __Synchonisation Barriers__ ===
    2525
    2626The [wiki:library_barrier barrier] library contains functions used to synchronize
     
    2828do not use system calls.
    2929
    30 === Spin-Locks ===
     30=== __Spin-Locks__ ===
    3131
    3232The [wiki:library_spin_lock spi4yyn_lock] library contains functions used to provide
     
    3434These functions do not use system calls.
    3535
    36 === Memory Allocation ===
     36=== __Memory Allocation__ ===
    3737
    3838The [wiki:library_malloc malloc] library contains functions allowing an application