cpu_conf.h File Reference

Implementation specific CPU configuration options. More...

Detailed Description

+ Include dependency graph for cpu_conf.h:
+ This graph shows which files directly or indirectly include this file:

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   (128)
 

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   (512)
 
#define THREAD_STACKSIZE_IDLE   (128)