kernel configuration file More...

Go to the source code of this file.
Macros | |
| #define | CONF_TIME |
| system time More... | |
| #define | CONF_MM |
| memory management More... | |
| #define | CONF_TM |
| task management More... | |
| #define | CONF_AUTOSHUTOFF |
| power down after x min of inactivity More... | |
| #define | CONF_SETJMP |
| non local goto More... | |
| #define | CONF_ATOMIC |
| atomic counters More... | |
| #define | CONF_SEMAPHORES |
| POSIX semaphores. More... | |
| #define | CONF_CRITICAL_SECTIONS |
| Critical Section support. More... | |
| #define | CONF_PROGRAM |
| dynamic program loading support More... | |
| #define | CONF_VIS |
| generic visualization. More... | |
| #define | CONF_LNP |
| link networking protocol More... | |
| #define | CONF_LNP_HOSTADDR 0 |
| LNP host address. More... | |
| #define | CONF_LNP_HOSTMASK 0xf0 |
| LNP host mask. More... | |
| #define | CONF_RCX_PROTOCOL |
| RCX protocol handler. More... | |
| #define | CONF_LR_HANDLER |
| remote control keys handler service More... | |
| #define | CONF_RCX_MESSAGE |
| standard firmware message service More... | |
| #define | CONF_DKEY |
| debounced key driver More... | |
| #define | CONF_BATTERY_INDICATOR |
| automatic update of lcd battery indicator More... | |
| #define | CONF_LCD_REFRESH |
| automatic display updates More... | |
| #define | CONF_CONIO |
| console More... | |
| #define | CONF_ASCII |
| ascii console More... | |
| #define | CONF_DSOUND |
| direct sound More... | |
| #define | CONF_ON_OFF_SOUND |
| sound on switch on/off More... | |
| #define | CONF_DMOTOR |
| direct motor More... | |
| #define | CONF_DSENSOR |
| direct sensor More... | |
| #define | CONF_DSENSOR_ROTATION |
| rotation sensor More... | |
| #define | __TEXT_HI__ __attribute__ ((__section__ (".text.hi"))) |
| macro used to put some legOS function in high memory area. More... | |
kernel configuration file
Definition in file config.h.
| #define __TEXT_HI__ __attribute__ ((__section__ (".text.hi"))) |
| #define CONF_AUTOSHUTOFF |
| #define CONF_BATTERY_INDICATOR |
| #define CONF_LNP_HOSTMASK 0xf0 |
LNP host mask.
Definition at line 58 of file config.h.
Referenced by lnp_addressing_set_handler(), and lnp_set_hostaddr().
|
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2005 by the authors. |
1.8.9.1