ISIX-RTOS - small operating system for ARM microcontrollers 1.2
|
Go to the source code of this file.
Defines | |
#define | ISIX_CONFIG_STACK_GROWTH 1 |
#define | ISIX_CONFIG_USE_PREEMPTION 1 |
#define | ISIX_CONFIG_HZ 1000 |
#define | ISIX_DEBUG_ENABLE ISIX_DBG_OFF |
#define | ISIX_CONFIG_TASK_STACK_CHECK ISIX_ON |
#define | ISIX_DEBUG_SCHEDULER ISIX_DBG_OFF |
#define | ISIX_DEBUG_FIFO ISIX_DBG_OFF |
#define | ISIX_DEBUG_MEMORY ISIX_DBG_OFF |
#define | ISIX_DEBUG_SEMAPHORE ISIX_DBG_OFF |
#define | ISIX_DEBUG_TASK ISIX_DBG_OFF |
#define | ISIX_DEBUG_MULTIOBJECTS ISIX_DBG_OFF |
#define | ISIX_MAX_SYSCALL_INTERRUPT_PRIORITY 0x10 |
#define ISIX_CONFIG_HZ 1000 |
#define ISIX_CONFIG_STACK_GROWTH 1 |
Stack from high to low address
Definition at line 4 of file isix_config.h.
#define ISIX_CONFIG_TASK_STACK_CHECK ISIX_ON |
Configure the thread debugging
Definition at line 16 of file isix_config.h.
#define ISIX_CONFIG_USE_PREEMPTION 1 |
Use preemption
Definition at line 7 of file isix_config.h.
#define ISIX_DEBUG_ENABLE ISIX_DBG_OFF |
Enable disable global debug
Definition at line 13 of file isix_config.h.
#define ISIX_DEBUG_FIFO ISIX_DBG_OFF |
Definition at line 20 of file isix_config.h.
#define ISIX_DEBUG_MEMORY ISIX_DBG_OFF |
Definition at line 21 of file isix_config.h.
#define ISIX_DEBUG_MULTIOBJECTS ISIX_DBG_OFF |
Definition at line 24 of file isix_config.h.
#define ISIX_DEBUG_SCHEDULER ISIX_DBG_OFF |
Enable debugging options
Definition at line 19 of file isix_config.h.
#define ISIX_DEBUG_SEMAPHORE ISIX_DBG_OFF |
Definition at line 22 of file isix_config.h.
#define ISIX_DEBUG_TASK ISIX_DBG_OFF |
Definition at line 23 of file isix_config.h.
#define ISIX_MAX_SYSCALL_INTERRUPT_PRIORITY 0x10 |
Maximum interrupt priority used with the ISIX context
Definition at line 26 of file isix_config.h.
Referenced by port_set_interrupt_mask().