Utilities


Classes

class  miosix::MemoryProfiling

Functions

void miosix::mem_dump (char *start, int len)
const char * miosix::getMiosixVersion ()

Detailed Description

Some utilities functions.

The most notable ones are the utilities for memory profiling, grouped in the MemoryProfiling class.


Function Documentation

const char * miosix::getMiosixVersion (  ) 

Allows to know the version of the kernel at runtime.

Returns:
a string with the kernel version. The format is "Miosix vX.XX" where X.XX is the version number

void miosix::mem_dump ( char *  start,
int  len 
)

dump a memory area in this format 0x00000000 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................

Parameters:
start pointer to beginning of memory block to dump
len length of memory block to dump


Generated on Mon Aug 30 00:05:00 2010 for Miosix by  doxygen 1.5.9