#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. |
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: