Collaboration diagram for Initialization:
![]() |
Defines | |
#define | NUT_THREAD_MAINSTACK |
#define | NUT_THREAD_IDLESTACK |
#define | NUTMEM_END |
Last memory address. | |
#define | HEAP_START |
#define | HEAP_SIZE |
Functions | |
void | NutAppMain (void *arg) |
NutIdle (void *arg) | |
Idle thread. | |
void | NutInit (void) |
Nut/OS Initialization. | |
Variables | |
void * | __heap_start |
|
Idle thread.
|
|
Nut/OS Initialization. Initializes the memory management and the thread system and starts an idle thread, which in turn initializes the timer management. Finally the application's main() function is called. |