Changes between Version 4 and Version 5 of WikiStart
- Timestamp:
- Aug 3, 2014, 2:08:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v4 v5 3 3 == General Information == 4 4 5 == Peripherals ==5 == X) Peripherals == 6 6 7 == User Level Libraries ==7 == Z) User Level Libraries == 8 8 9 === Peripheral Access===9 === __Peripheral Access__ === 10 10 11 11 The [wiki:library_stdio stdio] library contains allowing an application 12 12 to access peripherals. All these functions contain at least one system call. 13 13 14 === Utility Functions===14 === __Utility Functions__ === 15 15 16 16 The [wiki:library_stdlib stdlib] library contains various utility functions. 17 17 These functions do not use system calls. 18 18 19 === MWMR channels===19 === __MWMR channels__ === 20 20 21 21 The [wiki:library_mwmr mwmr_channel] library defines a communication middleware 22 22 supporting channelised communications in a multi-tasks parallel application. 23 23 24 === Synchonisation Barriers===24 === __Synchonisation Barriers__ === 25 25 26 26 The [wiki:library_barrier barrier] library contains functions used to synchronize … … 28 28 do not use system calls. 29 29 30 === Spin-Locks===30 === __Spin-Locks__ === 31 31 32 32 The [wiki:library_spin_lock spi4yyn_lock] library contains functions used to provide … … 34 34 These functions do not use system calls. 35 35 36 === Memory Allocation===36 === __Memory Allocation__ === 37 37 38 38 The [wiki:library_malloc malloc] library contains functions allowing an application