Loading...
Searching...
No Matches
cpu_conf.h File Reference

Implementation specific CPU configuration options. More...

Detailed Description

Implementation specific CPU configuration options.

Author
Gerson Fernando Budke nando.nosp@m.jve@.nosp@m.gmail.nosp@m..com

Definition in file cpu_conf.h.

Go to the source code of this file.

Macros

#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   (192)
 

Macro Definition Documentation

◆ HAVE_HEAP_STATS

#define HAVE_HEAP_STATS

Declare the heap_stats function as available.

Definition at line 60 of file cpu_conf.h.

◆ IRQ_API_INLINED

#define IRQ_API_INLINED   (1)

This arch uses the inlined IRQ API.

Definition at line 65 of file cpu_conf.h.

◆ THREAD_EXTRA_STACKSIZE_PRINTF

#define THREAD_EXTRA_STACKSIZE_PRINTF   (128)

Definition at line 26 of file cpu_conf.h.

◆ THREAD_STACKSIZE_DEFAULT

#define THREAD_STACKSIZE_DEFAULT   (512)

Definition at line 37 of file cpu_conf.h.

◆ THREAD_STACKSIZE_IDLE

#define THREAD_STACKSIZE_IDLE   (192)

Definition at line 52 of file cpu_conf.h.