Native CPU configuration. More...
Native CPU configuration.
Copyright (C) 2013 Ludwig Knüpfer ludwi g.kn uepfe r@fu -berl in.d e
This file is subject to the terms and conditions of the GNU Lesser General Public License v2.1. See the file LICENSE in the top level directory for more details.
Definition in file cpu_conf.h.
Go to the source code of this file.
Macros | |
#define | NATIVE_ETH_PROTO 0x1234 |
Native internal Ethernet protocol number. | |
#define | THREAD_STACKSIZE_DEFAULT (8192) |
CPU specific default stack sizes. More... | |
#define | THREAD_STACKSIZE_IDLE (8192) |
#define | THREAD_EXTRA_STACKSIZE_PRINTF (4096) |
#define | THREAD_EXTRA_STACKSIZE_PRINTF_FLOAT (4096) |
#define | THREAD_STACKSIZE_MINIMUM (8192) |
#define | ISR_STACKSIZE (8192) |
#define THREAD_STACKSIZE_DEFAULT (8192) |
CPU specific default stack sizes.
TODO: tighten stack sizes
Definition at line 42 of file cpu_conf.h.