#include <cfg/arch.h>#include <cfg/memory.h>#include <cfg/os.h>#include <arch/arm/at91.h>#include <dev/board.h>
Go to the source code of this file.
Defines | |
| #define | NUT_THREAD_MAINSTACK 1024 |
| #define | NUT_THREAD_IDLESTACK 256 |
| #define | NUTMEM_END (uintptr_t)(NUTMEM_START + NUTMEM_SIZE - 1U) |
| Last memory address. | |
| #define | HEAP_START &__heap_start |
| #define | HEAP_SIZE ((uintptr_t) (NUTMEM_END - 256 - (uintptr_t) (&__heap_start))) |
Functions | |
| void | NutAppMain (void *arg) |
| void | NutIdle (void *arg) |
| Idle thread. | |
| void | NutInit (void) |
| Nut/OS Initialization. | |
Variables | |
| void * | __heap_start |