|
Miosix
2.0alpha1
|
Classes | |
| class | miosix::MemoryProfiling |
Functions | |
| void | miosix::memDump (const void *start, int len) |
| const char * | miosix::getMiosixVersion () |
| const char * miosix::getMiosixVersion | ( | ) |
Allows to know the version of the kernel at runtime.
| void miosix::memDump | ( | const void * | 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 | ................
| start | pointer to beginning of memory block to dump |
| len | length of memory block to dump |