demos_source/code_TestBare.c File Reference

#include "femtoos_code.h"

Include dependency graph for code_TestBare.c:

Go to the source code of this file.

Functions

void appEnterIdle (void)
 This file is solely for demonstration purposes.
void appBoot (void)
 Prototype for the general initialization.


Function Documentation

void appBoot ( void   ) 

Prototype for the general initialization.

This is the first application code called. It is called only after a reset, thus in principle once.

Definition at line 49 of file code_TestBare.c.

Referenced by main().

Here is the caller graph for this function:

void appEnterIdle ( void   ) 

This file is solely for demonstration purposes.

This example is made to demonstrate how small the Femto OS can be. It runs only the idle task, which is not really a task since it runs totally in OS space. However, there is the possibility to add some code to this 'task' through the idle hook. Here we made a 16 bit counter out of the I/O lines.

Definition at line 40 of file code_TestBare.c.

References Tuint08.

Referenced by privEnterIdle().

Here is the caller graph for this function:


Generated on Fri Oct 16 00:05:22 2009 for FemtoOS by  doxygen 1.5.2