pico]OS  1.0.4
Macros | Variables
noscfg.h File Reference

pico]OS nano layer configuration file More...

Go to the source code of this file.

Macros

#define NOSCFG_FEATURE_MEMALLOC   1
#define NOSCFG_MEM_MANAGER_TYPE   1
#define NOSCFG_MEM_OVWR_STANDARD   1
#define NOSCFG_MEM_USER_MALLOC   mymalloc
#define NOSCFG_MEM_USER_FREE   myfree
#define NOSCFG_STKMEM_RESERVE   0
#define NOSCFG_MEM_MANAGE_MODE   0
#define NOSCFG_FEATURE_MEMSET   1
#define NOSCFG_FEATURE_MEMCOPY   1
#define NOSCFG_FEATURE_REALLOC   0
#define NOSCFG_FEATURE_TASKCREATE   1
#define NOSCFG_FEATURE_SEMAPHORES   POSCFG_FEATURE_SEMAPHORES
#define NOSCFG_FEATURE_MUTEXES   POSCFG_FEATURE_MUTEXES
#define NOSCFG_FEATURE_MSGBOXES   POSCFG_FEATURE_MSGBOXES
#define NOSCFG_FEATURE_FLAGS   POSCFG_FEATURE_FLAGS
#define NOSCFG_FEATURE_TIMER   POSCFG_FEATURE_TIMER
#define NOSCFG_FEATURE_CONIN   1
#define NOSCFG_CONIO_KEYBUFSIZE   10
#define NOSCFG_FEATURE_CONOUT   1
#define NOSCFG_FEATURE_PRINTF   1
#define NOSCFG_FEATURE_SPRINTF   1
#define NOSCFG_FEATURE_BOTTOMHALF   1
#define NOS_MAX_BOTTOMHALFS   8
#define NOSCFG_FEATURE_CPUUSAGE   1
#define NOSCFG_FEATURE_REGISTRY   1
#define NOSCFG_FEATURE_REGQUERY   1
#define NOSCFG_FEATURE_USERREG   1
#define NOS_MAX_REGKEYLEN   8
#define NOS_REGKEY_PREALLOC   4

Variables

void * __heap_start
void * __heap_end

Detailed Description

pico]OS nano layer configuration file

Author:
Dennis Kuschel

This file is originally from the pico]OS realtime operating system (http://picoos.sourceforge.net).

CVS-ID

Id:
noscfg.h,v 1.4 2006/04/14 09:00:47 dkuschel Exp