#include "arch_settings.h"#include "board_settings.h"

| Namespaces | |
| namespace | miosix | 
| Defines | |
| #define | WITH_FILESYSTEM | 
| #define | SYNC_AFTER_WRITE | 
| #define | WITH_BOOTLOG | 
| #define | WITH_ERRLOG | 
| #define | JTAG_DISABLE_SLEEP | 
| Variables | |
| const unsigned char | miosix::MAX_OPEN_FILES = 8 | 
| Maximum number of open files. Trying to open more will fail. | |
| const unsigned int | miosix::STACK_MIN = 384 | 
| Minimum stack size (MUST be divisible by 4). | |
| const unsigned int | miosix::STACK_DEFAULT_FOR_PTHREAD = 2048+512 | 
| const short int | miosix::PRIORITY_MAX = 4 | 
| const unsigned char | miosix::MAIN_PRIORITY = 1 | 
 1.5.9
 1.5.9