cpu_conf.h File Reference

Common CPU definitions for MSP430. More...

Detailed Description

Common CPU definitions for MSP430.

Definition in file cpu_conf.h.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

#define IRQ_API_INLINED   (1)
 This arch uses the inlined IRQ API.
 

Configure the internal flash memory

#define FLASHPAGE_SIZE   (512U)
 
#define FLASHPAGE_WRITE_BLOCK_SIZE   (1U)
 
#define FLASHPAGE_WRITE_BLOCK_ALIGNMENT   (2U)
 

Kernel configuration

#define THREAD_EXTRA_STACKSIZE_PRINTF   (256)
 
#define THREAD_STACKSIZE_DEFAULT   (384)
 
#define THREAD_STACKSIZE_IDLE   (96)
 
#define ISR_STACKSIZE   (256)
 
#define CONFIG_GNRC_PKTBUF_SIZE   (2560)
 
#define GNRC_IPV6_STACK_SIZE   (512)