Implementation specific CPU configuration options. More...
Implementation specific CPU configuration options.
Definition in file cpu_conf.h.
#include "atmega_regs_common.h"
Go to the source code of this file.
Macros | |
#define | PUF_SRAM_ATTRIBUTES __attribute__((used, section(".noinit"))) |
Attribute for memory sections required by SRAM PUF. | |
#define | HAVE_HEAP_STATS |
Declare the heap_stats function as available. | |
#define | IRQ_API_INLINED (1) |
This arch uses the inlined IRQ API. | |
#define | THREAD_EXTRA_STACKSIZE_PRINTF (64) |
Kernel configuration | |
Since printf seems to get memory allocated by the linker/avr-libc the stack size tested successfully even with pretty small stacks. | |
#define | THREAD_STACKSIZE_DEFAULT (128) |
#define | THREAD_STACKSIZE_IDLE (96) |
#define HAVE_HEAP_STATS |
Declare the heap_stats function as available.
Definition at line 77 of file cpu_conf.h.
#define IRQ_API_INLINED (1) |
This arch uses the inlined IRQ API.
Definition at line 82 of file cpu_conf.h.
#define PUF_SRAM_ATTRIBUTES __attribute__((used, section(".noinit"))) |
Attribute for memory sections required by SRAM PUF.
Definition at line 72 of file cpu_conf.h.
#define THREAD_EXTRA_STACKSIZE_PRINTF (64) |
Definition at line 37 of file cpu_conf.h.
#define THREAD_STACKSIZE_DEFAULT (128) |
Definition at line 49 of file cpu_conf.h.
#define THREAD_STACKSIZE_IDLE (96) |
Definition at line 64 of file cpu_conf.h.