Nut/OS  5.0.5
API Reference
context_icc.c File Reference

Context switching ported to ImageCraft AVR. More...

#include <cfg/os.h>
#include <cfg/memory.h>
#include <string.h>
#include <sys/atom.h>
#include <sys/heap.h>
#include <sys/thread.h>
Include dependency graph for context_icc.c:

Data Structures

struct  SWITCHFRAME
 ARM7TDMI GCC context switch frame layout. More...
struct  ENTERFRAME
 Thread entry frame layout. More...

Functions

void NutThreadSwitch (void)
 Switch to another thread.
HANDLE NutThreadCreate (uint8_t *name, void(*fn)(void *), void *arg, size_t stackSize)

Detailed Description

Context switching ported to ImageCraft AVR.

File version $Id: context_icc.c 4477 2012-08-20 17:50:01Z haraldkipp $