pico]OS  1.1.0
noscfg.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2004-2012, Dennis Kuschel.
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  *
9  * 1. Redistributions of source code must retain the above copyright
10  * notice, this list of conditions and the following disclaimer.
11  * 2. Redistributions in binary form must reproduce the above copyright
12  * notice, this list of conditions and the following disclaimer in the
13  * documentation and/or other materials provided with the distribution.
14  * 3. The name of the author may not be used to endorse or promote
15  * products derived from this software without specific prior written
16  * permission.
17  *
18  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
19  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21  * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
22  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
28  * OF THE POSSIBILITY OF SUCH DAMAGE.
29  *
30  */
31 
32 
42 #ifndef _NOSCFG_H
43 #define _NOSCFG_H
44 
45 
46 
47 /*---------------------------------------------------------------------------
48  * MEMORY MANAGEMENT
49  *-------------------------------------------------------------------------*/
50 
64 #define NOSCFG_FEATURE_MEMALLOC 1
65 
74 #define NOSCFG_MEM_MANAGER_TYPE 1
75 
82 #define NOSCFG_MEM_OVWR_STANDARD 1
83 
90 extern void *__heap_start;
91 
98 extern void *__heap_end;
99 
107 #define NOSCFG_MEM_USER_MALLOC mymalloc
108 
116 #define NOSCFG_MEM_USER_REALLOC myrealloc
117 
125 #define NOSCFG_MEM_USER_FREE myfree
126 
142 #define NOSCFG_STKMEM_RESERVE 0
143 
151 #define NOSCFG_MEM_MANAGE_MODE 0
152 
157 #define NOSCFG_FEATURE_MEMSET 1
158 
163 #define NOSCFG_FEATURE_MEMCOPY 1
164 
172 #define NOSCFG_FEATURE_REALLOC 0
173 
183 /*---------------------------------------------------------------------------
184  * ABSTRACTED PICO]OS FUNCTIONS
185  *-------------------------------------------------------------------------*/
186 
203 #define NOSCFG_FEATURE_TASKCREATE 1
204 
210 #define NOSCFG_FEATURE_SEMAPHORES POSCFG_FEATURE_SEMAPHORES
211 
217 #define NOSCFG_FEATURE_MUTEXES POSCFG_FEATURE_MUTEXES
218 
223 #define NOSCFG_FEATURE_MSGBOXES POSCFG_FEATURE_MSGBOXES
224 
230 #define NOSCFG_FEATURE_FLAGS POSCFG_FEATURE_FLAGS
231 
237 #define NOSCFG_FEATURE_TIMER POSCFG_FEATURE_TIMER
238 
243 /*---------------------------------------------------------------------------
244  * CONSOLE INPUT / OUTPUT
245  *-------------------------------------------------------------------------*/
246 
259 #define NOSCFG_FEATURE_CONIN 1
260 
266 #define NOSCFG_CONIO_KEYBUFSIZE 10
267 
276 #define NOSCFG_FEATURE_CONOUT 1
277 
286 #define NOSCFG_FEATURE_PRINTF 1
287 
296 #define NOSCFG_FEATURE_SPRINTF 1
297 
302 #define NOSCFG_FEATURE_USE_STDARG 1
303 
308 /*---------------------------------------------------------------------------
309  * BOTTOM HALFS
310  *-------------------------------------------------------------------------*/
311 
321 #define NOSCFG_FEATURE_BOTTOMHALF 1
322 
327 #define NOS_MAX_BOTTOMHALFS 8
328 
333 /*---------------------------------------------------------------------------
334  * CPU USAGE
335  *-------------------------------------------------------------------------*/
336 
347 #define NOSCFG_FEATURE_CPUUSAGE 1
348 
353 /*---------------------------------------------------------------------------
354  * REGISTRY
355  *-------------------------------------------------------------------------*/
356 
366 #define NOSCFG_FEATURE_REGISTRY 1
367 
372 #define NOSCFG_FEATURE_REGQUERY 1
373 
383 #define NOSCFG_FEATURE_USERREG 1
384 
389 #define NOS_MAX_REGKEYLEN 8
390 
398 #define NOS_REGKEY_PREALLOC 4
399 
404 #endif /* _NOSCFG_H */
void * __heap_start
void * __heap_end